AWS Cloud Practitioner Practice Exam Questions and Answers

Amazon Cloud Practitioner Certification Exam Questions
and Answers (100%Correct Answers)2023
What is AWS CloudFormation? – answer ✅AWS CloudFormation provides the
sysadmin, network architect, and other IT personnel the ability to provision and
manage stacks of AWS resources based on templates you create to model your
infrastructure architecture.
Elastic Compute Cloud – EC2 – answer ✅A web service that provides resizable
computing capacity in the cloud.
True or False: There are no outbound data transfer charges between Amazon Web
Services in the same Region – answer ✅True
What is the charge for in-bound data transfer across all Amazon Web Services in
all regions? – answer ✅There is no charge for in-bound data transfer across all
AWS services in all regions.
What are the three fundamental characteristics you pay for in AWS? – answer
✅Compute, storage, and data transfer out.
Which Amazon Services are offered at no-charge? – answer ✅Amazon VPC
Amazon Beanstalk
Amazon CloudFormation

Amazon Cloud Practitioner Certification Exam Questions
and Answers (100%Correct Answers)2023
Amazon IAM
Amazon Auto-Scaling
Amazon OpsWorks
What is a Spot Instance? – answer ✅Spot instances are spare EC2 capacity that
can save you up 90% off of On-Demand prices that AWS can interrupt with a 2-
minute notification. Spot uses the same underlying EC2 instances as On-Demand
and Reserved Instances, and is best suited for fault-tolerant, flexible workloads.
True or False: Spot prices adjust gradually based on long term supply and demand
for spare EC2 capacity. – answer ✅True
True or False: Windows Server with SQL Server is currently available as a spot
instance. – answer ✅False
What is Amazon S3? – answer ✅Amazon S3 is storage for the Internet. It provides
a simple web interface that offers a highly-scalable, reliable, and low-latency data
storage infrastructure at very low costs.

AWS Cloud Practitioner Exam Questions with Correct
Answers (197 Questions) 2023
1.) Which AWS services can be used to store files? Chose 2 answers from the
options given below.
A. Amazon Cloud Watch
B. Amazon Simple Storage Storage (Amazon S3)
C. Amazon Elastic Block Store (Amazon EBS)
D. AWS Config
E. Amazon Athena – correct answer ✅B, C
2.) Which of the following services uses AWS edge locations?
A. Amazon Virtual Private Cloud (Amazon VPC)
B. Amazon CloudFront
C. Amazon Elastic Compute Cloud (Amazon EC2)
D. AWS Storage Gateway – correct answer ✅B
3.) Which of the following is a benefit of Amazon Elastic Compute Cloud (Amazon
EC2) over physical servers?
A. Automated backup

AWS Cloud Practitioner Exam Questions with Correct
Answers (197 Questions) 2023
B. Paying only for what you use
C. The ability to choose hardware vendors
D. Root / administrator access – correct answer ✅B
4.) Which AWS provides infrastructure security optimization recommendations?
A. AWS Price List Application Programming Interface (API)
B. Reserved Instances
C. AWS Trusted Advisor
D. Amazon Elastic Compute Cloud (Amazon EC2) Spot Fleet – correct answer ✅C
5.) Which service allows for the collection and tracking of metrics for AWS
services?
A. Amazon Cloud Front
B. Amazon Cloud Search
C. Amazon Cloud Watch
D. Amazon Machine Learning (Amazon ML) – correct answer ✅C

AWS Cloud Practitioner Exam Questions with Correct
Answers (197 Questions) 2023
6.) A Company needs to know which user was responsible for terminating several
Amazon Elastic Cloud (Amazon EC2) Instances. Where can the customer find this
information?
A. AWS Trusted Advisor
B. Amazon EC2 instance usage report
C. Amazon Cloud Watch
D. AWS Cloud Trail Logs – correct answer ✅D
7.) Which service should an administrator use to register a new domain name
with AWS?
A. Amazon Route 53
B. Amazon Cloud Front
C. Elastic Load Balancing
D. Amazon Virtual Private Cloud (Amazon VPC) – correct answer ✅A
8.) What is the value of having AWS Cloud services accessible through an
Application Programming Interface (API)?

AWS Cloud Practitioner Exam Questions with Correct
Answers (197 Questions) 2023
A. Cloud resources can be managed programatically
B. AWS infrastructure use will always be cost-optimized
C. All application testing is managed by AWS
D. Customer -owned, on -premises infrastructure becomes programmable –
correct answer ✅A
9.) Which of the following examples supports the cloud design principle “design
for failure and nothing will fail”?
A. Adding an elastic load balancer in front of a single Amazon Elastic Computer
Cloud (Amazon EC2) instance
B. Creating and deploying the most cost-effective solution
C. Deploying an application in multiple Availiability Zones
D. Using Amazon CloudWatch alerts to monitor performance – correct answer ✅C
10.) Which service allows an administrator to create and modify AWS user
permissions?
A. AWS Config
B. AWS Cloud Trail

AWS Certified Cloud Practitioner 2022/2023 Study
Guide
ECS – – ✅✅✅Elastic Container Service

  • Launch Docker containers on AWS
  • You MUST provision & maintain the infrastructure (the EC2 instance)
  • AWS takes care of starting/stopping containers
  • Has integrations w/the app load balancer
    Fargate – – ✅✅✅- Launch Docker containers on AWS
    -DOES NOT need to provision EC2
    -SERVERLESS Offering
  • AWS just runs containers for you based on the CPU/RAM you need
    ECR – – ✅✅✅Elastic Container Registry
  • Private docker registry on AWS
  • this is where you store your docker images so they can be run by ECS or
    Fargate
    What’s serverless? – – ✅✅✅- new paradigm in which the developers don’t
    have to manage servers anymore

AWS Certified Cloud Practitioner 2022/2023 Study
Guide

  • they just deploy code or functions!
  • initially FaaS (Fx as a service)
  • serverless was pioneered by AWS Lambda but now also includes anything
    that’s managed :DB, msg, storage, etc
    Serverless AWS services – – ✅✅✅Amazon S3, DynamoDB, Fargate, Lambda
    Lambda – – ✅✅✅Virtual functions – no servers to manage!
    Limited by time – short executions
    Run on -demand
    Scaling is automated
    EC2 vs Lambda
    Serverless Thumbnail creation & CronJob – – ✅✅✅image created in S3
    then pushed to Lambda Fx creating a Thumbnail, then pushed to new
    thumbnail in S3 and Metadata in DynamoDB, ALL serverless integrations.
    CRON allows you to define schedule and run script, runs on Linux AMI.
    CloudWath Events EventBridge, trigger every hr for Lambda fx to perform a
    task

AWS Certified Cloud Practitioner 2022/2023 Study
Guide
Amazon API Gateway – – ✅✅✅Fully managed service for developers to
easily create, publish, maintain, monitor, and secure APIs
example: building a serverless API
SERVERLESS and scalable
AWS Batch – – ✅✅✅Batch (scheduled) vs. continuous

  • use of EC2 and Spot instances in ECS
    Batch vs Lambda – – ✅✅✅Lamdba: time limit, limited runtimes, limited
    temporary disk space, serverless
    Batch: no time limit, any runtime as long as it’s packaged as a Docker image,
    rely on EBS/instance store for disk space, relies on EC2(can be managed by
    AWS)
    Amazon Lightsail – – ✅✅✅Virtual server, storage, database and networking
    Low & predictable pricing!
    simpler alternative to EC2, RDS, ELB, EBs, Route 53…
    great for people w/little cloud experience

AWS Cloud Practitioner Exam Q&As Latest 2023 (100%
Correct Answers)
ET – Under the shared responsibility model, which of the following is the customer
responsible for?
A. Ensuring that disk drives are wiped after use.
B. Ensuring that firmware is updated on hardware devices.
C. Ensuring that data is encrypted at rest.
D. Ensuring that network cables are category six or higher. – correct answer ✅: C
AWS for a self-hosted database that requires a nightly shutdown for maintenance
and cost-saving purposes
ET – The use of what AWS feature or service allows companies to track and
categorize spending on a detailed level?
A. Cost allocation tags
B. Consolidated billing
C. AWS Budgets
D. AWS Marketplace – correct answer ✅: A
https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloctags.html
True or False: A CloudFront Origin can be an S3 bucket, an EC2 instance, an Elastic
Load Balancer, or Route 53.

AWS Cloud Practitioner Exam Q&As Latest 2023 (100%
Correct Answers)
A) True
B) False – correct answer ✅A) True
A CloudFront Origin can be an S3 bucket, an EC2 instance, an Elastic Load
Balancer, or Route 53.
Which of the following AWS Support levels offers the assistance of a Technical
Account Manager?
A) Elite
B) Business
C) Enterprise
D) Developer – correct answer ✅C) Enterprise
Only Enterprise support offers the services of a Technical Account Manager.
QUESTION 3
Which of the following EC2 options is best for long-term workloads with
predictable usage patterns?
A) On-Demand instances
B) Reserved instances
C) Dedicated Host
D) Spot instances – correct answer ✅B) Reserved instances

AWS Cloud Practitioner Exam Q&As Latest 2023 (100%
Correct Answers)
Reserved instances are the most economical option for long-term workloads with
predictable usage patterns.
True or False: To restrict access to an entire bucket, you use bucket control lists;
and to restrict access to an individual object, you use object policies.
A) True
B) False – correct answer ✅B) False
To restrict access to an entire bucket, you use bucket policies; and to restrict
access to an individual object, you use access control lists.
Which of the following are types of cloud computing deployments?
Choose 3
A) Hybrid cloud
B) Mixed cloud
C) Public cloud
D) Private cloud – correct answer ✅A, C and D
The three types of cloud deployments are Public, Hybrid, and Private (also called
‘on-prem’).
Next question

AWS Cloud Practitioner Exam Q&As Latest 2023 (100%
Correct Answers)
There are at least _ Availability Zones per AWS Region.
A) 3
B) 4
C) 5
D) 2 (with the exception of the special request Asia Pacific (Osaka) Local Region at
1). – correct answer ✅D) 2 (with the exception of the special request Asia Pacific
(Osaka) Local Region at 1).
There are at least 2 Availability Zones per AWS Region (with the exception of the
special request Asia Pacific (Osaka) Local Region at 1).
Which of the below does S3 Transfer Acceleration use to get your data into AWS
quicker?
A) AWS Regions
B) VPCs
C) Availability Zones
D) Edge Locations – correct answer ✅D) Edge Locations
S3 Transfer Acceleration uses AWS’ network of Edge Locations to more quickly get
your data into AWS.
Which of the following best describes EBS?

AWS Cloud Practitioner Practice Exam Questions/100%
Correct Answers (2023)
You are an AWS Enterprise customer with questions about billing and you overall
AWS account? Which of the following AWS support personnel should you contact?
a. AWS Concierge
b. AWS Technical Account Manager
c. AWS Support
d. AWS Billing and Accounts – correct answer ✅a. AWS Concierge
Which of the following are Support Levels offered by AWS? select 3
a. Basic
b. Developer
c. Business
d. Start-up
e. Individual – correct answer ✅a. Basic
b. Developer
c. Business
Which of the following AWS Support levels offers 24×7 support via phone or chat?

AWS Cloud Practitioner Practice Exam Questions/100%
Correct Answers (2023)
a. Developer
b. Business
c. Basic
d. Individual – correct answer ✅b. Business
Your Development team uses four on-demand EC2 instances and your QA team
has 5 reserved instances, only three of which are being used. Assuming all AWS
accounts are under a single AWS Organization, how will the Development team’s
instances be billed?
a. All the Dev team’s instances will be billed at the on-demand rate.
b. All the Dev instances will be billed at the reserved instance rate.
c. The Dev team will be billed for two instances at on-demand prices and two
instances at the reserved instance price.
d. The pricing for the reserved instances will shift from QA to Dev. – correct
answer ✅c. The Dev team will be billed for two instances at on-demand prices
and two instances at the reserved instance price.
Which of the following support plans features access to AWS support during
business hours via email?

AWS Cloud Practitioner Practice Exam Questions/100%
Correct Answers (2023)
a. Business
b. Developer
c. Enterprise
d. Basic – correct answer ✅b. Developer
True or False: With Consolidated Billing, the Paying Account can make changes to
any of the resources owned by a Linked Account.
False
True – correct answer ✅False
Which of the following are payment options for Reserved Instances? select 3
a. DURI
b. AURI
c. NURI
d. MURI
e. PURI – correct answer ✅b. AURI

AWS – Certified Cloud Practitioner (CLF-C01) / Key Terms
Agility – correct answer ✅The ability of AWS to foster innovation in organizations.
API Gateway – correct answer ✅A fully managed service that allows you to create
and publish secure APIs to scale in AWS.
Artifact – correct answer ✅A central resource for compliance-related information
Auto Scaling – correct answer ✅The automatic addition and subraction of
resources based on various factors, often the demand for the resources.
Automation – correct answer ✅The automatic generation and/or performance of
required IT tasks.
Availability – correct answer ✅Ensuring data is available when needed.
Availability Zone – correct answer ✅A division of geographic locations within
regions; each Availability Zone contains at least one separate and distinct data
center.
AWS Auditor Learning Path – correct answer ✅A Learning Path for AWS that
focuses on those in auditor, compliance, and legal roles.

AWS – Certified Cloud Practitioner (CLF-C01) / Key Terms
AWS Global Infrastructure – correct answer ✅The resources owned by AWS
around the globe and used by customers.
AWS Partner Network – correct answer ✅The AWS global partner program that
seeks to help partners build sucessful AWS solutions.
AWS Professional Services – correct answer ✅An organization that is made up of a
global team of experts that can help you with your desired business outcomes for
AWS.
AWS Shared Responsibility model – correct answer ✅The overall security model
followed by AWS; this model divides the client responsibilities from those of
Amazon.
Basic support plan – correct answer ✅The AWS support plan that is included free
of charge for every account.
CapEx – correct answer ✅Capital expenditures

AWS Cloud Practitioner – Exams 1- 4 Correctly Answered
Questions 2023
Which of the following features of Amazon RDS allows for better availability
of databases? (Choose 2 Options) – correct answer ✅- Multi-AZ

  • Read Replicas
    Which of the following needs a user name and password to access AWS
    resources? – correct answer ✅AWS Management Console
    There is a requirement hosting a set of servers in the Cloud for a short
    period of 6 months. Which of the following types of instances should be
    chosen to be cost effective? – correct answer ✅On-Demand
    Which of the following services can provide a complete audit trail of all AWS
    services used within an account? – correct answer ✅AWS Cloud Trail logs
    You have a devops team in your current organization structure. They are
    keen to know if there is any service available in AWS which can be used to
    manage infrastructure as code. Which of the following can be met with such
    a requirement? – correct answer ✅Using AWS CloudFormation

AWS Cloud Practitioner – Exams 1- 4 Correctly Answered
Questions 2023
Your design team is planning to design an application that will be hosted on
the AWS Cloud. One of their main non-functional requirements is to reduce
inter-dependencies so failures do not impact other components. Which of
the following concepts does this requirement relate to? – correct answer
✅Decoupling
Which of the following statements are FALSE when it comes to elasticity?
(Choose 2 Options) – correct answer ✅- Diverting traffic across multiple
regions

  • Diverting traffic to instances with higher capacity
    Which of the below mentioned services is equivalent to hosting virtual
    servers on an on-premise location? – correct answer ✅AWS EC2
    Which of the following services allows you to analyze EC2 Instances against
    pre-defined security templates to check for vulnerabilities? – correct answer
    ✅AWS Inspector

AWS Cloud Practitioner – Exams 1- 4 Correctly Answered
Questions 2023
Your company wants to move an existing Oracle database to the AWS Cloud.
Which of the following services can help facilitate this move? – correct
answer ✅AWS Database Migration Service
Which of the following services relates the concept of “Distributing traffic to
multiple EC2 Instances”? – correct answer ✅Elastic Load Balancer
Your company is planning to host a large e-commerce application on the
AWS Cloud. One of their major concerns is Internet attacks such as DDos
attacks. Which of the following services can help mitigate this concern?
(Choose 2 Options) – correct answer ✅- CloudFront

  • AWS Shield
    Which of the following features of AWS RDS allows for offloading reads of
    the database? – correct answer ✅Creating Read Replica’s
    You have a set of EC2 Instances hosted on the AWS Cloud. The EC2 Instances
    are hosting a web application. If you get a DDos attack from the internet
    which of the following can help in reducing the overall threat to your EC2

AWS Cloud Practitioner – Exams 1- 4 Correctly Answered
Questions 2023
Instances? (Choose 2 Options) – correct answer ✅- Usage of Network Access
Control Lists

  • Usage of Security Groups
    Which of the following from AWS can be used to transfer petabytes of data
    from on-premise locations to the AWS Cloud? – correct answer ✅AWS
    Snowball
    Which of the following can be used to view one bill when you have multiple
    AWS Accounts? – correct answer ✅Consolidating Billing
    Your company is planning to pay for an AWS Support plan. They have the
    following requirements as far as the support plan goes (1) 24×7 access to
    Cloud Support Engineers via email, chat & phone, and (2) A response time of
    less than 1 hour for any critical faults. Which of the following plans will
    suffice keeping in mind the cost factor? – correct answer ✅Enterprise
    By default who from the below roles has complete administrative control
    over all resources in the respective AWS account? – correct answer ✅AWS
    Account Owner

Amazon Certified Cloud Practitioner Vocabulary 2023
Region – correct answer ✅A physical location in the world where we have
multiple availability zones
Availability Zones – correct answer ✅Consist of one or more discrete data
centers, each with redundant power, networking and connectivity, housed in
separate facilities
Fault Tolerance – correct answer ✅Remain operational even if some of the
components on that system fail
Elasticity – correct answer ✅Is the power to scale computing resources up
and down easily, while only paying for the actual resources used
Environmental systems – correct answer ✅Designed to minimize the impact
of disruptions to operations
Amazon CloudFront – correct answer ✅Used to deliver content to deliver
content to your customers

Amazon Certified Cloud Practitioner Vocabulary 2023
Amazon Virtual Private Cloud (VPC) – correct answer ✅Allow you to create a
private network within the AWS cloud that uses many of the same concepts
as an on-premises network
Security Groups – correct answer ✅Gives you full control on how accessible
your instances are
AWS Lambda – correct answer ✅Lets you run code without provisioning or
managing servers.
AWS LightSail – correct answer ✅AWS LightSail allows you to launch a virtual
private server in just minutes and easily manage simple web and application
servers.
Amazon Elastic Container Service (Amazon ECS) – correct answer ✅Highly
scalable, high-performance container management service that supports
Docker containers and allows you to easily run applications on a managed
cluster over Amazon EC2 instances

Amazon Certified Cloud Practitioner Vocabulary 2023
Amazon Elastic Compute Cloud (EC2) – correct answer ✅A web service that
provides secure, resizable compute capacity in the cloud. It is designed to
make web-scale cloud computing easier for developers.
AWS Elastic Beanstalk – correct answer ✅Service for deploying and scaling
web apps and services with popular program languages.
Elastic Load Balancer – correct answer ✅a service that distributes incoming
traffic or loads amongst your instances
Auto Scaling – correct answer ✅Auto Scaling helps you ensure that you have
the correct number of Amazon EC2 instances available to handle the load for
your application by launching or terminating instances based on specified
conditions
Amazon Elastic Block Store (Amazon EBS) – correct answer ✅Provides
persistent block storage volumes for use with EC2 instances in the AWS
cloud.
Amazon Glacier – correct answer ✅low cost secure storage for data
archiving and backup for cold data

C849 AWS Certified Cloud Practitioner Core Services
2023 Update
Amazon EC2 (EC2) – correct answer ✅Compute Services
Service that provides secure and resizable virtual servers on AWS.
Elastic Container Service (ECS) – correct answer ✅Compute Services
Docker as a Service. highly scalable, high-performance container orchestration
service that supports Docker containers.
EKS – correct answer ✅Compute Services
Kubernetes as a Service
AWS Elastic Beanstalk (EB) – correct answer ✅Compute Services
Platform (PaaS) for scaling and deploying web apps and services across a specific
list of technologies.
AWS Lambda – correct answer ✅Compute Services
Service that enables you to use compute resources without having to launch or
manage the underlying infrastructure- This is leveraged in a SERVERLESS
architecture.
Amazon Route 53 – correct answer ✅Content and Network Delivery Service

C849 AWS Certified Cloud Practitioner Core Services
2023 Update
Highly available AWS Domain Name Service (DNS) service that can be leveraged in
creating highly available and fault tolerant applications. This is a GLOBAL service
and it can be used in HYBRID CLOUD architecture.
Amazon VPC (virtual private cloud) – correct answer ✅Content and Network
Delivery Service
Logically isolated section of the AWS Cloud where you can launch AWS resources
in a virtual network that you define.
AWS Direct Connect – correct answer ✅Content and Network Delivery Service
Cloud service solution that makes it easy to establish a dedicated network
connection from your data center to AWS. The connection does not go over the
public internet.
Amazon API Gateway – correct answer ✅Content and Network Delivery Service
Fully managed API management service that handles concepts like authentication,
logging, and throttling for your API layer.
Amazon CloudFront – correct answer ✅Content and Network Delivery Service
Amazon’s global Content Delivery Network (CDN) service that enables your users
to get content from a server that is closest to them. This is a GLOBAL service.

C849 AWS Certified Cloud Practitioner Core Services
2023 Update
AWS Global Accelerator – correct answer ✅Content and Network Delivery Service
AWS networking service that routes your traffic through the AWS global network,
increasing the overall speed through optimizations by AWS.
Elastic Load Balancing (ELB) – correct answer ✅Content and Network Delivery
Service
Service that enables you to distribute traffic across multiple targets (including EC2,
ECS, Lambda)
EC2 and VPC Capabilities
Service that supports routing traffic across multiple targets including EC2
instances, Lambda functions, as well as other targets on AWS.
Amazon Simple Storage Service (S3) – correct answer ✅File Storage and Data
Transfer Services
OBJECT STORAGE
Service that provides object storage for objects up to 5 TB in size – with no limit on
the total storage.

Leave a Comment

Scroll to Top