Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashwinpn/elastic-compute-cloud-instance-creation
- Owner: ashwinpn
- Created: 2020-09-11T16:22:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T16:31:42.000Z (about 4 years ago)
- Last Synced: 2023-10-19T22:45:53.077Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 JavascriptThe 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