-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(aws-ec2): Enable/disable EC2 "Detailed Monitoring" #19437
feat(aws-ec2): Enable/disable EC2 "Detailed Monitoring" #19437
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor comment on the docstring, otherwise this looks good!
@@ -245,6 +245,13 @@ export interface InstanceProps { | |||
* @default - false | |||
*/ | |||
readonly requireImdsv2?: boolean; | |||
|
|||
/** | |||
* Whether "Detailed Monitoring" is enabled for this instance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a comment here as well about the extra cost (same thing you have in the readme)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@corymhall added a note about the extra charges here as well.
…//github.com/Dzhuneyt/aws-cdk into dzhuneyt/issue-19346-ec2-detailed-monitoring
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Closes aws#19346 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Closes #19346
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license