Ace Cloud Interviews

Portfolio Projects

Hands-on cloud and DevOps projects with full briefs - what to build, what to deliver, and what to say about it in your next interview.

1 Beginner2 Intermediate1 Advanced|4 projects total
Kubernetes / CI/CD
8-12 hoursIntermediate

Deploy a Containerised App to EKS with GitHub Actions

Build a complete end-to-end CI/CD pipeline: Dockerise an app, push images to ECR, deploy to EKS with rolling updates, and automate everything with GitHub Actions.

DockerAmazon EKSAmazon ECRGitHub ActionsKubernetes+2 more

Best for: Cloud/DevOps Engineer, Platform Engineer

Infrastructure as Code
4-6 hoursBeginner

Production-Ready AWS VPC with Terraform

Build a reusable Terraform module for a three-tier AWS VPC: public subnets for load balancers, private app subnets, and private database subnets - with remote state and least-privilege security groups.

TerraformAWS VPCEC2Security GroupsNAT Gateway+2 more

Best for: Cloud/DevOps Engineer, Cloud Architect, Platform Engineer

Observability
8-12 hoursIntermediate

Kubernetes Observability Stack with Prometheus and Grafana

Deploy a production-grade observability stack on Kubernetes: Prometheus for metrics, Grafana for dashboards, and Alertmanager for notifications - with SLO-based alerts and runbooks.

KubernetesHelmPrometheusGrafanaAlertmanager+2 more

Best for: Site Reliability Engineer, Platform Engineer, Cloud/DevOps Engineer

GitOps / CI/CD
10-15 hoursAdvanced

GitOps Multi-Environment Deployment with ArgoCD

Implement a GitOps workflow using ArgoCD to manage dev, staging, and production deployments. Git becomes the single source of truth - every config change flows through a PR, and ArgoCD applies it automatically.

KubernetesArgoCDGitHubKustomizeHelm+1 more

Best for: Platform Engineer, Cloud/DevOps Engineer, Site Reliability Engineer