AWS Cloud 9
Setting Up Cloud 9 Server using Amazon Linux
When creating your instance if you see this error:
The following resource(s) failed to create: [Instance]
It’s because you have a legacy account. Setting up a new server now requires you to explicitly pick a subnet in the advanced settings.
Setting up SSH Keys
Copy output to Github or Bitbucket where you're pushing and pulling your code from.
Setting up Docker Compose
Instructions for installing docker compose https://docs.docker.com/compose/install/#install-compose
Resize Cloud9 instance
Check space usage:
Follow these instructions: https://docs.aws.amazon.com/cloud9/latest/user-guide/move-environment.html#move-environment-resize
Last updated