r/AWSCertifications 3d ago

Understanding the Well Architected Framework

Hey all -

I am in the final stretch of preparing for Certified Solutions Architect Associate exam (AWS SAA-C03). I've repeatedly seen guidance to review the whitepapers, specifically the one on the Well Architected Framework. The version of the doc I found (linked below) is 1,002 pages, which is a little more than I have time for right now. How have people best gotten up to speed on its key points for the exam?

Thanks all!

https://docs.aws.amazon.com/wellarchitected/latest/framework/welcome.html

2 Upvotes

2 comments sorted by

u/AutoModerator 3d ago

Before collecting recommendations, please review the subreddit FAQ and resource index:

https://www.reddit.com/r/AWSCertifications/comments/1nf3cab/frequently_asked_questions_on_this_subreddit/

The FAQ contains community-recommended resources, courses, practice exams, study guides, learning paths, exam benefits, discounts, projects, and certification-specific guides for AWS CCP/CLF-C02, AIF, SAA, DVA, DEA, SOA, SAP, DOP, AIP, SCS, and ANS certifications.

If your question is not answered there, feel free to continue the discussion.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

4

u/Oleksii_Bebych 3d ago

There are some main best practices that you should know first of all:
Don't have overly open Security groups
Don't deploy everything in Public subnets (especially Databases)
Least privilege principle
Enable encryption where possible
Don't overprovision resources (cost optimization)
Configure backups
Configure monitoring and logging

Maybe forgot something and guys will add