IT Curation 자세히보기

CLOUD/AWS

aws | userdata 샘플

icf_ 2023. 1. 6. 14:17
#!/bin/bash
yum update -y
yum install -y httpd
systemctl start httpd
systemctl enable httpd
echo "<h1>Hello World form $(hostname -f)</h1> /var/www/html/index.html
728x90