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 "<center><h1>Hello Lucky Vanilla 3</h1><h2>This is Lucky Vanilla 3's shopping mall. </h2><h3>Working very well. Good luck</h3></center>" > index.html
'AWS(강의) > 스타트업 성장과 함께하는 AWS 클라우드 아키텍쳐 올인원' 카테고리의 다른 글
IAM 설명 및 모범사례 (0) | 2024.03.16 |
---|---|
4. RDS (0) | 2024.03.14 |
3. Autoscaling (0) | 2024.03.14 |
2. ELB 설명 (0) | 2024.03.14 |
댓글