AWS(강의)21 EC2 생성 1. 서버 만들 때 security group은 반드시 있어야 함 Security group 아래처럼 생성 SSH, HTTP, HTTPS 포트를 모든 사용자에게 open하도록 하려면 아래처럼 설정 2. 프리티어 기본 AMI로 생성 https://github.com/LuckyVanilla3/Architecture #!/bin/bash yum update -y yum install -y nginx systemctl enable nginx systemctl start nginx cd /usr/share/nginx/html echo "Hello Lucky Vanilla 3This is Lucky Vanilla 3's shopping mall. Working very well. Good luck" > index... 2024. 3. 14. 이전 1 ··· 3 4 5 6 다음