반응형
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
- 플러터 개발
- JPA 공부
- 자료구조공부
- nestjs
- 코테준비
- JPA스터디
- 프로그래머스
- 기술면접공부
- 알고리즘공부
- 기술공부
- 카프카
- nestjs스터디
- Flutter
- 코테공부
- K8S
- 자바공부
- JPA공부
- 스프링공부
- nestjs공부
- 플러터 공부
- 스프링 공부
- 스프링부트공부
- DDD
- 스프링
- Kafka
- 스프링부트
- Axon framework
- JPA
- JPA예제
- querydsl
Archives
- Today
- Total
목록2024/11 (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