ec2 - Insurance Software development

AWS EC2 Service

Author - Webner
|
5:48 am
|
0 Comments
| |

Overview:

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that offers a resizable compute capacity on cloud (customer can scale up and scale down the computing capacity). Amazon EC2 is a virtual computing environment that provides a virtual platform to launch one or more virtual machines or servers. These virtual machines are called as instances where customers can deploy applications faster and run the applications without any use of upfront hardware. Amazon Elastic Cloud Computing allows the users to pay only for the capacity that the user actually used.

Amazon EC2 Features:

AMI […]

Recover Ec2 Key Pair

Author - Webner
|
5:37 am
|
0 Comments
| |

We need to follow the following steps in order to recover the SSH key pair:

Steps:

Launch new ec2 Machine(Recovery Machine)
Stop(ShutDown) the first machine(Web server) and Detach the root volume.
Attach the volume with the recovery machine.
Mount the block device and copy the SSH key contents.
Release the volume from the recovery machine.
Reattach the Volume with the first machine(Web server) and log in with new ssh recovery key.

1. Launch new ec2 Machine

Launch a new ec2 machine as a recovery machine but make sure it should […]

Contact Us