-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(Bootstrap stack): (Abort failed multipart upload after 7 days) #29045
Comments
This is an awesome feature! Thank you and we look forward to your upcoming PR. |
#29046 is created for the issue |
+1 I would like to resolve the Trusted Advisor Cost Optimization S3 Incomplete Multipart Upload Abort Configuration check for CDK asset buckets. |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
Enable lifecycle rule to abort multipart uploads after 7 days for assets bucket rolled out with CDK bootstrap.
Use Case
I realized the configuration after trusted advisor rolled out a new check. Reference : https://docs.aws.amazon.com/awssupport/latest/user/cost-optimization-checks.html#s3-incomplete-multipart-upload-abort-config
Makes sense that any failed multipart uploads are deleted after 7 days. This is to ensure that the failed parts don't unnecessarily take up s3 space and cause costs.
Proposed Solution
Enable lifecycle rule to delete failed multipart uploads in case of s3 assets bucket rolled out with cdk bootstrap.
Other Information
No response
Acknowledgements
CDK version used
2.114.1
Environment details (OS name and version, etc.)
MACOS, LINUX
The text was updated successfully, but these errors were encountered: