From 4a9646f66efad6a814ca7f7861d4998a73bd8ae8 Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Sat, 11 Aug 2018 21:26:08 -0700 Subject: [PATCH] The grand opening of the Elastic Beanstalk app. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c16b52..c5bfb25 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: