Skip to content

Commit

Permalink
chore: update docs (#54)
Browse files Browse the repository at this point in the history
Fixes #
  • Loading branch information
rajyan authored Oct 7, 2022
1 parent 285dc77 commit 9b39349
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

A CDK construct that provides an easy and [low-cost](#cost) ECS on EC2 server setup without a load balancer.

**This construct is for development purposes only**. See [Limitations](#limitations).

# Why

ECS may often seem expensive when used for personal development purposes, due to the cost of the load balancer.
Expand All @@ -19,7 +17,7 @@ This construct aims to automate these works and make it easy to deploy resources

# Try it out!

The easiest way to try the construct is to clone this repository and deploy the sample server.
The easiest way to try the construct is to clone this repository and deploy the sample Nginx server.
Edit settings in `examples/minimum.ts` and deploy the cdk construct. [Public hosted zone](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/AboutHZWorkingWith.html) is required.

```
Expand All @@ -29,7 +27,7 @@ yarn install
cdk deploy
```

Access the configured `recordDomainNames` and see that the Nginx sample server has been deployed.
Access the configured `recordDomainNames` and see that the sample Nginx server has been deployed.

# Installation

Expand Down

0 comments on commit 9b39349

Please sign in to comment.