aws-samples / cloud9-setup-for-prototyping

Create Cloud9 environment for rapid prototyping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud9 Setup for Prototyping

Sample script to create Cloud9 environment for rapid prototyping.

Step-by-Step Guide

  1. Open CloudShell
  2. Clone this repository
git clone https://github.com/aws-samples/cloud9-setup-for-prototyping
  1. Move to the directory
cd cloud9-setup-for-prototyping
  1. Execute the script with default parameters
./bin/bootstrap
  1. 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.

About

Create Cloud9 environment for rapid prototyping.

License:MIT No Attribution


Languages

Language:Shell 100.0%