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.
Terraform project deploying a highly available AWS setup with a custom VPC across two AZs, two EC2 instances using separate user data, and an Application Load Balancer with target groups and security groups. Terraform state is stored remotely in Amazon S3 for reliability and collaboration.
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.
A secure, cloud-native Journal API built with FastAPI and PostgreSQL, deployed on AWS using a 2-tier VPC architecture (public FastAPI + private PostgreSQL).
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.