# 수업 준비

1. 해당 [문서](https://docs.aws.amazon.com/cloud9/latest/user-guide/create-environment-main.html)를 참고해서 Cloud9 환경 생성 -
   1. 플랫폼: **Amazon Linux 2023**
   2. 인스턴스 타입: **t3.medium**
   3. EBS 볼륨 확장

      ```
      bash <(curl -s https://raw.githubusercontent.com/youngwjung/aws-tools/refs/heads/main/resize.sh) 20
      ```
2. Terraform 코드 복제 - <https://github.com/youngwjung/container-labs>
3. KodeKloud 무료 연습 문제 - [https://kodekloud.com/courses/docker-for-the-absolute-beginner](https://kodekloud.com/courses/docker-for-the-absolute-beginner/)
