Sample script to create Cloud9 environment for rapid prototyping.
- 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".
- 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.
- 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.
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.