AWS Solutions Architect - My Journey
I have been working in technology since 2014, specializing in web development. Naturally curious and always eager to learn, I thrive on exploring new areas of technology. In 2023, I developed a strong interest in networking and cloud technologies, leading me to dive into cloud computing through online courses and hands-on projects.
On this website I'm documenting my journey to showcase the challenges I encounter and the solutions I develop along the way. My goal is to become an AWS Solutions Architect and an expert in cloud technology. I believe my extensive experience in tech will make this transition both smooth and efficient.
Through this course, I gained a deep understanding of core AWS services, including EC2, Lambda, S3, CloudFront, RDS, DynamoDB, IAM, VPC, Route 53, and more. Platform: Udemy Date: 01/2025
Through this course, I have worked on a few hands-on projects that helped me gain practical experience with AWS services and real-world cloud implementations. Platform: Udemy Date: 03/2025
In this course, I gained a solid understanding of how networks operate, including IP addressing, TCP, and UDP protocols. The course also covered subnetting, data transmission across the internet, routers, switches, firewalls, and the fundamentals of network security. Platform: Udemy Date: 02/2025
To set up a static website - awssolutionsarchitect.com - hosted on Amazon S3, secured with an SSL certificate from AWS Certificate Manager (ACM), and delivered through Amazon CloudFront. The site should be accessible via both www and non-www domains, with proper DNS configuration using Route 53.
Successfully deployed a static website on S3 with CloudFront for content delivery and SSL security via ACM. The site is fully accessible through both www and non-www domains, with proper DNS configuration in Route 53. This project improved my understanding of Route 53, ACM, CloudFront, and static site hosting on AWS.
Design and deploy a highly available, secure, and scalable WordPress application on AWS. Leverage AWS services like Amazon RDS Aurora and AWS Elastic Beanstalk to ensure optimal performance, reliability, and security. Integrate load balancers and auto-scaling groups to enhance scalability and resilience, while isolating the database and securing communication between components using AWS security groups.
Live Demo: WordPress Deployment
The project resulted in a highly secure, scalable, and high-performance WordPress application hosted on AWS. By leveraging AWS Elastic Beanstalk, RDS Aurora, and custom security groups, I was able to architect an infrastructure that optimized both security and performance. The decoupled architecture, with the database in a private subnet and the application in a public subnet, ensured robust isolation and security, while also enabling seamless communication between components. The successful configuration of AWS services allowed for automated scaling and load balancing, improving both reliability and user experience resulting in an efficient and reliable and cost-efficient WordPress hosting solution.
The objective of this project was to build a small serverless application using AWS services. By leveraging AWS Lambda, DynamoDB, API Gateway, and Cognito for user authentication, the app provides users with personalized movie recommendations based on TMDb data.
Live Demo: Should I Watch This?
I successfully built a simple yet fully functional serverless application using AWS services like Lambda, API Gateway, Cognito, and DynamoDB. The app allows users to securely log in, and manage their movie watchlists. By integrating these services with proper security and IAM configurations, I created a cost-effective, scalable solution with no servers to manage. The deployment process is also automated through GitHub Actions, ensuring seamless updates and maintenance. The app is now running efficiently on AWS, with CloudFront providing high availability, showcasing the power of serverless architecture. In this project I have learned a great deal about serverless architecture, its real use cases, and benefits.