Make an AWS Cloud9 EC2 environment ready for dev.
- Create new SSH Key and add to Github Profile
- Create a paramter as secturedString
/bootstrap/id_rsa
in AWS SSM's Paramter Store with the private key contents. - Create a paramter as secturedString
/bootstrap/id_rsa.pub
in AWS SSM's Paramter Store with the public key contents. - Copy the init.js to the C9 User's init script.
- Start a new Cloud9 environment.
- Copy your .gitconfig file.
- Start cloning.