https://github.com/arsalan-dev-engineer/aws_wordpress_project_tf
https://github.com/arsalan-dev-engineer/aws_wordpress_project_tf
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arsalan-dev-engineer/aws_wordpress_project_tf
- Owner: arsalan-dev-engineer
- License: mit
- Created: 2023-09-13T09:07:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T12:05:26.000Z (over 2 years ago)
- Last Synced: 2024-08-20T11:23:53.041Z (over 1 year ago)
- Language: HCL
- Size: 391 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security_group.tf
Awesome Lists containing this project
README
# aws WordPress Project using Terraform
main
-----
## Objective:
Deploy a Highly available WordPress website on AWS using public, private, and database subnets to ensure security and scalability.
## Architecture overview:
* Two availability zones (AZs) for redundency and high availability.
* A public subnet in each AZ to host the load balancer and allow public access to the WordPress site.
* A private subnet in each AZ to host the application servers running WordPress.
* A seperate database subnet in each AZ to host the database instances (ec2 with MySQL or AWS managed RDS).
-----
## "Nice to have" features:
* CloudWatch monitoring / Alerting for EC2 (e.g, is the hard drive full, or is the RAM spiking).
* Autoscaling group instead of standalone instance.
* IAM Role for WordPress admins/users.
* SSM access to the instances, instead of direct ssh.
-----
## VPC Resource Map

-----
## VPC Resource Map

-----
## VPC Resource Map
