Awesome
Cloud9 Setup for Prototyping
Sample script to create Cloud9 environment for rapid prototyping.
Step-by-Step Guide
- Open CloudShell
- Clone this repository
git clone https://github.com/aws-samples/cloud9-setup-for-prototyping
- Move to the directory
cd cloud9-setup-for-prototyping
- Execute the script with default parameters
./bin/bootstrap
- Move to Cloud9 and click "Open IDE".
Cloud9 for Prototyping
- Amazon Linux 2.x on m5.large
- Change instance volume from 10GB to 128GB
- Update AWS CLI version from 1.x to 2.x
- Automatic stop time minutes is 30 min
- Disable managed credentials and attach IAM Role with AdministratorAccess policy.
To change the parameters above, modify params.json and execute ./bin/bootstrap
again.
Destroy the environment
- Move to Cloud9 and delete the environment
- Move to IAM Role and delete the role. The name of the role is same as the instance id.
Security
See CONTRIBUTING for more information.
License
This library is licensed under the MIT-0 License. See the LICENSE file.