Skip to content

Instantly share code, notes, and snippets.

@melissapalmer
Last active January 13, 2022 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melissapalmer/f9e7d32ce1600c2a15df6e6cb437d229 to your computer and use it in GitHub Desktop.
Save melissapalmer/f9e7d32ce1600c2a15df6e6cb437d229 to your computer and use it in GitHub Desktop.
AWS Initialisms

AWS Initialisms

A

AMI Amazon Machine Image

APN AWS Partner Network

ASG Auto Scaling Group

AZ Availability Zone

  • Physically seprate buildings within a Region

C

CRR Cross Region Replication

CAF Cloud Adoption Framework

D

DMS Database Migration Service

E

EBS Elastic Block Storage

EC2 Elastic Cloud Compute

ECR Elastic Container Registry

  • used to manage, store & deploy Docker images

ECS Elastic Container Service

  • used to manage running of Docker containers

EFS Elastic File Storage

EKS Elastic Kubernetes (K8's) Service

ELB Elasic Load Balancer

  • automatically distributes incomming traffic across multiple resources
  • ensures not single resource is over uterlized

EMR Elastic MapReduce (Hadoop)

  • Serverless Compute Engine for containers
  • no server provisioning/mgt needed

F

Fargate AWS Fargate

I

IAM Identity and Access Management

IA Infrequent Access

K

KMS Key Management Service

N

NAT Network Address Translation (NAT) Gateway

Q

QLDB Quantum Ledger DB

R

Region Region

  • geographically isolated area

RDS Relational Database Service

S

S3 Simple Storage Service

SCP Service Control Policies

SNS Simple Notification Service

  • pub/sub service
  • msg's pushed to subscribers

SQS Simple Queue Service

  • receivers need to poll

SRR Same Region Replication

SSM AWS Systems Manager (Systems Manager was formerly known as "Amazon Simple Systems Manager (SSM)")

STS Security Token Service

T

TAM Technical Account Manager

V

VPC Virtual Private Cloud

W

WORM Write Once Read Many

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment