
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company needs to launch an Amazon EC2 instance. Which of the following can the company use during the launch process to configure the root volume of the EC2 instance?
A
Amazon EC2 Auto Scaling
B
Amazon Data Lifecycle Manager (Amazon DLM)
C
Amazon Machine Image (AMI)
D
Amazon Elastic Block Store (Amazon EBS) volume
Explanation:
When launching an Amazon EC2 instance, the Amazon Machine Image (AMI) is used to configure the root volume. Here's why:
Amazon EC2 Auto Scaling: This service automatically adjusts the number of EC2 instances in response to changing demand, but it does not configure the root volume during launch.
Amazon Data Lifecycle Manager (Amazon DLM): This service automates the creation, retention, and deletion of EBS snapshots and EBS-backed AMIs, but it is not used during the instance launch process to configure the root volume.
Amazon Elastic Block Store (Amazon EBS) volume: While EBS volumes can be attached to EC2 instances, the root volume itself is configured by the AMI, not by directly specifying an EBS volume during launch.
The AMI is the fundamental building block for EC2 instances, providing the necessary configuration for the root volume, including the operating system and initial software setup.