

aws-wordpress-3tier-project
This project demonstrated how I design and deploy a 3-Tier WordPress Website on AWS, emphasizing scalability, security, and high availability
AWS WordPress 3-Tier Project
Overview
This project demonstrates deploying a WordPress application on AWS using a 3-tier architecture.
Architecture
- EC2 (Web Server)
- Apache (Web Server)
- PHP-FPM
- WordPress
- VPC with Public and Private Subnets
- Security Groups
- NAT Gateway
What I Built
- Configured EC2 instance
- Installed Apache and PHP
- Deployed WordPress
- Connected WordPress to database
- Configured networking (VPC, subnets, security groups)
Issues I Solved
- Apache showing directory instead of WordPress
- PHP not running (fixed by installing php-fpm)
- Connected Apache to PHP-FPM
Screenshots
See the /screenshots folder
How to Access
http://YOUR-PUBLIC-IP
Author
Yonathan Jaramillo