You can use an AMI in N.Virginia Region us-east-1 to launch an EC2 instance in any AWS Region.
True or False
Answer ‘False’ is correct because AMIs are indeed specific to each AWS Region; you can’t directly use an AMI from one region in another without copying it first. This understanding is essential for efficiently managing and deploying EC2 instances across different regions. Keep up the great work in deepening your knowledge!
Which of the following EBS volume types can be used as boot volumes when you create EC2 instances?
“gp2, gp3, io1, io2” is correct because these EBS volume types are specifically designed to serve as boot volumes for EC2 instances, allowing for optimized performance and flexibility in various workloads. Understanding the appropriate EBS types enhances your ability to effectively manage cloud resources within AWS.