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 |
Tags
- python os
- InfluxDB
- 정규식 컴파일
- c++ 정규식
- regex_search
- telegraf
- c3 second
- gcc 업데이트
- python popen
- 정규식 문자열 출력
- c3 step graph
- influxdb 설치
- 정규식 활용
- gcc regex
- 백준
- selinux port 등록
- semanage
- CentOS7
- python subprocess
- c3 초
- c3 축 없애기
- g++ 업데이트
- subporcess path
- linux시간으로 변경
- snmp
- snmp test
- grafana dashboard
- 1697
- centos pyhon 설치
- c3 축 가리기
Archives
- Today
- Total
리셋 되지 말자
[Ansible] aws ec2 종료 본문
코드
---
- name: Ansible test
hosts: localhost
vars:
ansible_python_interpreter: /usr/bin/python3
tasks:
- name: terminate AWS instance
ec2:
state: 'absent'
region: 'ap-northeast-2'
instance_ids: 'i-09ef38a261043aaba'
'Infra' 카테고리의 다른 글
[AWS] EC2 디스크 사용량 부족할때 슬랙으로 알림보내기! 디스크 사용량 모니터링 초 간단 방법 - 타블로그 참고 (0) | 2023.03.20 |
---|---|
[Ansible] vpc subnet gateway routing table keypair instance 생성 (0) | 2021.08.09 |
[Packer] 이미시 생성 후, 결과를 파일로 저장 (0) | 2021.08.09 |
[Ansible] 변수 사용법 (0) | 2021.08.09 |
[Ansible] aws 사용하기 - vpc, instance 생성 (0) | 2021.07.13 |
Comments