You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WordPress application on AWS using Terraform. The project provisions a VPC with public/private subnets, bastion host, NAT gateway, and ALB; an EC2 instance running WordPress in a Docker container; an RDS MySQL database and an S3 bucket for media offloading, with IAM roles for secure access. Remote state managed in S3 with DynamoDB locking.
A secure, cloud-native Journal API built with FastAPI and PostgreSQL, deployed on AWS using a 2-tier VPC architecture (public FastAPI + private PostgreSQL).
This project provides an AWS CloudFormation template to deploy a secure, private Aurora PostgreSQL cluster with public connectivity via a bastion EC2 host. It demonstrates best practices for VPC, subnet, security group, and database setup, enabling easy management and teaching of cloud database concepts.
Bootstrap AWS environment tailored for container workloads: it provisions remote Terraform state with DynamoDB locking, a production-grade VPC with public/private subnets and NAT gateways, and a hardened ECR repository with image scanning, which giving teams a secure, reusable foundation for containerized deployments.