CC Experiment 3
CC Experiment 3
Experiment No. 3
Title:
Objective:
To learn Platform as service (PaaS) using Free trial of Cloud9 in AWS, because firstly it was an
independently platform now it is integrated with AWS.
Tools used:
Prerequisite:
Theory:
The AWS Cloud9 IDE offers a rich code-editing experience with support for several
programming languages and runtime debuggers, and a built-in terminal. It contains a collection
of tools that you use to code, build, run, test, and debug software, and helps you release software
to the cloud.
You access the AWS Cloud9 IDE through a web browser. You can configure the IDE to your
preferences. You can switch color themes, bind shortcut keys, enable programming language-
specific syntax coloring and code formatting, and more.
An AWS Cloud9 environment is a place where you store your project's files and where you run
the tools to develop your applications.
1
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
✓ Select an instance type and configure instance details like network settings, storage,
and tags.
✓ Create or use an existing key pair for secure access to your instance.
2
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
3
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
4
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
5
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
6
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
7
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
Step 5 – After creating the cloud9 environment now we can start code in the
environment
8
NUTAN MAHARASHTRA VIDYA PRASARAK MANDAL’S
print(“Hello, Cloud9!”)
Conclusion-
Sucessfully learnt Working in Cloud9 to demonstrate different language.