Amazon EC2 (Elastic Compute Cloud) - Definition
Amazon EC2 (Elastic Compute Cloud) - Definition
That’s great! Here’s a clear and simple definition of EC2 along with the important terms related to EC2
instance creation:
Sure! Here are the Step-by-Step Instructions to Create an EC2 Instance in AWS — clear and simple for
your notes:
✅ Steps to Create an EC2 Instance on AWS:
1. Login to AWS Console
2. Go to EC2 Dashboard
Amazon Linux
Ubuntu
Red Hat
Windows Server
Choose an existing Key Pair or create a new one for SSH access.
Download the .pem file for Linux or .ppk for Windows (used in PuTTY).
e) Configure Network Settings
Add Inbound/Outbound Rules to allow traffic (e.g., allow SSH (port 22) for Linux, RDP (port 3389)
for Windows).
g) Configure Storage:
Connect via:
RDP (for Windows): Use Remote Desktop with the credentials provided.
✅ Summary:
Step Action
1 Login to AWS Console
2 Go to EC2 Dashboard
3 Launch Instance
Configure AMI, Instance Type, Key Pair, Network, Security Group,
4
Storage
5 Review and Launch
6 Connect to Instance
7 (Optional) Assign Elastic IP
If you want, I can prepare this as a PDF or PPT slide for your AWS notes. Let me know!
👉 Example:
When you access a website hosted on EC2, the request (from your browser) and the response (from
EC2) is called traffic.
✔️Example:
When a user sends a request to access your website on EC2, this request is inbound traffic.
✔️Example:
When your EC2 server connects to an external database or API, this is outbound traffic.