0% found this document useful (0 votes)
26 views

Dev 7AM

Uploaded by

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

Dev 7AM

Uploaded by

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

Linux Servers

----------------------
* VM-Ware
* Virtual Box
* Vagrant
* Cloud (AWS, Google , Azure, IBM, Rackpace....)

Unix Distributions:
---------------------------
* Solaris (SUN-OS) , MAC (Apple), AIX (IBM) , HP-UX (HP) ,
* BSD Unix (Berkeley Software Distribution) , System-V , Linux

Linux Distributions:
-----------------------------
* Rehdat, Ubuntu , Centos, Debian , SuSE , Fedora, Gentoo,
* Slackware, Oracle Enterprise Linux , Open Linux, Turbo Linux,
* Amazon Linux, Berkeley Linux, Mint Linux, . . .

AWS-EC2 Service
--------------------------
* create an AWS account
* select EC2 (Elastic Compute Cloud)
service
* select Launch Instance

Step 1: Choose an Amazon Machine Image (AMI)

Step 2: Choose an Instance Type

Step 3: Configure Instance Details

Step 4: Add Storage

Step 5: Add Tags

Step 6: Configure Security Group

Step 7: Review Instance Launch

Key Pair :
---------------
1) Public Key (.pub) ---> UName
2) Private Key (.pem) ---> Pwd

ssh -i "DEVOPS.pem" [email protected]


/ / / /
secure Key user @ Host Name (or) Server Name
shell name

Task:
--------
1) create an Account for AWS (or) Google cloud
2) create Instances
3) Connect to Instances

You might also like