IT CertificationsAnswer Key

Aws Cloud Practitioner Stephane Maarek

79 community-sourced questions and answers. Free — no login.

Community-sourced. Answers may be wrong or out of date. Always verify with your official training portal before submitting. Not affiliated with any branch, agency, or vendor. Details.
QUESTION 1

EBS volume

ANSWER

network drive you can attach to your instances while they run -only one instance at a time -bound to a specific availability zone

QUESTION 2

EBS

ANSWER

Elastic Block Store

QUESTION 3

EBS snapshots

ANSWER

Make a backup of your EBS volume at a point in time

QUESTION 4

AMI

ANSWER

Amazon Machine Image

QUESTION 5

what is an AMI?

ANSWER

customization of an EC2 instance - built for a specific region

QUESTION 6

Public AMI

ANSWER

AWS provided

QUESTION 7

Your Own AMI

ANSWER

you make and maintain them yourself

QUESTION 8

AWS Marketplace AMI

ANSWER

an AMI someone else made (and potentially sells)

QUESTION 9

EC2 Image Builder

ANSWER

automated pipeline for the creation, maintainenance, validation, sharing, and deployment of Linux or Windows images for use on AWS and on-premises

QUESTION 10

EFS (elastic file system)

ANSWER

managed NFS (network file system) that can be mounted on 100s of EC2

QUESTION 11

EFS Infrequent Access (EFS-IA)

ANSWER

storage class that is cost-optimized for files not accessed every day

QUESTION 12

Amazon FSx

ANSWER

makes it easy and cost effective to launch and run popular file systems that are fully managed by AWS

QUESTION 13

FSx for Windows File Server

ANSWER

used for business applications

QUESTION 14

FSx for Lustre

ANSWER

used for high-performance computing

QUESTION 15

scalability

ANSWER

ability to accommodate a larger load by making the hardware stronger (scale up), or by adding nodes (scale out)

QUESTION 16

2 Types of Scalability

ANSWER

1. vertical 2. horizontal

QUESTION 17

Horizontal scalability (elasticity)

ANSWER

increasing number of instances / systems for your application (distributed systems, such as web applications or modern applications) - Amazon EC2

QUESTION 18

vertical scalabiltiy

ANSWER

increasing the size of the instance (common for non-distributed systems, such as a database) - limit of hardware

QUESTION 19

High availability

ANSWER

means running your application/system in at least 2 availability zones (goal is to survive data center loss)

QUESTION 20

elasticity

ANSWER

once a system is scalable, there will be some "auto-scaling" so that the system can scale based on the load

QUESTION 21

Load balancing

ANSWER

servers that forward internet traffic to multiple servers (EC2 instances) downstream

QUESTION 22

3 Kinds of Load Balancers

ANSWER

- application - network - classic

QUESTION 23

Application load balancer

ANSWER

(HTTP / HTTPS only) - Layer 7

QUESTION 24

Network load balancer

ANSWER

(ultra-high performance, allows for TCP) - Layer 4

QUESTION 25

Types of S3 Security

ANSWER

- user based - resource based - encryption

QUESTION 26

User Based S3 Security

ANSWER

IAM policies - which API calls should be. allowed for a specific user from IAM console

QUESTION 27

Resource Based S3 Security

ANSWER

- bucket policies - bucket wide rules from the S3 console - allows cross account - object access control list (ACL) - finer grain - bucket access control list (ACL) - less common

QUESTION 28

S3 Encryption

ANSWER

encrypt objects in Amazon S3 using encryption keys

QUESTION 29

S3 Standard - General Purpose

ANSWER

- 99.99 availability - used for frequent access - low latency & high throughput - sustain 2 concurrent facility failures (big data analytics, mobile & gaming applications, content distribution)

QUESTION 30

S3 Standard - Infrequent Access (IA)

ANSWER

- Suitable for data that is less frequently accessed, but requires rapid access when needed - 99.9% Availability - Lower cost compared to Amazon S3 Standard, but retrieval fee - Sustain 2 concurrent facility failures (a data store for disaster recovery, backups)

QUESTION 31

S3 Intelligent - Tiering

ANSWER

- 99.9% Availability - low latency and high throughput - Cost-optimized by automatically moving objects between two access tiers based on changing access patterns: Frequent access & Infrequent access • (Resilient against events that impact an entire Availability Zone)

QUESTION 32

S3 One Zone - Infrequent Access (IA)

ANSWER

- Same as IA but data is stored in a static AZ - 99.5% availability - low latency and high throughput lower cost compared to S3-IA (storing secondary backup copies of on-premise data)

QUESTION 33

Amazon Glacier

ANSWER

- low-cost object storage meant for archiving/backup - details retained for the longer terms (years) -cheap (expedited is 1 to 5 min) (standard is 3 to 5 hours) (bulk is 5 to 12 hours)

QUESTION 34

Amazon Glacier Deep Archive

ANSWER

- low-cost object storage meant for archiving/backup - details retained for the longer terms (years) -cheapest (standard is 12 hours) (bulk is 48 hours)

QUESTION 35

S3 moving between storage classes

ANSWER

- you can transition objects between storage classes - can be automated using a lifecycle configuration

QUESTION 36

S3 Object Lock

ANSWER

- Adopt a WORM (Write Once Read Many) model - Block an object version deletion for a specified amount of time

QUESTION 37

S3 Glacier Vault Lock

ANSWER

- Adopt a WORM (Write Once Read Many) model - Lock the policy for future edits (can no longer be changed) - helpful for compliance and data retention

QUESTION 38

AWS Snow Family

ANSWER

- import data onto S3 through a physical device - edge computing

QUESTION 39

AWS Snow Family - types of data migration

ANSWER

- snowcone - snowball edge - snowmobile

QUESTION 40

AWS Snow Family - types of edge computing

ANSWER

- snowcone - snowball edge

QUESTION 41

AWS OpsHub

ANSWER

a software you install on your computer/laptop to manage your snow family device

QUESTION 42

AWS Storage Gateway

ANSWER

Hybrid storage service that allows on-premises to seamlessly use the AWS Cloud (disaster recovery, backup & restore, tiered storage)

QUESTION 43

Buckets vs. Objects

ANSWER

global unique name, tied to a region

QUESTION 44

S3 Security

ANSWER

IAM policy, S3 Bucket Policy (public access), S3 Encryption

QUESTION 45

S3 Websites

ANSWER

host a static website on Amazon S3

QUESTION 46

S3 Versioning

ANSWER

multiple versions for files, prevent accidental deletes

QUESTION 47

S3 Access Logs

ANSWER

log requests made within your S3 bucket

QUESTION 48

S3 replication

ANSWER

same-region or cross-region, must enable versioning

QUESTION 49

S3 Storage Classes

ANSWER

-standard -IA -1Z-IA -Intelligent -Glacier -Glacier Deep Archive

QUESTION 50

S3 Lifecycle Rules

ANSWER

transition objects between classes

QUESTION 51

S3 Glacier Vault Lock / S3 Object Lock

ANSWER

WORM (write once read many)

QUESTION 52

AWS RDS

ANSWER

- relational database service - a managed DB service for DB use SQL as a query language - allows you to create databases in the cloud that are managed by AWS (Postgres, MySQL, MariaDB, etc.)

QUESTION 53

Amazon Aurora

ANSWER

- PostgreSQL & MySQL are both supported - Aurora is "AWS cloud optimized" and claims 5x performance improvement - Not in the free tier

QUESTION 54

RDS: Read Replicas

ANSWER

- scale the read workload of your DB - can create up to 5 Read replicas - data is only written to the main DB

QUESTION 55

RDS: Multi-AZ

ANSWER

- failover in case of AZ outage (high availability) - data is only read/written to the main database - can only have 1 other AZ as failover

QUESTION 56

RDS: Multi-Region (Read Replicas)

ANSWER

- disaster recovery in case of region issue - local performance for global reads - replication costs

QUESTION 57

Amazon ElastiCache

ANSWER

- in-memory databases with high performance, low latency - helps reduce load off databases for read. intensive workloads

QUESTION 58

DynamoDB

ANSWER

-NoSQL database - not a relational database - "serverless" - single-digit millisecond latency - low latency retrieval (key value database)

QUESTION 59

DAX (DynamoDB Accelerator)

ANSWER

- in-memory cache for Dynamo DB - 10x performance improvement - only used for and is integrated with DynamoDB

QUESTION 60

Redshift

ANSWER

- it's not used for OLTP - it's OLAP (online analytical processing (analytics and data warehousing) - columnar storage of data (instead of row based)

QUESTION 61

Amazon EMR

ANSWER

- Elastic MapReduce - helps creating Hadoop cluster (big data) to analyze and process vast amount of data - clusters can be made of hundreds of EC2 instances (data processing, machine learning, web indexing, big data)

QUESTION 62

Athena

ANSWER

- query data on Amazon S3 (serverless & SQL)

QUESTION 63

Amazon QuickSight

ANSWER

Serverless machine learning-powered business intelligence service to create interactive dashboards (business analytics, building visualizations, perform ad-hoc, analysis)

QUESTION 64

DocumentDB

ANSWER

NoSQL Document database that is MongoDB compatible - JSON

QUESTION 65

Amazon Neptune

ANSWER

- graph database

QUESTION 66

Amazon QLDB

ANSWER

- financial transactions ledger (immutable journal, cryptographically verifiable)

QUESTION 67

Amazon Managed Blockchain

ANSWER

managed Hyperledger Fabric & Ethereum blockchains

QUESTION 68

DMS (Database Migration Service)

ANSWER

- Quickly and securely migrate databases to AWS, resilient, self healing - The source database remains available during the migration - Homogeneous migrations: ex Oracle to Oracle - Heterogeneous migrations: ex Microsoft SQL Server to Aurora

QUESTION 69

AWS Glue

ANSWER

- Managed ETL (extract transform load) and data catalog service - Fully serverless service

QUESTION 70

what is serverless?

ANSWER

a new paradigm in which developers don't have to manage servers anymore (don't manage, provision, or see)

QUESTION 71

docker

ANSWER

a container technology that allows you to run applications

QUESTION 72

ECS

ANSWER

allow you to run Docker containers on EC2 instances (must provision instances in advance)

QUESTION 73

Fargate

ANSWER

allows you to run Docker containers without provisioning the infrastructure (serverless offering - no EC2 instances)

QUESTION 74

ECR (Elastic Container Registry)

ANSWER

private docker images repository

QUESTION 75

Batch

ANSWER

allows you to run batch jobs on AWS across a set of managed EC2 instances (runs on top of the ECS service)

QUESTION 76

Lightsail

ANSWER

predictable & low pricing for simple application & DB stacks

QUESTION 77

Lambda

ANSWER

serverless, function as a service, seamless scaling, reactive (use case: create thumbnails for images uploaded onto S3 or run a serverless cron job)

QUESTION 78

Lambda Billing

ANSWER

- run time x by the RAM provisioned - number of invocations

QUESTION 79

API Gateway

ANSWER

exposed Lambda functions as HTTP API

Looking for a different version?

CBTs get updated every year. Search for the exact version you're taking (e.g. "cyber awareness 2025").

Search all study materials