Ayush Goyal

Results 18 comments of Ayush Goyal

I am mostly inclined towards approach 2 which does not change any exiting behavior by a lot and also addresses this use-case. On a side note, have we checked if...

So these have not been implemented because of how the underlying facade implementation of the monitoring is done. For example * The ECS Patterns module is really tricky since it...

* ECS: I think that is correct but my initial thought was to not have a half baked solution. But it would make sense to add that if people are...

The idea is really cool. But the problem that I see is that CDK does not provide any way to identify/import/filter a resource based on just tags (at least I...

From @voho > Good idea! I just sense a problem in situations we have a search query. We could add the alarms if you either specify the instance IDs manually...

The formatting might have been happening eagerly because we have `source.fixAll.eslint` to `true` on save in the VSCode settings for the project: https://github.com/cdklabs/cdk-monitoring-constructs/blob/main/.vscode/settings.json . Is this not what is expected?...

Some thoughts on this: 1. We could run a workflow on each PR to deploy the current change to CFN. 2. This could be done via creating a CDK app...

1. Action for aws credentials via assuming role: https://github.com/aws-actions/configure-aws-credentials . Would need to create this role (and other IAM related resources listed in the readme) internally. 2. Action to run...

Possibly also add `integ-runner ` integration if and when it gets open sourced: https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/integ-runner/README.md

Hey @ackjewtn , thanks for the contribution. Just wondering if you had a chance to checkout https://github.com/cdklabs/cdk-monitoring-constructs which is another solution for monitoring that already has OpenSearch support (among many...