AWS (Amazon Web Services) Certification Practice Exam

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

Prepare for your AWS Certification Exam with flashcards and multiple-choice questions. Each question comes with hints and detailed explanations to help you succeed. Enhance your skills and be ready for the 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.


Which of the following is NOT considered an AWS compute service?

  1. AWS Lambda

  2. AWS Batch

  3. AWS CloudFormation

  4. AWS Elastic Beanstalk

The correct answer is: AWS CloudFormation

AWS CloudFormation is a service designed for infrastructure as code (IaC) and management of AWS resources. It allows users to define and provision AWS infrastructure using templates, but it does not provide compute resources or execute code itself. It acts as a framework to automate the setup and management of AWS services. In contrast, AWS Lambda, AWS Batch, and AWS Elastic Beanstalk are all compute services. AWS Lambda is a serverless compute service that runs code in response to events, AWS Batch enables the execution of batch computing workloads, and AWS Elastic Beanstalk allows users to deploy and manage applications without managing the underlying infrastructure. Each of these services is specifically tailored for handling computations and workloads, which distinguishes them from CloudFormation’s role in resource management and orchestration.