AWS Elastic Cloud Computing (EC2)
Introduction:
Amazon provides service to upload different type of storage to their data centers. These EC2 storage are block storage. You can upload unlimited amount of data to EC2 storage.
- Login to AWS Console – https://aws.amazon.com
First up all you have to login to amazon account. If you don’t have account you need to create one. You can also follow our previous post Amazon IAM Section. - Go to Service – Compute – EC2

- Click on Create Instance – Launch Instance

- In this section you will get many options to chose the Amazon EC2 Images which are already present. Based on your requirement you can choose the Image. Here in demo section I am choosing Amazon Linux (Free Version )

- Select General Purpose, free tier option and click on next

- Step 3: Configure Instance Details
In this section we will add the Elastic Cloud Compute (EC2) Instance Details and which are as following:
Number Of Instance
Network
Subnet
IAM Role
Shutdown Behavior

Select all default if you are using free tier
- Click on Next to add storage
- You can add tag to this Instance

- Configure Security Group

Keep it as default for free tier.
- Select the Key pair, if you don’t have , create a new one and save it to your local machine
- Launch Instance :
Dashboard you can see the newly created EC2

It will take few minutes to provision your Linux machine.
You can see it running now

Using the Ip address you should be able to connect from your putty tool

- Here what you need to do it to generate the key ppk file.
- For this you need to open puttygen

- Click on File and select the Key which you have generated as a part of EC2 Key pair steps
- Once you select click on Generate and save it with the name of .ppk extention
- Once you generate the ppk key open Putty
- Put the IP address in Putty, go to SSH – Auth and select the key which you have generated

- Click on open and putty terminal will open
Select yes and login as ec2-user

Pingback: Autoconfig error ORA-06512 APPS.ALR_FND_PROFILE_OPTIO_084UAR
Pingback: AWS Snowball | Physical Migration Large Scale Data
Pingback: Create Auto Scaling with Load Balancer and EC2 Machine
Pingback: Create Alarm for AutoScaling Activity | To Create an Alarm for Auto Scaling
Pingback: Restore Snapshot Volume to another EC2 Instance