Category: Software

AWS Cloud9 is an advanced programming environment based on the cloud that offers a framework for publishing, running, and debugging the code directly from a browser. Since your Cloud9 IDE is cloud-based, you can work on your projects from your office , home, or anywhere using an internet-connected machine.Cloud9 also provides a seamless experience to develop serverless applications, enabling you to easily define resources, debug, and switch between serverless local and remote execution.

Step Log in to your AWS console, and then you will your AWS console go to services option on the top and select Cloud9 option as shown in the below image.

Step You can see in the below image your IDE is ready to use and your folder is ready with the README.md file.

Step Write the code as we are writing code for python so we just wrote code of python, and after writing code, click on the run button marked in the below image and you can see your output downside of the screen as shown below.

Related Articles