The correct answers are:
B. You can copy an AMI across AWS Regions
D. You can share an AMI with another AWS account
E. Copying an AMI backed by an encrypted snapshot cannot result in an unencrypted target snapshot
Explanation:
Copying across regions: You can easily copy an AMI from one AWS region to another, allowing you to standardize your instance configuration across multiple regions.
Sharing with other accounts: AMIs can be shared with other AWS accounts, either publicly or privately with specific accounts. This is crucial for standardizing instances across subsidiaries using different accounts.
Encrypted snapshot preservation: When copying an AMI backed by an encrypted snapshot, the encryption is maintained in the target snapshot. This ensures data security and compliance requirements are met.
Why other options are incorrect:
A. You cannot copy an AMI across AWS Regions: This is incorrect, as copying AMIs across regions is a standard feature.
C. Copying an AMI backed by an encrypted snapshot results in an unencrypted target snapshot: This is incorrect, as encryption is preserved during AMI copying.
F. You cannot share an AMI with another AWS account: This is incorrect, as sharing AMIs is a fundamental feature for collaboration and standardization.
Example:
A company with subsidiaries in the US East (N. Virginia) and Europe (Ireland) regions can create a standardized AMI in N. Virginia, then copy it to Ireland. They can then share the AMI with the AWS accounts used by their subsidiaries in both regions, ensuring a consistent and secure instance configuration across their organization.