aws-rfdk
aws-rfdk copied to clipboard
Documentation for deploying in isolated subnets
Some customers want to deploy RFDK constructs into isolated subnets that have no internet access. The instances/resources deployed by the RFDK need to interact with some external sites (ex: MongoDbInstance construct accesses the MongoDB yum repository), and/or AWS services (ex: CloudFormation to signal successful startup).
The RFDK documentation should include a section on requirements for isolated subnets so that customers know which VPC Interface/Gateway endpoints they will need to deploy, and other limitations related to isolated subnets.
This is a 📕 documentation issue