본문 바로가기
What I Learned/AWS

20190116_TIL

by 단풍국범생이 2019. 1. 17.

AWS EC2



How to make an instance step by step?


1. Choose AMI

- AMI stands Amazon Machine Image. Basically I choose whichever type of server I need. It was almost same with using VMWare virtual machine. I chose Linux Ubuntu.


2. Choose Instance Type

- I could choose specification of the instance. There was only one free tier eligible so I chose default.


3. Configure Instance

- I was able to arrange Network setting however I prefer and etc. I chose default setting.


4. Add Storage

- I could choose the size of my instance. Default for Ubuntu is 8GiB.


5. Add Tags

- I could set key and value for the tag.


6. Configure Security Group

- Default one is SSH. I added Http for using as a web server and source to be Anywhere.


7. Review

- When I try to Launch it, AWS gave me a private key pair. It should not be exposed or lost.



Lecture from Opentutorials.org

'What I Learned > AWS' 카테고리의 다른 글

[1D1H-AWS] 20190202 - S3 Bucket/Version Control  (0) 2019.02.03
[1D1H-AWS] 20190201 - AZ/IAM  (0) 2019.02.02
20190124 TIL - Connecting AWS EC2 Windows Instance  (0) 2019.01.25
20190117_TIL  (0) 2019.01.18
20190115_TIL  (0) 2019.01.16