Question 451:
You create an EBS snapshot for an application in non-production AWS account A. The snapshot is encrypted by a customer-managed key (CMK-A). To deploy the same application in the production AWS account B, you need to create an AMI using the snapshot and launch an EC2 instance. The IAM admin user in account B is allowed to use CMK-A. However, the production EC2 instance has to use its own customer-managed key (CMK-B) to encrypt the EBS volume. Which solution is the best?
Answer options:
A.Copy the snapshot to another one and do not encrypt it. Share the new snapshot to account. B.Created an encrypted version of the snapshot (w/ CMK-A) and then create an AMI using the encrypted snapshot. Launch an EC2 instance using the AMI and encrypt the EBS volume with CMK-B.C.Share the snapshot with account B and encrypt it with CMK-B. Create an AMI using the new snapshot and launch an EC2 instance. D.Create an image in account B and change the encryption key to CMK-B. Launch an EC2 instance using the image.