Skip to content

aws-samples/cloud9-setup-for-prototyping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages