Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashwinpn/elastic-compute-cloud-instance-creation

AWS EC2 Instance Creation.
https://github.com/ashwinpn/elastic-compute-cloud-instance-creation

Last synced: about 6 hours ago
JSON representation

AWS EC2 Instance Creation.

Awesome Lists containing this project

README

        

# EC2-Instance-Creation
AWS Elastic Compute Cloud (EC2) Instance Creation.
## Synopsis
Automated the creation of EC2 instances using the AWS SDK for Javascript

The Mini-Homework was divided into two parts:

**Part 1:**

‎Create EC2 instance
‎List all EC2 instances (Instance ID, Public IP, Region)

‎Terminate EC2 instance

**Part 2:**

‎Create a New Key Pair programmatically

‎Create a New Security Group programmatically

‎Create a new EC2 instance using the new key pair and the new key security group

‎List that instance (Instance ID, Public IP, Region)

‎SSH into the newly created instance manually

‎Take screenshot of SSH into the EC2 command and AWS EC2 Dashboard

‎Terminate the newly created instance