Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Python
- 공부 방법
- observability
- aews
- kubernetes
- 도커
- 클라우드 국비지원교육
- volume
- 합격 후기
- Terraform
- 클라우드 국비지원교육 후기
- Jenkins
- aews vault
- EKS
- storageclass
- 단기 합격
- docker
- aews ci/cd
- CAS
- k8s
- 국비지원교육
- AWS
- VPA
- POD
- eks endpoint access
- keda
- karpenter
- 외부 모듈
- HPA
- 클라우드 엔지니어
Archives
- Today
- Total
목록count-index 문 (1)
모험가

이 글은 인프런의 스스로 구축하는 AWS 클라우드 인프라 with 테라폼을 보며 정리합니다. 참조 https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener Terraform Registry registry.terraform.io 리스너 추가 attatchment 작성 alb dns이름 출력 추가 for each 문 인스턴스 수가 늘어남에 따라 계속 attatchment를 쓸 수 없으므로 for each문을 사용 기존의 attatch 주석 처리 attatch 문에 for each문을 포함해서 만듬 private ip를 count-index 구문으로 attatchment for each문을 주석 하고 다시 c..
Terraform
2022. 6. 23. 16:42