Cloud Computing and Virtualization record
Cloud Computing and Virtualization record
G COLLEGE
Old Alwal, Secunderabad-500010
(An Autonomous Degree College Affiliated To Osmania University)
Accredited by NAAC with ‘A’ Grade (Third Cycle)
A College with Potential for Excellence by UGC
Certificate
This is to certify that this is the bonafide record of the work done in Cloud
Computing and Virtualization during the practical lab for the Fifth Semester of
the academic year 2024-25
Name :
Class :
UID :
4 Initializing git 7
2
1. Create and setting a virtual machine.
2. Click on —>Machine-->New.
1
3. Give a name to the virtual machine and add a iso image to the ISO Image:
section
4. Specify the memory(RAM) for the virtual machine and the required number of
processors and click next.
2
2. Create Github account , Create repository and fetch a link.
3
Step-4:Go to profilesrepositoriesnew repositoriesgive
namedescription(optional)create a repository.
4
Step-5:Fetch the repository link.
5
3. Download and Install Git Bash
Step-1: Go to google search install git , Select git –scm.com
6
4. Initialize Git
Step-2: If you want to make this folder as get repository give the command git init
7
5. Add and commit a code to repository
Step-1: Create a text file [using notepad] or python file [any python program with .py
extension] or any other program
Step-2: Save it in the folder that you have created and initialized as git.
Step-3: Go to command promptGo to your folderGive the command as
“git add proname.py” Next, click on enter.
Step-4: The changes to be committed to Local repository can be done using commit
command
Step-5: The syntax for committing changes is git commit –m “any message”
Step-6: If there are more than one files in tracking list. Than all those files will be
committed at once
Step-7: After committing changes check for git status.
8
6. Git Pull and Push to a Repository
a) git push
To push the files the command is git push –u origin master
b) git pull
To pull the files from remote repository to local repository
Step-1: Go to folderaddress bartype cmd
Step-2: Give command git status
Step-3: Check the branch, in order to pull , be in main/master
a) To check branch name git branch
b) To switch from other branch to master branch git checkout master (or)
git checkout main
Step-4: After switching to master/main branch pull the files using git pull
If any error get the http link from github of your repository(copy it)
git pull ‘paste the http link here’
9
7. Installing Google App Engine for Windows
10
8. Creating Hello World app using python/java in Google app Engine
Step 1: Open Google or Chrome and search for “Google App Engine download for
Windows”
Step 3: Click on Download (or) Click on latest version . Scroll down Click on
download.
11
Step 4: Google app engine setup dialogue box opens Click on Next Next until
finish
Step 5: Before working with Google App Engine launcher, you need to download python
version 2.7.9.
Python 2.7.9 windows x86-64 bit MSI installer Next Next Finish
12
13
14
15
Step 6: Now Open Google app engine launcher Select Edit preferences In the dialog
box Select python path : local disk python 27 python w open
Step 7: Now select app Engine SDK in the same dialog box
This PC local disk C Program files(x 86) Google folder Select Google app
Engine Click OK
16
Step 8: Now go to Desktop screen Create a folder with any name (like eg. App)
17
Step 9: Go to Google App Engine Launcher Select ‘Create new application’ A new
application box will appear.
Step 10: Give the application name (eg. Engineapp) and select parent directory.
Desktop screen select folder (app) Click on create
18
Step 12: After compilation , Click on Browse to view the output.
19
9. Installing C compiler in VM, using virtual box
To install a C Compiler in the virtual machine created using virtual box and execute a simple C
program.
Procedure:
Step 1: Open the terminal on Ubuntu and install C compiler – “sudo apt install gcc”
20
Step 4: Compile and run the C program
Result:
Thus a C compiler is installed in the virtual machine and C program was executed and output
was obtained successfully.
21
10. Transfer files from host machine to virtual machine
22
Step 7:Click Next
Step 8.Select the folder/file that has to be shared to VM in Host Path
Step 9:Check Read Only and click Finish
Step 10:Now in the same location “Computer>mnt>hgfs” the folder that are shared from host is
visible
Step 11:
Step 12:The files can be accessed in Read Only Mode in the VM now
Result:
Thus file sharing between is done between hostmachine and the virtual machine successfully.
23
11. Create AWS account
AWS stand for Amazon Web Services. It is a cloud computing platform that is a
combination of infrastructure as a service (IaaS) and platform as a service (PaaS).
Follow the Steps given below to create your own free tier account in AWS
Step 1: Go to your browser and type the URL: https://aws.amazon.com
The AWS homepage will be opened
Step 2: Click on “Create AWS account” on the top right corner of the page.
Step 3: Enter your Email address and create a strong password and a AWS user
account name. Then click on continue.
24
Step 4: Enter the captcha code to verify your identity.
Step 5: Choose business account for school and enter the necessary information.
Step 6: Click on the checkbox to agree to the terms and conditions and then click
continue.
25
Step 7: Enter your Credit or Debit card details and click on verify and continue.
Step 8: Complete the transaction by entering the OTP sent to the registered phone number
linked to your account and then click on proceed.
26
Step 9: Choose your mode of verification (text/voice call) and enter your phone
number to receive an OTP.
Step 10: Enter the captcha code and click on send SMS or call.
Step 11: Enter the verification code sent via call or SMS to verify your identity and click
on continue.
Step 12: Select Basic support (free) plan and complete the sign up.
27