How to Launch an Amazon EC2 Instance


Posted by Wes on 2020-11-11

What is Amazon EC2

Secure and resizable compute capacity to support virtually any workload

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction.

Launch Instance

To get started, launch an Amazon EC2 instance, which is a virtual server in the cloud.

  1. Choose AMI
  2. Choose Instance Type
  3. Configure Instance
  4. Add Storage
  5. Add Tags
  6. Configure Security Group
  7. Review

Step 1: Choose an Amazon Machine Image (AMI)

Ubuntu Server 20.04 LTS (HVM), SSD Volume Type

Step 1: Choose an Amazon Machine Image (AMI)

Step 2: Choose an Instance Type

t2.micro (- ECUs, 1 vCPUs, 2.5 GHz, -, 1 GiB memory, EBS only)

Step 2: Choose an Instance Type

Step 3: Configure Instance Details

Step 3: Configure Instance Details

Step 4: Add Storage

Step 4: Add Storage

Step 5: Add Tags

Step 5: Add Tags

Step 6: Configure Security Group

  • SSH - Port 22
  • HTTP - Port 80
  • HTTPS - Port 443
  • MySQL/Aurora - Port 3306

Step 7: Review Instance Launch

Step 7: Review Instance Launch

References

  1. What is Amazon EC2? - Amazon Elastic Compute Cloud
  2. Step 1: Launch an Amazon EC2 Instance - AWS Quick Start Guide
  3. Launch an EC2 Instance From a Custom AMI
  4. 為什麼熟悉Amazon AWS總是高薪工程師的加分條件? 深入淺出的AWS服務教學介紹。
  5. [AWS][教學] AWS基本使用#03. 建立EC2 instance(Ubuntu)

#aws #ec2







Related Posts

VSCode 終端機無法執行指令碼

VSCode 終端機無法執行指令碼

10 月前端職涯面對面心得

10 月前端職涯面對面心得

React(13) - useContext & context API

React(13) - useContext & context API


Comments