What AWS Projects Should I Build After Passing the Solutions Architect Associate Exam?

0
5
Asked By MellowCedar47 On

I recently passed the AWS Solutions Architect Associate exam and want to move toward a role where I can apply what I learned. I understand that a certification alone probably won't demonstrate enough practical experience during interviews, so I'd like to build a few realistic projects in my spare time and include them in a portfolio.

My background is mostly in fintech, with experience centered around SQL and some technology-adjacent work. I'm not a computer science graduate or an experienced programmer, but I understand fundamentals such as data types, basic networking, and general technical concepts.

What are some worthwhile AWS project ideas or online resources that would help me build practical skills in areas like networking, IAM, monitoring, and deployment? I'd also appreciate advice on how to document the projects effectively for potential cloud or solutions architecture roles.

4 Answers

Answered By QuietMaple31 On

Choose a workload that feels like something a real business might run, deploy it, and explain your decisions. A working project with diagrams, setup steps, monitoring details, and notes about cost and security will usually demonstrate more than collecting another certification badge.

Answered By AmberOrbit56 On

Focus on projects that cover the fundamentals: VPC networking, IAM, logging and monitoring, databases, and deployment. Since your background includes fintech and SQL, you could build a small data-oriented application or reporting system and use it to demonstrate both your existing experience and your new AWS skills.

MellowCedar47 -

That makes sense. I’ll look for a project where I can use my SQL background while practicing the AWS networking and deployment pieces I haven’t worked with much yet.

Answered By NorthStarLynx62 On

Try building a basic three-tier application on AWS. Document the architecture, networking setup, IAM permissions, deployment process, and any tradeoffs you made. Put the infrastructure code and clear instructions in a public code repository, and consider writing a short project walkthrough as well.

Answered By PixelHarbor8 On

The Cloud Resume Challenge is a solid first project. It gives you a practical way to use AWS services and produces something you can show in a portfolio. Once you finish it, expand the project gradually instead of jumping between unrelated tutorials.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.