#!/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
'CLOUD > AWS' 카테고리의 다른 글
aws | ekctl을 이용한 eks배포 (0) | 2023.02.05 |
---|---|
aws | aws에 nginx설치 (0) | 2023.01.19 |
aws | eks, gitaction, argoCD 작업 (1) | 2023.01.05 |
aws | efs 동적 스토리지 배포 (0) | 2023.01.04 |
aws | efs & gitaction & terraform | django image CI 작업 (0) | 2023.01.04 |