-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[devOps] Learn DevOps: Infrastructure Automation With Terraform #60
Comments
Terraform인프라를 만들고 바꾸고 버전 관리하는 도구 소개
특징
|
설치https://www.terraform.io/downloads.html Demo Samplehttps://github.com/wardviaene/terraform-course 환경 셋팅(+Vagrant)https://github.com/heowc/vagrant-sample/tree/master/ubuntu1604_terraform 설정
|
Terraform로 AWS 코딩하기
|
EC2 instance
S3 Bucket
RDS MySql
VPC
|
remote-state
|
security group 설정
|
aws-cli 맛보기설치 ssh 접속
|
data sources
|
Module
|
NGINX 맛보기(ubuntu 기준)설치 $ sudo apt-get update -y
$ sudo apt-get install -y nginx 실행 $ sudo systemctl start nginx.service
or
$ sudo service nginx start 설정 파일 갱신 $ sudo nginx -s reload 프록시 설정(ex.
|
명령어 정리
|
https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform/learn/v4/overview
The text was updated successfully, but these errors were encountered: