일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- react
- 백준 #5073
- aws #docker #tomcat
- 17298
- 3015
- JS
- Web
- 30504
- Context API
- aws #docker #mysql #heidisql
- 백준 #2292
- kubernetes #k8s
- 백준 #23971
- frontend
- ErrorBoundary
- 백준
- javascipt
- vite
- 백준 #1157
- aws #kubernetes
- 카카오테크 부트캠프 클라우드 in 제주
- 백준 #7568
- aws #docker
- 구름톤유니브
- 9251
- 11003
- fe
- 2493
- 백준 #9655
- C++
- Today
- Total
목록aws #docker (3)
gmlwlsl 님의 블로그

더보기EC2 spec- AMI : Ubuntu 22.04- type : t2.medium- SG : 모든 TCP/UDP/ICMP 허용- DiskSize : 10GB- Subnet : public 실습 (Cloud shell or terminal)awscli 및 docker 설치 포스팅 - https://gmlwlsl.tistory.com/9 [AWS, Docker] Nginx Container로 html 페이지 띄우기더보기EC2 condition- AMI : ubuntu 22.04- type : t2.medium- SG : 모든 TCP/UDP/IDMP 허용- DiskSize : 10GB- Subnet : public 실습 (Cloud shell or terminal)terminal의 경우 아래 조건이..

더보기EC2 spec- AMI : Ubuntu 22.04- type : t2.medium- SG : 모든 TCP/UDP/ICMP 허용- DiskSize : 10GB- Subnet : public 실습 (Cloud shell or terminal)awscli 및 docker 설치 포스팅 - https://gmlwlsl.tistory.com/9 [AWS, Docker] Nginx Container로 html 페이지 띄우기더보기EC2 condition- AMI : ubuntu 22.04- type : t2.medium- SG : 모든 TCP/UDP/IDMP 허용- DiskSize : 10GB- Subnet : public 실습 (Cloud shell or terminal)terminal의 경우 아래 조건이..

더보기EC2 spec- AMI : Ubuntu 22.04- type : t2.medium- SG : 모든 TCP/UDP/ICMP 허용- DiskSize : 10GB- Subnet : public 실습 (Cloud shell or terminal)terminal의 경우 아래 조건이 충족되어야 함더보기- aws 실행 가능한 패키지 설치 - aws 접속 가능한 액세스 키 발급 1. awscli 설치$ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"$ unzip awscliv2.zip$ sudo ./aws/install 2. awscli 자격증명access key, secret key, region은 꼭 복사해 ..