The short version
The list
- 1
Static Site on S3 + CloudFront + Route 53
Deploy a static site (your portfolio) to S3, distribute via CloudFront CDN, with custom domain via Route 53.
Why it matters: The foundational AWS project — exercises ~30% of AWS Solutions Architect Associate (SAA) exam areas in one build.
Best for: Foundation. Every cloud fresher portfolio should have this.
- 2
Three-Tier Web App (EC2 + RDS + ALB) →
Spring Boot or Flask app on EC2 behind an Application Load Balancer, with PostgreSQL on RDS in a private subnet.
Why it matters: Demonstrates VPC + subnet + security group design — the most-screened AWS networking topic at fresher interviews.
Best for: Java FS / Python FS portfolios targeting Pune services-major cloud roles.
- 3
Serverless REST API (Lambda + API Gateway + DynamoDB)
Build a REST API where API Gateway triggers Lambda functions that read/write DynamoDB. No servers to manage.
Why it matters: Serverless is the modern AWS pattern — appears in 40%+ of Pune product company cloud postings.
Best for: Product-company-targeted portfolios + above-band fresher salary.
- 4
Infrastructure-as-Code Project with Terraform
Provision a VPC + EC2 + RDS + ALB + S3 stack via Terraform, version-controlled on GitHub with module structure.
Why it matters: IaC fluency moves you from 'Console clicker' to 'production-engineering thinking' — directly screened at Pune interviews.
Best for: Anyone targeting beyond services-major fresher tier. The highest-leverage portfolio differentiator.
- 5
CI/CD Pipeline (CodePipeline or GitHub Actions → AWS) →
Source code push triggers automated build + test + deploy to a real AWS environment.
Why it matters: Demonstrates DevOps thinking + automation discipline. Pune DevOps Engineer fresher roles screen heavily for this.
Best for: DevOps + SRE-targeted portfolios.
- 6
Event-Driven Architecture (SQS + SNS + Lambda)
Producer Lambda → SQS queue → consumer Lambda → SNS notifications, with retry + dead-letter queue patterns.
Why it matters: Tests async messaging patterns — moves you above pure-CRUD-app portfolio level.
Best for: Product-company portfolios + senior-fresher band targeting.
- 7
EKS Kubernetes Deployment →
Deploy a multi-service application to AWS EKS with proper Deployment + Service + Ingress + Secret resources, plus Helm for templating.
Why it matters: Kubernetes fluency appears in 50%+ of Pune cloud + DevOps postings in 2026; EKS specifically is the AWS-native managed K8s.
Best for: Standing out for DevOps + product company Cloud Engineer roles.
- 8
Multi-Account Organization (AWS Organizations + SSO)
Set up a 2-account AWS Organization with consolidated billing, SCPs, and centralised SSO access via IAM Identity Center.
Why it matters: Demonstrates governance + security thinking — most-asked-about at Pune BFSI + enterprise cloud interviews.
Best for: BFSI / enterprise cloud track + Solutions Architect specialisation.
- 9
Cost Optimisation Audit + Dashboard
Use Cost Explorer + AWS Budgets + a custom CloudWatch dashboard to identify + reduce costs on a sample workload.
Why it matters: Cost discipline is the signal that separates senior-track candidates from junior-only candidates — even at fresher level.
Best for: Signal-boosting any cloud portfolio. Differentiates from pure-deployment-focused projects.
- 10
RAG-Powered AI App on AWS (Bedrock + S3 + Lambda) →
Build an LLM-powered Q&A app using Amazon Bedrock + RAG over documents stored in S3 + serverless backend.
Why it matters: Most-recognised 2026 differentiator — combines cloud architecture with the rapidly-growing AI engineering specialisation.
Best for: Standing out at product companies + GenAI-adjacent cloud roles.
How we built this list
Projects were selected by what Pune AWS interviewers actually probe in technical + project-walkthrough rounds, sampled across services-major cloud practices (Persistent, Capgemini, Cognizant, Mindtree) and product / GCC cos (Druva, Helpshift, BrowserStack, BNP Paribas IT). Difficulty graded foundation → specialisation; AWS free tier covers all 10 projects without significant cost. Cross-referenced with AWS Solutions Architect Associate (SAA-C03) exam domain weighting.
FAQs
Common questions about best aws resume projects.
How many AWS projects do I need on my Pune fresher cloud resume?
Two to three substantial projects with proper documentation beat ten shallow ones. At least one must use Infrastructure-as-Code (Terraform or CloudFormation), at least one must exercise cross-service integration (not just spinning up a single resource), and all must have clean GitHub READMEs with architecture diagrams. The projects above are ordered so 2-3 across difficulty levels covers most interview probes.
Will the AWS free tier cover all these projects?
Yes if you're disciplined — stop EC2 instances when not in use, delete unused resources (especially RDS + EKS which cost even when idle), use small instance types (t2.micro / t3.micro), monitor with AWS Budgets. Set a billing alarm at $1 to catch surprises early. Realistic cost for 3 portfolio projects built carefully over 3-4 months: under $5 total even with free tier.
Do I need an AWS certification before building these projects?
No — and actually build first, certify second. Hands-on project work makes the SAA-C03 (Solutions Architect Associate) exam materially easier because you've experienced what the questions describe. Cert + 2-3 deployed projects = stronger fresher portfolio than cert alone. The exam is ~$150; budget for it in months 4-6 of cloud learning.
Should I learn AWS or Azure first if I'm starting from zero?
AWS for most Pune learners — it has ~55% of cloud listings vs Azure's ~30%, broader ecosystem, larger community. Azure makes sense if you're specifically targeting Pune BFSI / Insurance verticals (BNP Paribas IT, Allianz tech, Cognizant Azure practice) or transitioning from a .NET enterprise background. Full nuance in our AWS vs Azure compare.