Skip to content
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

Merged
merged 12 commits into from
Mar 29, 2022
Merged

feat(aws-ec2): Enable/disable EC2 "Detailed Monitoring" #19437

merged 12 commits into from
Mar 29, 2022

Conversation

Dzhuneyt
Copy link
Contributor

Closes #19346


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Mar 17, 2022

@github-actions github-actions bot added the @aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud label Mar 17, 2022
Copy link
Contributor

@corymhall corymhall left a 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
Copy link
Contributor

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)

Copy link
Contributor Author

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.

@mergify mergify bot dismissed corymhall’s stale review March 28, 2022 12:40

Pull request has been modified.

corymhall
corymhall previously approved these changes Mar 28, 2022
@mergify mergify bot dismissed corymhall’s stale review March 28, 2022 13:49

Pull request has been modified.

@mergify
Copy link
Contributor

mergify bot commented Mar 29, 2022

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-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 41b2bbc
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 94f9d27 into aws:master Mar 29, 2022
@mergify
Copy link
Contributor

mergify bot commented Mar 29, 2022

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).

@Dzhuneyt Dzhuneyt deleted the dzhuneyt/issue-19346-ec2-detailed-monitoring branch March 29, 2022 13:31
StevePotter pushed a commit to StevePotter/aws-cdk that referenced this pull request Apr 27, 2022
Closes aws#19346

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ec2 Related to Amazon Elastic Compute Cloud
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(aws-ec2): Ability to enable "Detailed Monitoring" for EC2 instance
3 participants