Skip to content

Commit

Permalink
The grand opening of the Elastic Beanstalk app.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Aug 12, 2018
1 parent d3404ac commit 4a9646f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@ This app uses the API of other websites and gives you an RSS feed in return. Qui

To open `vlc://` links, see [vlc-protocol](https://github.com/stefansundin/vlc-protocol).

You can use this app freely at [rssbox.herokuapp.com](https://rssbox.herokuapp.com/).
You can use this app freely at [rssbox.herokuapp.com](https://rssbox.herokuapp.com/). An experimental Elastic Beanstalk version [is available](https://rssbox.us-west-2.elasticbeanstalk.com/).

## Roll your own

Expand All @@ -28,7 +28,7 @@ eb create --single --instance_type t1.micro --envvars EC2_SPOT_PRICE=0.01

With a load balancer:
```
eb create --instance_type t2.micro --envvars ASG_HEALTH_CHECK_TYPE=ELB
eb create --instance_type t2.micro --elb-type application --envvars ASG_HEALTH_CHECK_TYPE=ELB
```

Deploy with:
Expand Down

0 comments on commit 4a9646f

Please sign in to comment.