I recently sat for the AWS certified developer (associate) exam and while Azure is still my first love and it will be my last, I think it is useful to, on the one hand, scope out the competition a bit and, on the other hand, have the necessary knowledge and certifications to do cloud-to-cloud migrations.
I had worked with AWS in the past, but not nearly enough to pass an exam with, so I submerged myself in the AWS ecosystem for a couple of weeks and what struck me the most is the shear amount of acronyms that are used in Amazon Webservices land.
I compiled a list for future reference:
| AZ | Availability Zones | |
| AES | Amazon Elasticsearch Service | |
| AMI | Amazon Machine Image | |
| ARN | Amazon Resource Name | |
| ASG | Auto Scaling Group | |
| DAX | DynamoDB Accelerator | Fully managed, in-memory cache for DynamoDB. |
| DMS | Database Migration Service | |
| EBS | Elastic Block Store | Easy to use, high performance block storage service designed for use with Amazon Elastic Compute Cloud |
| EFS | Elastic File System | Regional service storing data within and across multiple Availability Zones (AZs) for high availability and durability |
| EC2 | Elastic Compute Cloud | Web service that provides secure, resizable compute capacity in the cloud |
| ECR | Elastic Container Registry | |
| ECS | Elastic Container Service | |
| EIP | Elastic IP | |
| ELB | Elastic Load Balancer | |
| EMR | Elastic MapReduce | |
| ENI | Elastic Network Interface | |
| FSx | File Storage X | Makes it easy and cost effective to launch and run popular file systems |
| KMS | Key Management Service | |
| RDS | Relational Database Service | |
| RRS | Reduced Redundancy Storage | |
| S3 | Simple Storage Service (SSS) | |
| S3IA | S3 Infrequent Access | |
| SAM | Serverless Application Model | |
| SES | Simple Email service | |
| SMS | Server Migration Service | |
| SNS | Simple Notification Service | |
| SQS | Simple Queue Service | |
| SSS | Simple Storage Service (S3) | |
| STS | Security Token Service | |
| SWF | Simple Workflow Service | |
| VPC | Virtual Private Cloud | |
| VTL | Virtual Tape Library | |
| WAF | Web Application Firewall |

Leave a Reply