### Question 12 **What will happen to the S3 bucket when the CloudFormation stack is deleted?** ```yaml Resources: DataLakeBucket: Type: AWS::S3::Bucket DeletionPolicy: Snapshot Properties: BucketName: company-data-lake VersioningConfiguration: Status: Enabled ``` | AWS Certified Cloud Practitioner Quiz - LeetQuiz