AWS Cloud9

  • AWS Cloud9 is a cloud IDE (Integrated Development Environment) for writing, running, and debugging code

  • “Classic” IDE (like IntelliJ, Visual Studio Code...) are downloaded on a computer before being used

  • A cloud IDE can be used within a web browser, meaning you can work on your projects from your office, home, or anywhere with the internet with no setup necessary

  • AWS Cloud9 also allows for code collaboration in real-time (pair programming)

Last updated