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