-
-
Notifications
You must be signed in to change notification settings - Fork 884
Improve documentation on Concourse's requirements #241
Description
Following on from a conversation in the Slack channel, I have found that trying to set up a VPC from scratch to use Concourse is nearly impossible. Considering BOSH's documentation covers the basics, I'd expect Concourse's to be even simpler.
It seems to basically consist of:
- 2 security groups
- 1 ELB
- 1 route table
- 1 NAT instance
- 2 subnets
While I understand the CloudFormation template provided works great for spinning up infra, it does very little to explain what the infrastructure requirements actually are for Concourse. This is made worse by the fact there is virtually zero documentation on how to set Concourse's individual components up.
Importing a third-party CF template into an AWS production account is almost never a good idea, for security reasons. A list of Concourse requirements for the VPC on top of BOSH's would go a long way in demystifying Concourse's setup.