
Answer-first summary for fast verification
Answer: EBS volumes are AZ locked
EBS volumes are AZ locked An Amazon EBS volume is a durable, block-level storage device that you can attach to your instances. After you attach a volume to an instance, you can use it as you would use a physical hard drive. EBS volumes are flexible. For current-generation volumes attached to current-generation instance types, you can dynamically increase size, modify the provisioned IOPS capacity, and change volume type on live production volumes. When you create an EBS volume, it is automatically replicated within its Availability Zone to prevent data loss due to the failure of any single hardware component. You can attach an EBS volume to an EC2 instance in the same Availability Zone.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A developer using the AWS Management Console terminated an EC2 instance located in the us-east-1a availability zone. The EBS (Elastic Block Store) volume that was attached to this instance remains available and can be attached to other instances. Your colleague has launched a new Linux EC2 instance in the us-east-1e availability zone and is trying to attach the aforementioned EBS volume to this new instance. However, they are unable to do so and have asked for your assistance.
What explanation would you provide to your colleague regarding why they cannot attach the EBS volume to the new instance?
A
The required IAM permissions are missing
B
EBS volumes are region locked
C
The EBS volume is encrypted
D
EBS volumes are AZ locked
No comments yet.