Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spelling changes #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Headless Wordpress Deployment using AWS CloudFormation
Quikly spin up a headless Wordpress deployment using AWS CloudFormation.
Quickly spin up a headless Wordpress deployment using AWS CloudFormation.

[![](diagram1.png)](diagram1.png)


[![](diagram2.png)](diagram2.png)

Infrastructure as Code (IaC) is the recommended way to manage the cloud infrastructure that your
application runs on. IaC allows you to incrementailly add/remove infrastructure as your application changes.
application runs on. IaC allows you to incrementally add/remove infrastructure as your application changes.

IaC really shines when you need to spin up a new environment. Lets say you get a huge customer who wants
to be on their own instance. You can be up in running withing the hour.
to be on their own instance. You can be up in running within the hour.

This project contains 5 CloudFormation scripts. They must be created in order because they depend on each other:
1. VPC
Expand Down Expand Up @@ -53,7 +53,7 @@ export DatabaseUsername="???"; export DatabasePassword="???"; cim stack-up
```

## ECR
This creates an [Elastic Container Registry](https://aws.amazon.com/ecr/) that will hold the docker images of our wordpress service.
This creates an [Elastic Container Registry](https://aws.amazon.com/ecr/) that will hold the docker images of our Wordpress service.
> Amazon Elastic Container Registry (ECR) is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images.
```
cd ecr
Expand Down