0% found this document useful (0 votes)
6 views15 pages

CC Expt 5 and 6

The document outlines the procedures for launching a virtual machine on AWS, detailing the necessary steps such as choosing an Amazon Machine Image (AMI) and configuring the instance. It also introduces AWS Amplify, a tool for building full stack applications, and provides a step-by-step guide for hosting a web app using GitHub. The document emphasizes the advantages of virtual machines, including reduced overhead and data safety.

Uploaded by

hafgfan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views15 pages

CC Expt 5 and 6

The document outlines the procedures for launching a virtual machine on AWS, detailing the necessary steps such as choosing an Amazon Machine Image (AMI) and configuring the instance. It also introduces AWS Amplify, a tool for building full stack applications, and provides a step-by-step guide for hosting a web app using GitHub. The document emphasizes the advantages of virtual machines, including reduced overhead and data safety.

Uploaded by

hafgfan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Experiment no.

5
Aim: Find procedure to Launch virtual machine.

Requirements:
1. Account on AWS

Theory:

Virtual Machine:

Virtual machines allow you to run an operating system in an app window on your PC that behaves
like a full, separate computer. You can use them play around with different operating systems, run
software your main operating system can’t, and try out apps in a safe, sandboxed environment.
A virtual machine app creates a virtualized environment—called, simply enough, a virtual
machine—that behaves like a separate computer system, complete with virtual hardware devices.
The VM runs as a process in a window on your current operating system. You can boot an
operating system installer disc (or live CD) inside the virtual machine, and the operating
system will be “tricked” into thinking it’s running on a real computer. It will install and run just
as it would ona real, physical machine. Whenever you want to use the operating system, you can
open the virtual machine program and use it in a window on your current desktop.
In the VM world, the operating system running on your computer is called the host and any
operating systems running inside VMs are called guests.
The main purpose of VM is to operate multiple operating systems from the same piece of
hardware

Advantages of VM

1. The multiplicity of operating system reduces overhead.

2. Safety Net for Data- Rapid disaster recovery and Auto Backup scalability.
Steps:

1. Go to AWS Management Console

2. Go to AWS management Console.


3. Click on Launch Instance

4. For creating Instance we need to go through following steps.

4.1. Choose AMI (Amazon Machine Image)


4.2. Choose Instance Type
4.3. Configure Instance
4.4. Add storage
4.5. Add tags
4.6. Configure Security Group
4.7. Review

4.1. Choose AMI (Amazon Machine Image)


4.2. Choose Instance Type

4.3. Configure Instance


4.4. Add storage

4.5. Add tags

4.6. Configure Security Group


4.7. Review

Review and Launch… while launch it ask for key pair, if you have existing then select that
otherwise
make new and download in your PC.
CONCLUSION:
……………………………………………………………………………………………

……………………………………………………………………………………………

…………………………………………………………………………………………….
Experiment no.6
Title: Find the procedure to launch the virtual machine.

Prerequisite:
Account on AWS

Theory:

AWS Amplify

 AWS amplify is a set of purpose-built tools and features that lets frontend web and developers
quickly and easily build full stack applications on AWS, with the flexibility to leverage the
breadth of AWS services as your use cases evolve.
 With Amplify you can configure a web or mobile app backend, connect your app in minutes,
visually build a web frontend UI and easily manage app content outside the AWS console.
 Ship faster and scale effortlessly with no cloud expertise needed.
Steps

1. Login to AWS console


2. Find AWS Amplify in the services.
3. Get started with amplify service.
4. Click on Host a Web app.
5. Then Choose to launch it with GitHub and authenticate your GitHub account for the same.
6. After that choose the repository containing your source code
7. Launch the application with the default configurations provided by ASW Amplify.
8. Configuration may be different on type of framework/ technology you are launching your
application.

Step 1. Login to AWS console


Step 2: Find AWS Amplify in the services.

Step 3. Get started with amplify service.

4. Click on Host a Web app.


5. Then Choose to launch it with GitHub and authenticate your GitHub account for the same.

6. After that choose the repository containing your source code


Continue…Give path of repository and press Next
7. Launch the application with the default configurations provided by ASW Amplify.

Save and deploy.


Configuration may be different on type of framework/ technology you are launching your application.
FINAL OUTPUT:

CONCLUSION:
……………………………………………………………………………………………

……………………………………………………………………………………………

…………………………………………………………………………………………….

You might also like