AWS Solution Architect β Associate Cheat Sheet Ultimate Quick Revision Guide for Certification

π Hello! I'm passionate about DevOps and have over 1+ years of experience in the field. I'm proficient in a variety of cutting-edge technologies and always motivated to expand my knowledge and skills. Let's connect and grow together!
SKILLS:
πΉ Languages & Runtimes: Python, Shell Scripting, HCL, YAML πΉ Cloud Technologies: AWS, Microsoft Azure, GCP πΉ Infrastructure Tools: Docker, Terraform, AWS CloudFormation πΉ Other Tools: Linux, Git and GitHub Actions, Jenkins, Jira, GitLab (beginner), Docker, AWS DevOps πΉ Web Development: HTML, CSS, Bootstrap, Python, SQL
Job & Responsibilities:
π Improved development efficiency by implementing CI/CD pipelines, resulting in a 30% reduction in deployment time on the test server. π Strengthened deployment and testing reliability by utilizing Docker containers and optimizing Dockerfile, reducing development issues on the test server by 20%. βοΈ Automated S3 bucket log creation with Shell scripting, eliminating 100% of manual search and saving 2 hours per week. π Scheduled EC2 instance start/stop using Lambda functions and Event Bridge, leading to a 25% decrease in infrastructure costs. π§ Utilized AWS, Linux, Python, Docker, Shell scripting, Terraform, Jenkins Pipelines, and automation to streamline workflows and improve overall system performance.
I'm very detail-oriented and possess strong written and verbal communication skills. As a high performer with a possibility mindset, I strive to solve problems using efficient approaches.
Let's Connect & Grow:
If you find my profile suitable for the role you are searching for, please feel free to reach out to me at sumanprasad9766@gmail.com.
π Introduction
This cheat sheet is a quick revision guide for the AWS Certified Solutions Architect β Associate exam, covering core AWS services, use cases, and key concepts you must remember.
Itβs designed to help you revise faster, retain better, and connect concepts with real-world use cases.
π Source: Converted from your PDF
π 1. AWS Global Infrastructure
Regions β Geographical areas with multiple data centers π Use Case: Deploy applications closer to users for low latency
Availability Zones (AZs) β Isolated data centers within a region π Use Case: High availability using Multi-AZ deployments
Edge Locations β CDN points of presence π Use Case: Deliver content globally with low latency
βοΈ 2. Compute Services
π₯οΈ Amazon EC2
- Resizable compute capacity
Instance Types:
General Purpose β Balanced workloads (t2, t3)
Compute Optimized β CPU intensive (c5)
Memory Optimized β RAM heavy (r5)
Storage Optimized β High I/O (i3)
Pricing Models:
On-Demand
Reserved Instances
Spot Instances
Dedicated Hosts
Key Features:
Security Groups
Elastic IP
Auto Scaling
β‘ AWS Lambda
- Serverless compute π Use Case: Event-driven workloads (e.g., S3 triggers)
π Elastic Beanstalk
- PaaS for application deployment π Use Case: Deploy apps without managing infra
πΎ 3. Storage Services
πͺ£ Amazon S3
- Object storage (high durability)
Features:
Buckets
Versioning
Lifecycle Policies
Encryption
Storage Classes:
Standard
Intelligent-Tiering
Standard-IA
Glacier
π Use Case: Store static website assets
π½ Amazon EBS
- Block storage for EC2
Types:
gp2/gp3 β General purpose
io1/io2 β High performance
st1 β Throughput optimized
sc1 β Cold storage
π Amazon EFS
- Scalable shared file storage
π Use Case: Multiple EC2 instances accessing same data
ποΈ 4. Database Services
π’οΈ Amazon RDS
- Managed relational database
Features:
Multi-AZ β High availability
Read Replicas β Scaling reads
Automated backups
β‘ Amazon DynamoDB
- NoSQL database
Features:
Single-digit ms latency
DAX (in-memory cache)
π Use Case: Session storage
π Amazon Redshift
- Data warehouse
π Use Case: Analytics on large datasets
π 5. Networking Services
ποΈ Amazon VPC
- Isolated network
Components:
Subnets
Route Tables
Internet Gateway
NAT Gateway
π Use Case: Secure application networking
π Amazon Route 53
- DNS service
Routing Policies:
Simple
Weighted
Latency
Failover
β‘ Amazon CloudFront
- CDN service
π Use Case: Low-latency content delivery
π 6. Security & Identity Services
π€ AWS IAM
- Manage access
Components:
Users
Groups
Roles
Policies
Best Practices:
Least privilege
Enable MFA
Use roles instead of credentials
π AWS KMS
- Manage encryption keys
π Use Case: Encrypt S3, RDS data
π 7. Monitoring & Management
π Amazon CloudWatch
- Metrics, Logs, Alarms
π Use Case: Monitor EC2 performance
π AWS CloudTrail
- Audit logs
π Use Case: Track API activity
ποΈ AWS CloudFormation
- Infrastructure as Code
π Use Case: Automate deployments
π§ 8. Additional Services
β‘ AWS ElastiCache
- In-memory caching
π Use Case: Improve app performance
π© AWS SQS
- Message queue
π Use Case: Decouple microservices
π’ AWS SNS
- Pub/Sub notifications
π Use Case: Alerts via email/SMS
π― Exam Tips
Practice hands-on in AWS Console
Review AWS whitepapers & FAQs
Take mock exams
Focus on architecture patterns + use cases
π Exam Details
Duration: 120 minutes
Questions: ~60
Passing Score: 720 / 1000
Format: MCQs + Multiple response
π§ Final Thoughts
This cheat sheet is your last-minute revision weapon.
Focus on:
Use cases (most important)
Service differences (e.g., S3 vs EBS vs EFS)
Architecture patterns (HA, DR, scalability)




