
Answer-first summary for fast verification
Answer: Amazon Machines Images
## Explanation In AWS, **Amazon Machine Images (AMIs)** are the equivalent of "golden images" in traditional IT environments. Here's why: - **AMIs** are pre-configured templates that contain the operating system, application server, and applications required to launch an EC2 instance - They serve as the base image from which multiple identical instances can be launched - AMIs can be customized with specific configurations, software installations, and security settings - They can be shared across accounts and regions **Why the other options are incorrect:** - **EBS Volumes**: These are block storage devices that can be attached to EC2 instances, not complete system images - **EBS Snapshots**: These are point-in-time backups of EBS volumes, not complete system images with OS and applications - **EC2 Copies**: This is not a standard AWS service or concept AMIs provide the functionality of golden images by allowing organizations to create standardized, pre-configured templates for consistent deployment across their infrastructure.
Author: Ritesh Yadav
Ultimate access to all questions.
You work for a company that is planning on using the AWS EC2 service. They currently create golden images of their deployed Operating system. Which of the following correspond to a golden image in AWS.
A
EBS Volumes
B
EBS Snapshots
C
Amazon Machines Images
D
EC2 Copies
No comments yet.