반응형
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 | 31 |
Tags
- 플러터 개발
- 스프링
- 기술공부
- Flutter
- JPA 공부
- 스프링공부
- JPA공부
- 스프링부트공부
- 플러터 공부
- 프로그래머스
- 기술면접공부
- 자료구조공부
- JPA스터디
- 코테준비
- Kafka
- DDD
- nestjs
- JPA
- Axon framework
- 스프링부트
- querydsl
- nestjs공부
- 스프링 공부
- JPA예제
- 카프카
- K8S
- nestjs스터디
- 자바공부
- 코테공부
- 알고리즘공부
Archives
- Today
- Total
목록테라폼 개발 (1)
DevBoi
[TERRAFORM] 테라폼 시작을 위한 설정
1. 설정terraform 설치 (mac기준)brew install terraform aws-terraform 설정 1) aws cli 설치curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"sudo installer -pkg AWSCLIV2.pkg -target /aws --version 오류 발생시 (파이썬 환경세팅)brew install --build-from-source python@3.12 2) aws 설정aws configure aws > console > 사용자root 권한으로 accessKey,secretKey 생성 terraform 로컬 공개키 생성 및 저장ssh-keygen -t rsa -b 2048 -f ~/...
Develop/[Terraform]
2024. 11. 24. 15:18