AWS SAA-C03

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/191

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:35 PM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

192 Terms

1
New cards

The worldwide network of Regions Availability Zones and edge locations that runs AWS services

AWS Global Infrastructure

2
New cards

A physical geographic area that contains multiple isolated Availability Zones

Region

3
New cards

One or more discrete data centers in a Region with independent power networking and connectivity

Availability Zone

4
New cards

A site used by AWS services such as CloudFront to cache content closer to users

Edge Location

5
New cards

A logically isolated virtual network in AWS where you launch resources

Amazon VPC

6
New cards

A range of IP addresses within a VPC

Subnet

7
New cards

A subnet that can route traffic to an internet gateway

Public Subnet

8
New cards

A subnet that does not have direct internet access through an internet gateway

Private Subnet

9
New cards

A VPC component that allows communication between resources in a VPC and the internet

Internet Gateway

10
New cards

A managed service that allows instances in a private subnet to access the internet outbound only

NAT Gateway

11
New cards

A set of rules that determines where network traffic from a subnet or gateway is directed

Route Table

12
New cards

A stateful virtual firewall attached to an AWS resource that controls inbound and outbound traffic

Security Group

13
New cards

A stateless firewall at the subnet level that controls inbound and outbound traffic

Network ACL

14
New cards

A static public IPv4 address designed for dynamic cloud computing

Elastic IP

15
New cards

A connection between two VPCs that enables private communication using private IP addresses

VPC Peering

16
New cards

A hub that connects multiple VPCs and on premises networks through a central gateway

AWS Transit Gateway

17
New cards

An encrypted connection between an on premises network and AWS over the internet

Site to Site VPN

18
New cards

A dedicated private network connection from on premises to AWS

AWS Direct Connect

19
New cards

A scalable DNS web service used for domain registration DNS routing and health checks

Amazon Route 53

20
New cards

A Route 53 record type that points to AWS resources without using an IP address

Route 53 Alias Record

21
New cards

A Route 53 feature that monitors resource availability and can influence DNS routing

Health Check

22
New cards

A Route 53 routing policy that returns a single resource record without special routing rules

Simple Routing Policy

23
New cards

A Route 53 policy that distributes traffic across resources based on assigned weights

Weighted Routing Policy

24
New cards

A Route 53 policy that routes users to the resource with the lowest network latency

Latency Routing Policy

25
New cards

A Route 53 policy that routes traffic to a standby resource when the primary becomes unhealthy

Failover Routing Policy

26
New cards

A Route 53 policy that routes users based on their geographic location

Geolocation Routing Policy

27
New cards

A web service that provides resizable virtual servers in the cloud

Amazon EC2

28
New cards

A configuration of CPU memory storage and networking capacity for an EC2 instance

EC2 Instance Type

29
New cards

A template that contains the software configuration needed to launch an EC2 instance

AMI

30
New cards

Temporary block storage physically attached to the host machine of an EC2 instance

Instance Store

31
New cards

Persistent block storage for use with EC2 instances

Amazon EBS

32
New cards

A point in time backup of an EBS volume stored in Amazon S3

EBS Snapshot

33
New cards

A scalable managed network file system for Linux based workloads

Amazon EFS

34
New cards

A family of managed file systems built for specific workloads such as Windows Lustre NetApp or OpenZFS

Amazon FSx

35
New cards

A logical grouping of EC2 instances that influences how they are placed on underlying hardware

Placement Group

36
New cards

A group of EC2 instances that automatically scales based on demand or health checks

Auto Scaling Group

37
New cards

A configuration template used to launch EC2 instances with defined settings

Launch Template

38
New cards

A service that automatically distributes incoming traffic across multiple targets

Elastic Load Balancer

39
New cards

A Layer 7 load balancer that routes HTTP and HTTPS traffic intelligently

Application Load Balancer

40
New cards

A high performance Layer 4 load balancer for TCP UDP and TLS traffic

Network Load Balancer

41
New cards

A load balancer used to deploy and scale third party virtual appliances

Gateway Load Balancer

42
New cards

A set of targets such as EC2 instances IPs or Lambda functions that receive traffic from a load balancer

Target Group

43
New cards

An object storage service designed for scalability durability availability and performance

Amazon S3

44
New cards

A container for storing objects in Amazon S3

S3 Bucket

45
New cards

A file and its metadata stored in Amazon S3

S3 Object

46
New cards

A feature that keeps multiple versions of an object in a bucket

S3 Versioning

47
New cards

A rule that automates object transition or expiration based on time or conditions

S3 Lifecycle Policy

48
New cards

The default S3 storage class for frequently accessed data

S3 Standard

49
New cards

A storage class for infrequently accessed data that still needs rapid access

S3 Standard IA

50
New cards

A lower cost infrequent access class that stores data in one Availability Zone

S3 One Zone IA

51
New cards

A storage class for archive data that needs millisecond retrieval

S3 Glacier Instant Retrieval

52
New cards

A low cost archive storage class with retrieval times in minutes to hours

S3 Glacier Flexible Retrieval

53
New cards

The lowest cost S3 archive storage class for long term retention with slow retrieval

S3 Glacier Deep Archive

54
New cards

A storage class that automatically moves objects between access tiers based on usage

S3 Intelligent Tiering

55
New cards

A feature that automatically copies objects between buckets within or across Regions

S3 Replication

56
New cards

An S3 feature that uploads large objects in smaller parts for efficiency and resiliency

Multipart Upload

57
New cards

A URL that grants temporary access to an S3 object without making the object public

Pre Signed URL

58
New cards

An S3 feature that allows a bucket to host static web content

Static Website Hosting

59
New cards

A content delivery network that caches content at edge locations for low latency delivery

Amazon CloudFront

60
New cards

The source from which CloudFront retrieves content such as an S3 bucket or load balancer

Origin

61
New cards

A CloudFront rule that defines how requests are handled for specific URL patterns

Cache Behavior

62
New cards

A managed relational database service that supports multiple database engines

Amazon RDS

63
New cards

An RDS feature that provides high availability by maintaining a synchronous standby in another Availability Zone

Multi AZ Deployment

64
New cards

A read only copy of a database used to offload read traffic and improve scalability

Read Replica

65
New cards

A high performance managed relational database compatible with MySQL and PostgreSQL

Amazon Aurora

66
New cards

A read only instance in an Aurora cluster that shares the same underlying storage

Aurora Replica

67
New cards

A fully managed serverless NoSQL key value and document database

Amazon DynamoDB

68
New cards

The attribute DynamoDB uses to distribute data across partitions

Partition Key

69
New cards

An optional second key in DynamoDB that allows multiple items with the same partition key

Sort Key

70
New cards

A DynamoDB capacity mode that automatically adjusts to request volume and charges per request

DynamoDB On Demand

71
New cards

A capacity mode where you specify the number of reads and writes per second

DynamoDB Provisioned Capacity

72
New cards

An in memory cache for DynamoDB that provides microsecond response times

DynamoDB Accelerator

73
New cards

A DynamoDB feature that automatically deletes expired items

Time to Live

74
New cards

A managed in memory caching service for Redis and Memcached

Amazon ElastiCache

75
New cards

An in memory data store commonly used for caching session storage and pub sub

Redis

76
New cards

A simple distributed in memory caching system used to accelerate applications

Memcached

77
New cards

A fully managed data warehouse service for analytics at scale

Amazon Redshift

78
New cards

A serverless compute service that runs code in response to events

AWS Lambda

79
New cards

A Lambda configuration that reads from services such as SQS Kinesis or DynamoDB Streams

Event Source Mapping

80
New cards

The number of Lambda function instances processing events at the same time

Concurrency

81
New cards

A Lambda setting that guarantees and limits concurrency for a function

Reserved Concurrency

82
New cards

A Lambda feature that keeps function environments initialized to reduce cold starts

Provisioned Concurrency

83
New cards

A managed service for creating publishing securing and monitoring APIs

Amazon API Gateway

84
New cards

A service that coordinates multiple AWS services into serverless workflows

AWS Step Functions

85
New cards

A fully managed message queue service for decoupling distributed systems

Amazon SQS

86
New cards

An SQS queue type that provides high throughput with at least once delivery

Standard Queue

87
New cards

An SQS queue type that preserves message order and supports exactly once processing semantics

FIFO Queue

88
New cards

The period during which a received SQS message is hidden from other consumers

Visibility Timeout

89
New cards

A queue used to store messages that could not be processed successfully after multiple attempts

Dead Letter Queue

90
New cards

A pub sub messaging service that sends messages to multiple subscribers

Amazon SNS

91
New cards

A serverless event bus that routes application and AWS service events to targets

Amazon EventBridge

92
New cards

A service for collecting and processing streaming data in real time

AWS Kinesis Data Streams

93
New cards

The base throughput unit of a Kinesis data stream

Shard

94
New cards

An infrastructure as code service for provisioning AWS resources using templates

AWS CloudFormation

95
New cards

A service that deploys and manages applications automatically on AWS infrastructure

AWS Elastic Beanstalk

96
New cards

A service for operational management patching automation and configuration of AWS resources

AWS Systems Manager

97
New cards

A service that records AWS API calls and account activity for governance auditing and compliance

AWS CloudTrail

98
New cards

A monitoring and observability service for metrics logs alarms and events

Amazon CloudWatch

99
New cards

A monitoring feature that triggers actions based on metric thresholds

CloudWatch Alarm

100
New cards

A service that controls authentication and authorization for AWS resources

IAM