From 82aa4715c737b05d7aae530e9309305bbf5e92c9 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Tue, 3 Oct 2017 16:15:17 -0700 Subject: [PATCH] Improve Elastic Beanstalk VPC docs Adding a note about restrictions on subnets that apply to ELB and RDS, slightly more nuanced than "just check all the boxes". See http://discourse.metabase.com/t/cannot-setup-on-aws-in-vpc/2166 for more detail. --- docs/operations-guide/running-metabase-on-elastic-beanstalk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations-guide/running-metabase-on-elastic-beanstalk.md b/docs/operations-guide/running-metabase-on-elastic-beanstalk.md index ef055457462bd..1e8e23c4fdab7 100644 --- a/docs/operations-guide/running-metabase-on-elastic-beanstalk.md +++ b/docs/operations-guide/running-metabase-on-elastic-beanstalk.md @@ -127,7 +127,7 @@ If you prefer not to use a VPC that is fine, however one thing to note is that s If you are launching your Metabase inside of a VPC you'll now need to check a few boxes to enable your application to work inside your VPC subnets. -Unless you have a custom VPC setup that you know how to configure it's easiest to just check all the boxes and allow your infrastructure to exist on all subnets. +Unless you have a custom VPC setup that you know how to configure it's easiest to just check all the boxes and allow your infrastructure to exist on all subnets. Note that the Load Balancer cannot be in more than one subnet per availability zone, and the database requires subnets in at least two availability zones. ![Elastic Beanstalk VPC Settings](images/EBVPCSettings.png)