Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 1.29 KB

Module2.md

File metadata and controls

32 lines (15 loc) · 1.29 KB

Module 2: Create Cloud9 IDE environment

AWS Cloud9 is a cloud IDE accessed from your web browser. It comes prepackaged with essential tools for many popular programming languages. But what sets it part from other editors is its powerful pair programming features for ease of collaboration. Read more about cloud9 in this blog

Instructions

  1. Go to the Cloud9 management console link

  2. Make sure you are in the US East (Ohio) region

  3. Click Create environment

  4. For Name, use <your-username>-workspace. For example, princess-carolyn-workspace, click Next step

  5. For instance type, pick t2.small. Leave the rest as default, then click Next step

  6. Review the settings and click Create environment

  7. You should now be redirected to the new IDE environment!

Next step

Move on to Module 3: Running the code in the Cloud9 IDE