본문 바로가기
What I Learned/AWS

20190124 TIL - Connecting AWS EC2 Windows Instance

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

Connecting AWS EC2 Windows Instance



1. Create a Windows Instance

-I already noted how to create an instance. Last time I created a Ubuntu server instance but this time I created a Windows Server.






2. Connect

-In the instance, right click and click connect.







3. Download Remote Desktop File & Get Password

-With Remote Desktop File, I could enter into my windows instance. For the password, click Get Password. 

(Be sure you have the key AWS gave you)





4. Decrypt Password

Using the key pair, I could get the actual password that could be used for connecting to Windows Instance. This password should be entered when Remote File has executed and asked you the password.






5. Web Server ISS install (Server Manager -> Manage -> Add Roles and Features)





6. Right Click Default Web Site -> Explore






7. Create index.html File

-I used notepad to make an index.html file inside the wwwroot directory. In my index file, it says 'Hello AWS'








8. Check the index page from a browser
-Exit from Remote File. Using any browser, put the Public DNS/index.html. I could see the index page I made from my Windows instance server. Fun & Easy!

 







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
20190117_TIL  (0) 2019.01.18
20190116_TIL  (0) 2019.01.17
20190115_TIL  (0) 2019.01.16