/c9-fiesta

Primary LanguageShellMIT LicenseMIT

c9-fiesta

Make an AWS Cloud9 EC2 environment ready for dev.

Usage

  1. Create new SSH Key and add to Github Profile
  2. Create a paramter as secturedString /bootstrap/id_rsa in AWS SSM's Paramter Store with the private key contents.
  3. Create a paramter as secturedString /bootstrap/id_rsa.pub in AWS SSM's Paramter Store with the public key contents.
  4. Copy the init.js to the C9 User's init script.
  5. Start a new Cloud9 environment.
  6. Copy your .gitconfig file.
  7. Start cloning.