AWS Solutions Architect Associate Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Study for the AWS Solutions Architect Associate Test. Our comprehensive quiz offers multiple-choice questions that replicate the exam environment. Benefit from detailed explanations and hints. Prepare confidently for your AWS certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


From where can EC2 instances be launched?

  1. Any S3 bucket

  2. Amazon Machine Images (AMI)

  3. Elastic Load Balancers (ELB)

  4. CloudFormation templates

The correct answer is: Amazon Machine Images (AMI)

The correct answer is based on the fact that Amazon Machine Images (AMIs) serve as the foundational template used to launch EC2 instances. An AMI contains the necessary information required to create a fully functional EC2 instance, including the operating system, application server, and applications. When you launch an EC2 instance, you select an AMI that defines the environment and resources available to the instance. This flexibility allows for the easy replication of environments across instances, making AMIs essential to the EC2 instance creation process. Other options serve different purposes within the AWS ecosystem. For instance, S3 buckets are primarily used for object storage and do not directly contribute to launching EC2 instances. Elastic Load Balancers are used to distribute incoming traffic across multiple EC2 instances but are not involved in the instance launch process itself. CloudFormation templates enable you to model and provision AWS resources in a consistent manner, but they define infrastructure as code rather than directly provide the OS and settings needed for launching an individual instance.