☁️
Project 01
AWS Account Setup & Security

Set up a secure AWS account from scratch — configuring root user credentials, enabling MFA via authenticator app, setting up billing alerts with CloudWatch and SNS, and activating Free Tier safeguards to prevent unexpected charges.

IAMCloudWatchSNSMFARoot Security
📄 Set_Up_an_AWS_Account.pdf
🪣
Project 02
Host a Website on Amazon S3

Deployed a static website to Amazon S3, configuring bucket policies, ACLs, and public access settings. Troubleshot and resolved a 403 Forbidden error by correctly managing object-level permissions alongside bucket-level settings.

S3Bucket PoliciesACLsStatic Hosting
📄 Host_a_Website_on_Amazon_S3.pdf
🌐
Project 03
Build a Virtual Private Cloud (VPC)

Built an Amazon VPC from scratch — defining CIDR blocks, creating public and private subnets, attaching an Internet Gateway, and configuring route tables. Also used AWS CloudShell and CLI to create resources programmatically.

VPCSubnetsInternet GatewayRoute TablesAWS CLI
📄 Build_a_Virtual_Private_Cloud__VPC_.pdf
🔒
Project 04
VPC Traffic Flow & Security

Configured Security Groups and Network ACLs to control inbound and outbound traffic. Implemented layered security at both resource and subnet levels, and deployed resources across multiple regions to explore EC2 Global View.

Security GroupsNetwork ACLsMulti-RegionEC2 Global View
📄 VPC_Traffic_Flow_and_Security.pdf
🛡️
Project 05
Cloud Security with AWS IAM

Built a real-world IAM access control setup — creating users, user groups, and a multi-statement JSON policy restricting interns to development EC2 instances only. Verified using live testing and the IAM Policy Simulator.

IAMEC2JSON PoliciesUser GroupsPolicy SimulatorResource Tagging
📄 Cloud_Security_with_AWS_IAM.pdf