In this blog post, I'm going to share how I studied, step-by-step, for the AWS Solutions Architect Associate certification exam.
And of course, due to COVID19, AWS is taking care of its learners - AWS Certification FAQs
DISCLAIMER
Make sure you cover all the topics that are in the official AWS Certified Solutions Architect Associate Exam Guide, read more about it here. I passed the exam in Sep-2019, and it might have changed a little bit since then.
Intro
- It took me about 2-3 weeks to study
- I studied for about 4-5 hours a day
- I had minor experience in AWS with EC2 and S3 before I started studying
- Skim through all the topics before you start studying. It took me time to realize the best way for me to study, but it doesn't mean that it's the best way for you
- Content switching - I didn't want to learn one topic, and then learn a whole new topic, which will probably make me forget the previous topic. So I learned all of the topics bit by bit, which also helped me realize how different services can work together
- Learning for this type of exam is difficult, so if you're having a hard time, don't worry about it, in your 2nd week of learning, it will get much easier
- Learn with your mobile phone - I found it best to read most of the FAQs and official docs using my mobile phone in my spare time
- Here's my Social Badge
- If you wonder how the badge looks like in a Linkedin profile, you can check mine - linkedin.com/in/meirg
Getting Started
- Create an AWS account
- Create an IAM admin role, from now on, use only this role to perform any future actions in your AWS account
- Register for AWS Certified Solutions Architect - Associate 2020 by Ryan Kroonenburg and Faye Ellis. Original price is 179 USD so wait for it to be on sale, you can get if for 14-18 USD
- Complete the above course, including the quizzes
- The course duration is 14.5 hours (excluding quizzes and exams), so to save time, set the videos speed to
- x1.25 - 11.6 hours
- x1.5 - 9.7 hours
- The course duration is 14.5 hours (excluding quizzes and exams), so to save time, set the videos speed to
- (Optional) If you have prior knowledge, take the Practice Exam 1 to understand your knowledge gaps, it's under Good Luck & What's Next
This Guide's Structure
- Even though you've already completed the Udemy course, I'm still going to put references to specific lectures that you should watch again to strengthen your knowledge
- Legend
- π - Official AWS docs/tutorials
- π - Non-official docs/tutorials
- πΊ - Watch lecture(s) in the Udemy course
VPC - Basics
- Create a custom VPC - go through the following scenarios
- π Scenario 1: VPC with a Single Public Subnet
- π Scenario 2: VPC with Public and Private Subnets (NAT)
- Donβt create a NAT Instance or a NAT Gateway, but make sure you understand how they work
- π Differences between NAT Instance and NAT Gateway
Route53
- πΊ Route53 > all lectures
- Understand what are DNS records, notably: A, SOA, NS, CNAME, and MX
- Get familiar with all available Routing policies
- (Optional) Register your domain directly from the AWS Route53 console
VPC - Subnets
- π Understanding IP Addresses, Subnets, and CIDR Notation for Networking
- Practice on Subnets by using the CIDR calculator at www.cidr.xyz and create Subnets in your custom VPC
- How many IP addresses are reserved by AWS?
VPC - EC2
- πΊ EC2 > all lectures
- π Read more about IAM and EC2 instance roles
Practice
- Create an IAM role and attach it to your EC2 instance
- SSH to an EC2 instance and install AWS CLI on your instance
- Run aws s3 ls on the instance and make sure that it works
- Use the instanceβs meta-data to figure out from the instance to which security groups it belongs to, hint: curl 169. β¦
By now you are familiar with
- Launch and configure EC2 instances
- Elastic Block Store (EBS)
- Subnets, IP Addresses, CIDR and Subnetmask
- Route Tables
- Internet Gateway (igw)
- Elastic IP (eip)
- π NAT Instances (bastion) (π¬ AMI name contains amzn-ami-vpc-nat)
- π NAT Gateway (ngw)
- π Security Group (sg) - this topic is very important, so make sure you do a lot of practice
- π Network Access Control List (NACL)
- π Identity Access Management (IAM) - Users, Groups, Roles, and Policies
- Route53 and DNS records
VPC - Peering
- Go over the following scenarios
IMPORTANT! Don't skip the above topic; it may appear in the exam
VPC - ENI
- π Elastic Network Interface (ENI)
Note: No need to practice on adding a secondary ENI to your instance, if you do, make sure you take a snapshot before doing it
VPC - Flow Logs
- π VPC Flow Logs
Practice
- π Publish Flow Logs to CloudWatch, and keep in mind that it takes up to 10 minutes to get the initial Log Stream, so be patient
- (Optional) π Install the Agent on a Running EC2 Linux Instance
- π SSH to your EC2 instance, install and configure AWS Logs
- View the Log stream in CloudWatch Logs, whatβs the name of the FlowGroup?
- Stop the awslogs service and remove the FlowGroup from the file /var/awslogs/etc/awslogs.conf
Storage - S3
- π Simple Storage Service (S3)
- πΊ S3 > Identity Access Management > from IAM 101 to Transfer Acceleration
Practice
- Create a bucket in S3 and Publish Flow Logs
- SSH to your EC2 instance
- Copy one of the logs from your S3 bucket to the EC2 instance
- Extract the log from gz and read it, cool, huh? :)
- π Creating a Trail
- π Logging Amazon CloudWatch API Calls with AWS CloudTrail
- Turn off the Logging in the trail
- Disable AWS Cloudwatch alarm and delete VPC Flow Log - do it without removing the alarm, hint: possible only with aws-cli
VPC - Nat Gateway
- π Nat Gateway
Practice
- π Implement Scenario 2 and apply the NATSG: Recommended Rules
- SSH to private instance and run: curl http://ifconfig.co, the returned IP should be the NAT Gateway Elastic IP (EIP)
- Delete the Nat Gateway and release the Nat Gateway's EIP
VPC - Direct Connect and VPC End Points
- πΊ VPCs > Direct Connect
- πΊ VPCs > VPC End Points
Storage - Storage Gateway
- πΊ Identity Access Management & S3 > Storage Gateway
- File Gateway
- Stored Volumes and Cached Volumes
- Tape Gateway
Storage - Snowball
- πΊ Snowball Overview and Snowball Lab
- Snowball
- Snowball Edge
- Know the answer to - when should I use it?
EC2 - Placement Groups
- πΊ EC2 > EC2 Placement Groups
- π Placement Groups
- Clustered Placement Group
- Partition Placement Group
- Spread Placement Group
EC2 - Bootstrap Scripts and instance Meta Data
- πΊ EC2 > Using Boot Strap Scripts
- πΊ EC2 > EC2 Instance Meta Data
Databases
- πΊ Databases On AWS > all lectures
- Understand the difference between Multi-AZ vs. Read Replicas
- Get a deeper understanding of the following types of databases
- DynamoDB
- Redshift and Redshift Spectrum
- Aurora
- Elasticache
- Understand how to increase the performance of each DB
- Understand the basics of high availability architecture of DBs
VPC - Load Balancers
- πΊ HA Architecture > from Load Balancers Theory to Advanced Load Balancer Theory
- Understand the differences between Classic/App/Net Load Balancers
- Make sure you know the answer to - what are Health checks?
Theoretical - High Availability Architecture
- πΊ HA Architecture > from Autoscaling Groups Lab to HA Architecture Quiz
- π Autoscaling Groups
Theoretical - Other Services
Get familiar with the following applications and services.
- πΊ Watch the lectures in Udemy
- CloudFormation
- Elastic Beanstalk - get familiar with
- Lightsail
- SQS - Super important, especially the short/long polling
- MQ
- SWF
- SNS - Make sure you know the π limits
- Elastic Transcoder
- API Gateway - Super important
- Kinesis - What are the differences between
- Kinesis Streams
- Kinesis Firehose
- Kinesis Analytics
- Web Identity Federation and Cognito
- User pools
- Identity pool
- CloudFront and Edge Locations - Super important
- Macie
- ElasticSearch - π Use Case 1, π Use Case 2
- And any other services that appear in the Udemy course
Theoretical - Serverless
- πΊ Serverless > all lectures
- Make sure you fully understand how the following services work
- S3
- Lambda Functions
- DynamoDB
- Aurora Serverless
Practice
- Create a Lambda Function and invoke functions with HTTP requests by using API Gateway
- Which triggers are available for Lambda Functions?
- π Create an API Gateway and a Lambda
Storage - S3, EBS and EFS
Even though you read about S3, go over it again, it's a huge topic, and there are lots of questions about this topic
- πΊ S3 > from S3 101 to Transfer Acceleration
- Different classes of S3 - Standard, IA, IA-Zone, Intelligent tiering
- Glacier and Glacier Deep Archive
- Security and encryption
- SSE - S3
- SSE - KMS
- SSE - C
- Client-side encryption and upload to S3
- Version control + MFA Delete
- Lifecycle management
- Cross-Region Replication
- Transfer Acceleration - Uses CloudFront
- π S3 FAQ
- πΊ EC2 > from EBS 101 to AMI Types (EBS vs Instance Store) and Elastic File System
Practice
This exercise only covers KMS, since it's a difficult topic, but feel free to also practice the other topics
- Create another IAM user, call it developer, grant this user full admin access (donβt switch to this user)
- Create a key in KMS and allow only to your current admin user to use this key (developer canβt use it)
- Create a Lambda Function from scratch and add random environment variables
- Encrypt the environment variables with the key youβve created earlier
- Login with your developer user and view the Lambda Function, can you see the environment variables?
Theoretical - Well-Architected Framework
It's best to go over all the official AWS Docs, but since it's time-consuming, skim through the Well-Architected Framework whitepaper
Exams - Practice
- Make sure you completed all the quizzes in the Udemy course
- Take the practice exams Practice 1 and Practice 2 in the Udemy course
- Register for AWS Certified Solutions Architect Associate Practice Exams, Original price is about 40 USD , but you can get it for sale at 14-18 USD
- Take as many exams as you can (the more, the merrier)
- Make sure you review the answers and explanations for each question, even if you answered correctly
Useful Resources
Skim through the following resources
- π AWS Certification Preperation
- π aws-cheat-sheet
- π A Complete Guide to AWS Certified Solutions Architect Associate Exam
- π Do Your Homework: 7 AWS Certified Solutions Architect Exam Tips
AWS Solutions Architect Associate certification exam
By now you should be ready to take the exam!
- πͺ Take the AWS official practice exam (20 USD)
- β If there's any topic that you're still not comfortable with, read the docs and FAQs. Feel free to comment to this blog post with questions!
- π Take the official AWS certification exam (150 USD)
Final words
Once you get the hang of it, it's fun to learn about AWS and use its services. I hope that this blog post helped you to design your learning path for this exam, and if it did, then π/π/π΄ and share!
Top comments (0)