-
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
EC2 : Lifecycle Management for Snapshots #26122
Comments
The only functionality that I can find related to this through CloudFormation is being able to configure the deletion policy of a Volume as snapshot. This can be configured through CDK already. Could you elaborate on what kind of lifecycle management you'd like to see? |
I guess the best solution off the top of my head is using BackupPlan from AWS Backup to define your plan, target resource and schedule. Is there anything else in your mind? |
Thanks for the quick reply and sorry I wasn't clear. What I think would be a very helpful addition would be integrating the Lyfecycle management functionality that are available from the console regarding |
I guess if BackupPlan is an option that would do the job. Thank you @pahud |
|
Describe the feature
Hi, I believe it would be very useful to introduce the functionalities of Lifecycle Management in the CDK
Use Case
Configuring automatic snapshots for Volumes and/or Instances from the CDK
Proposed Solution
Implementing it directly in the Instance class or in the Volume class
Other Information
No response
Acknowledgements
CDK version used
2.85.0
Environment details (OS name and version, etc.)
Linux - Ubuntu 22.04
The text was updated successfully, but these errors were encountered: