Final Project, FinPay Infrastructure
Build the complete FinPay production infrastructure in Terraform, VPC, RDS, ECS, CodePipeline, secrets, and GitHub Actions CI/CD.
Build the complete FinPay production infrastructure in Terraform, VPC, RDS, ECS, CodePipeline, secrets, and GitHub Actions CI/CD.
Build production-grade VPC architecture with Terraform, public/private subnets, NAT gateways, route tables, and dynamic CIDR calculation.
Provision EC2 instances, Elastic Beanstalk environments, and ECS Fargate services with Terraform.
Provision RDS PostgreSQL and DynamoDB with Terraform, subnet groups, Multi-AZ, read replicas, and encryption.
Build a complete AWS CI/CD pipeline with Terraform, ECR, CodeBuild, CodePipeline, and Elastic Beanstalk deploy.
Manage secrets safely with AWS Secrets Manager and Parameter Store. Never hardcode credentials in Terraform configuration.
Run Terraform in GitHub Actions, format check, validate, plan on PR, and apply on merge. Use OIDC for keyless AWS authentication.
Terragrunt for DRY multi-environment configs, Atlantis for PR automation, Checkov for security scanning, and Sentinel for policy as code.