This repository contains a collection of bootstrap scripts for Preset Managed Private Clouds (MPCs). We currently support Cloudformation as the primary bootstrap method, with Terraform support currently in beta.
- An AWS account with sufficient permissions to create IAM roles and policies, and to create and manage Cloudformation stacks.
- An external ID for the Preset MPC you wish to bootstrap. This can be obtained from the Preset team.
The Cloudformation bootstrap script is located in the cloudformation
directory.
- Simply apply the preset-mpc-iam.yaml Cloudformation template to your AWS account.
- When prompted, enter the external ID for your Preset MPC provided by the Preset team.
- Choose
production
when prompted for the environment. (The staging environment is used for internal testing only.)
- A set of IAM roles and policies for the Preset MPC that will allow the Preset team to provision your cluster.
Coming soon.