Question 240:
You have created multiple S3 buckets using AWS CloudFormation Templates. You have added a DeletionPolicy for each template to clean up all S3 buckets created during stack creation and deletion. Upon some research, you find that some S3 buckets are not getting deleted. Which of the following could be the reason?
Answer options:
A.Default DeletionPolicy for Amazon S3 bucket is Retain. B.Ensure that all objects in S3 buckets are deleted before bucket is deleted. C.Ensure that CloudFormation Stack has permissions to delete S3 buckets. D.Modify DeletionPolicy to delete S3 bucket after stack is deleted.