Getting Started with AWS Cloud9 - cloud-based Integrated Development Environment (IDE)

By Łukasz Kallas
Picture of the author
Published on
aws image

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It offers a powerful and convenient environment for developing applications, with built-in support for various programming languages.

Features

  • Code Editor: Rich code editor with syntax highlighting, code completion, and code linting.
  • Terminal: Built-in terminal that provides access to a full Linux environment.
  • Debugger: Integrated debugger for setting breakpoints and stepping through your code.
  • Collaboration: Share your development environment with your team in real-time.

Benefits

  • No Local Setup: Develop in the cloud without the need to install software on your local machine.
  • Accessibility: Access your IDE from any device with an internet connection.
  • Scalability: Leverage the power of AWS to scale your development environment as needed.

Launching AWS Cloud9

  1. Go to the AWS Management Console and log in with your AWS credentials.

  2. In the AWS Management Console, search for "Cloud9" in the search bar and select it from the results.

  3. Create environment.

  • Enter a name for your environment and an optional description.
  • Select Create a new EC2 instance for environment (direct access).
  • Choose an instance type (e.g., t2.micro for free tier eligibility).
  • Select the operating system.
  • Cost-saving setting: Configure the environment to hibernate after a period of inactivity.
  1. Access Your Cloud9 Environment.

Stay Tuned

Want to learn?
The best articles, links and news related to software development delivered once a week to your inbox.