-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(aws-ec2): Ability to enable "Detailed Monitoring" for EC2 instance #19346
Comments
I am unassigning and marking this issue as We use +1s to help prioritize our work, and are happy to revaluate this issue based on community feedback. You can reach out to the cdk.dev community on Slack to solicit support for reprioritization. |
@corymhall I've tried to solve this with the above PR. Let me know if you have any concerns. |
Closes #19346 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes aws#19346 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Description
The current ec2.Instance() construct does not expose the "monitoring" prop that the underlying CfnInstance does.
Use Case
I want to create EC2 instances with Detailed Monitoring enabled.
Proposed Solution
Other information
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-ec2/lib/instance.ts#L371
Acknowledge
The text was updated successfully, but these errors were encountered: