Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 985 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 985 Bytes

How to launch an Instance using AWS?

This repository provides a step-by-step guide on how to launch an Amazon EC2 (Elastic Compute Cloud) instance using Amazon Web Services (AWS). The guide walks through the entire process, from creating an AWS account to configuring and launching your first EC2 instance.

Features:

AWS Account Setup: Instructions on setting up an AWS account and configuring IAM (Identity and Access Management) roles for secure access.

Launch EC2 Instance:

Detailed steps to create and launch an EC2 instance with a choice of operating systems (Linux/Windows).

Security Groups:

How to configure security groups and firewall settings for secure access to your EC2 instance.

Prerequisites

To create an EC2 instance, ensure you have the following:

  1. AWS Account: An active AWS account.
  2. AWS CLI: Installed and configured with appropriate IAM credentials.
  3. IAM User Permissions: Ensure the user has permissions to create EC2 instances.