terraform
-
terraform으로 스프링부트 빠르게 배포하기 with autoscaling-groupterraform 2023. 8. 18. 03:16
이전 포스팅을 읽고 오면 좋다. https://xodns.tistory.com/137 terraform으로 스프링부트 빠르게 배포하기 with ELB https://xodns.tistory.com/136 terraform으로 스프링부트 빠르게 배포하기 with nginx https://github.com/TaeWoonJeong/terraform-spring-nginx GitHub - TaeWoonJeong/terraform-spring-nginx Contribute to TaeWoonJeong/terraform-spring-nginx developmen xodns.tistory.com 사전 준비 이번에도 역시 사용자 2명으로 진행합니다. 1. terraform 사용자는 이전 포스팅과 같게 설정합니다. A..
-
terraform으로 스프링부트 빠르게 배포하기 with ELBterraform 2023. 8. 13. 14:37
https://xodns.tistory.com/136 terraform으로 스프링부트 빠르게 배포하기 with nginx https://github.com/TaeWoonJeong/terraform-spring-nginx GitHub - TaeWoonJeong/terraform-spring-nginx Contribute to TaeWoonJeong/terraform-spring-nginx development by creating an account on GitHub. github.com 사전 준비 사용자 2명을 만들겁니다. xodns.tistory.com 이전 포스팅을 한번 읽어보고 오면 좋다. https://github.com/TaeWoonJeong/terraform-spring-alb GitHub -..
-
terraform으로 스프링부트 빠르게 배포하기 with nginxterraform 2023. 8. 13. 14:37
https://github.com/TaeWoonJeong/terraform-spring-nginx GitHub - TaeWoonJeong/terraform-spring-nginx Contribute to TaeWoonJeong/terraform-spring-nginx development by creating an account on GitHub. github.com 사전 준비 사용자 2명을 만들겁니다. 1. terraform을 사용하면서, ec2생성을 위해 AmazonEC2FullAccess s3에 state저장을 위해 AmazonS3FullAccess codedeploy deployment group 을 만들기 위해 AWSCodeDeployFullAccess role 생성을 위해 IAMFullAcce..
-
aws 강의실 vpc 실습 terraform 으로 만들기terraform 2023. 8. 10. 23:16
aws 강의실을 보고 만들어봤다. https://www.youtube.com/watch?v=hi6S3DUJBBk https://github.com/TaeWoonJeong/terraform-vpc GitHub - TaeWoonJeong/terraform-vpc Contribute to TaeWoonJeong/terraform-vpc development by creating an account on GitHub. github.com 사용법은 어느정도 terraform 을 각자 공부한다음 사용해보자. terraform init terraform plan terraform apply aws cli를 설치한 적이 없다면, aws 계정 이 연결 안되어있다고 에러가 날 수 있다. aws cli 를 설치하고 인증을 ..