These are the startup steps for AWS Cloud9. The Platform should be set to Ubuntu Server 18.04 LTS.
- Setup the git configuration variables
git config --global user.name "Jagveer Singh" git config --global user.email "jagveerdev+aws@gmail.com" git config --global core.excludesfile "~/.gitignore" git config --global color.ui true