Learning (Jinseung Yu)
/
AWS Architecture
/
AWS Architecture Study
/
Traffic Mirroring
/
EC2
/
Source
Search
Source
#!/bin/bash
yum
install
-y
httpd
service
httpd start
echo
"Index Page"
>
/var/www/html/index.html
Shell
복사
curl
<
EC2 Public IP
>
Shell
복사