Glossary

AWS Solutions Architect Associate (SAA-C03) Glossary

By The Exam Atlas Editorial Team · Verified 2026-05-29

Plain-English definitions of the core AWS terms for SAA-C03 study. Simplified for learning; the AWS documentation is authoritative.

TermDefinition
RegionA geographic area containing multiple Availability Zones.
Availability Zone (AZ)One or more isolated data centres within a Region.
VPCVirtual Private Cloud — your isolated private network in AWS.
SubnetA range of IPs in a VPC; public (internet-facing) or private.
Security groupA stateful virtual firewall for instances.
NACLNetwork ACL — a stateless subnet-level firewall.
IAMIdentity and Access Management — users, roles and policies.
IAM roleTemporary credentials assumed by services or users.
EC2Elastic Compute Cloud — virtual servers.
Auto ScalingAutomatically adjusts capacity to demand.
ELBElastic Load Balancing — distributes traffic across targets.
S3Simple Storage Service — scalable object storage.
EBSElastic Block Store — block storage for EC2.
EFSElastic File System — shared file storage.
RDSRelational Database Service — managed SQL databases.
DynamoDBManaged NoSQL key-value database.
LambdaServerless functions that run code on demand.
CloudFrontContent delivery network (CDN).
Route 53Managed DNS and routing.
SQSSimple Queue Service — decoupling via message queues.
SNSSimple Notification Service — publish/subscribe messaging.
KMSKey Management Service — manages encryption keys.
Multi-AZDeploying across Availability Zones for high availability.

Sources