Giter Club home page Giter Club logo

wordpress-three-tier-deployment's Introduction

Deploy and host a highly-available WordPress application using EC2, RDS, Route 53, Load balancer, ASG, EFS and VPC.

We will be hosting a highly available, elastic and self healing wordpress application on a three tier web application.

alt text

VPC, Public subnets, Private subnets and Nat Gateways

Our Wordpress application will be deployed into a public subnet in a Custom VPC. We will also deploy nat gateways into public subnets, so our database instance in a private subnet can access the internet through the nat gateway.

RDS and EFS

To achieve elasticity and highly available wordpress that can scale, we need to use Mysql RDS as our database and use NFS to host our wordpress assets, especially the wp-content folder, so if an instance is removed, it wont loose any data.

Load balancer, ASG and Route53

For us to deploy more instances of our wordpress applications, based on load, we need to set up an Auto Scaling Group, that will increase and decrease our application.

It will be connected to a Load balancer, that will route traffic to the wordpress instances randomly.

As a final step, to access our website from a custom domain name, we will use Route53 to connect our domain name to the Load balancer

STEPS TO FOLLOW

wordpress-three-tier-deployment's People

Contributors

tunjiaramide avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.