Automating Cloud Infrastructure, CI/CD, and DevSecOps.
The Travel Realm project implements a three-tier AWS infrastructure system that separates governance, environment provisioning, and application delivery. It demonstrates large-scale DevOps automation through Terraform modules and OIDC-secured CI/CD pipelines.
Handles governance and identity:
Outcome: Secure, policy-aligned multi-account AWS organization ready for CI/CD operations.
Creates reproducible infrastructure in child accounts:
Outcome: Parameterized environments ready for independent provisioning, with isolated data and traffic flow.
Implements GitHub Actions pipelines for:
Outcome: Complete build → deploy → test automation using Terraform + Actions.
| Category | Detail |
|---|---|
| IaC | Fully modular Terraform with layered composition |
| CI/CD Security | OIDC-based authentication, no stored secrets |
| Observability | CloudWatch logging and custom metrics |
| Resilience | DR-aware network and DB configurations |
| Extensibility | New environments deployable via parameters |
AWS Organizations, Terraform, ECS, RDS, CloudFront, S3, GitHub Actions, Secrets Manager, IAM, CloudWatch, Keycloak, Node.js, Vite.