The AWS Cloud Development Kit (CDK) has introduced a new feature called CDK Garbage Collection, aimed at easing resource management for developers. This feature automatically deletes old assets accumulated in bootstrapped Amazon S3 Buckets or Amazon ECR Repositories. With the introduction of a new CDK CLI command 'gc', users can run it to clean up unused data efficiently, thus saving time and reducing storage costs. Notably, this feature is in its preview mode as of version 2.165.0, allowing for potential changes to its API in future updates.
CDK Garbage Collection is a new feature that automatically deletes old assets in your bootstrapped S3 Bucket or ECR Repository, streamlining resource management.
Users can now easily maintain their cloud infrastructure by utilizing the CDK CLI command gc, which helps in cleaning up unused data effectively.
Collection
[
|
...
]