AWS EC2 Tutorial for Beginners: Launch & Connect to Linux VM
This tutorial will show how to create and launch an windows instance in AWS.
Topics covered:
1 How to create your first Amazon EC2 instance (elastic compute cloud)
2 How to create your first security group (Amazon’s network firewall rules)
3 How to choose a trusted Ubuntu image to run on EC2 (amazon machine image)
4 How to create an Amazon SSH key
5 How to boot your EC2 instance from that image
6 How to connect to an EC2 instance via SSH
Amazon AWS EC2 Service allows you to launch different types of cloud instances (VPS) and pay for them with a pay-per-use approach. With Amazon EC2 you can create new servers in a few minutes and use different images ) to personalize them.
Amazon Elastic Compute Cloud is a part of Amazon’s cloud-computing platform, Amazon Web Services, that allows users to rent virtual computers on which to run their own computer applications.
Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage.
#aws #ec2
Written by admin