Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
Curtis Rissi edited this page Dec 21, 2017 · 3 revisions
  • Package Cloud9 environment

  • How do you share Cloud9 env at scale using CloudFormation or something similar

    • CloudFormation allows for the creation of Cloud9 Environments. This would require the following to make work in a pure CF template scenario:
      • Creation of a VPC and all that goes with it (for the sake of the workshop, this could also be the same vpc we will be using kops to create our k8s clusters)
      • as part of that VPC, we will need to select a subnet that can be used to spin up the development server
      • Name for the Dev Environment
      • Description for the Dev Environment
      • Instance type for the dev server (t2.*?)
      • Optional: a code commit repo that will be cloned into this server (possibly this workshop?)
Clone this wiki locally