Listen to this Post
Rafael Silva Willians recently achieved the AWS Solutions Architect Associate certification with an impressive score of 965/1000. This marks his 16th certification in just one year, showcasing his dedication and expertise in cloud computing. The AWS Solutions Architect Associate (SAA) exam is known for its depth and breadth, covering around 130 services, with 40-50 services typically appearing on the exam. Rafael emphasizes the importance of understanding the services deeply rather than just memorizing facts.
Preparation Strategy:
Rafael spent approximately 320 hours preparing for the exam, utilizing a variety of resources:
– Courses: SENAI (60 hours), ExamPro (50 hours x 2), Escola da Nuvem DPCN (100 hours), and Proz (80 hours).
– Practice Exams: Around 80 hours were dedicated to practice exams, with nearly 3000 questions answered.
– Study Materials: Rafael also created his own study materials, which can be found here.
Recommended Learning Path:
1. Beginner Courses: SENAI or Proz.
2. Intermediate Courses: ExamPro or Stephane Maarekās course.
- Practice Exams: Tutorials Dojo or Jon Bonsoās practice tests.
You Should Know:
- AWS CLI Commands:
- To list all S3 buckets: `aws s3api list-buckets`
– To create an EC2 instance: `aws ec2 run-instances –image-id ami-0abcdef1234567890 –instance-type t2.micro –key-name MyKeyPair`
– To describe VPCs: `aws ec2 describe-vpcs`
– To check IAM roles: `aws iam list-roles` - Linux Commands for AWS:
- Install AWS CLI: `sudo apt install awscli`
– Configure AWS CLI: `aws configure`
– Check EC2 instance status: `aws ec2 describe-instance-status –instance-id i-0abcdef1234567890` - Windows Commands for AWS:
- Install AWS CLI: `msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi`
– Set up AWS credentials: `aws configure set aws_access_key_id` - List S3 buckets: `aws s3 ls`
What Undercode Say:
Achieving the AWS Solutions Architect Associate certification is a significant milestone in any IT professionalās career. Rafaelās journey highlights the importance of thorough preparation and understanding of AWS services. For those aspiring to take the exam, focus on mastering the core services like EC2, S3, VPC, and IAM. Utilize practice exams to familiarize yourself with the exam format and time constraints. Remember, the key to success lies in understanding the services deeply and applying that knowledge in real-world scenarios.
Additional Resources:
- AWS Certified Solutions Architect – Associate Exam Guide
- AWS CLI Documentation
- Tutorials Dojo Practice Exams
By following a structured study plan and leveraging the right resources, you too can achieve this certification and advance your career in cloud computing.
References:
Reported By: Rafael Silva – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ā



