Here are some AWS related sample projects for beginners:
- Deploy end-to-end multi-tier website on AWS
Problem Statement: Deploying an end-to-end Custom PHP Website to AWS with functionalities for SQL, NoSQL and file storage
Topics – RDS, SNS
- Deploying a website for High Availability and High Resilience
Problem Statement: Design an architecture that can scale up and down according to the traffic and is decoupled for components like Database, web app, etc.
Topics: Auto Scaling, Target Groups, Load Balancing, RDS, and Elastic Beanstalk
- Sending Notifications to patients using push notifications
Problem Statement – Design an architecture on AWS, which can send notifications to patients using push notifications based on Doctor Feedback
Topics: AWS SNS, VPC, EC2
To understand how to implement these projects using AWS, check out this AWS Certification course by Intellipaat.
You can watch this YouTube tutorial to know how to deploy end-to-end website.