Is your feature request related to a problem? Please describe.
Right now, the Ec2 Image builder log bucket is retained after server stack tear-down. This is useful for debugging issues which may have occurred during AMI baking, but it means in the happy case that these buckets will accumulate over time and need to be manually deleted.
Describe the solution you'd like
Automatic emptying & deletion of the bucket on server stack tear-down, or a lifecycle setting which will delete the bucket (not just its contents) after a set period of time.
Is your feature request related to a problem? Please describe. Right now, the Ec2 Image builder log bucket is retained after server stack tear-down. This is useful for debugging issues which may have occurred during AMI baking, but it means in the happy case that these buckets will accumulate over time and need to be manually deleted.
Describe the solution you'd like Automatic emptying & deletion of the bucket on server stack tear-down, or a lifecycle setting which will delete the bucket (not just its contents) after a set period of time.
Describe alternatives you've considered N/A
Additional context N/A