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
- grafana dashboard
- gcc regex
- semanage
- snmp test
- c3 축 없애기
- c3 초
- InfluxDB
- c3 step graph
- 백준
- centos pyhon 설치
- CentOS7
- gcc 업데이트
- c++ 정규식
- telegraf
- python os
- python subprocess
- selinux port 등록
- linux시간으로 변경
- snmp
- 정규식 컴파일
- c3 second
- 정규식 문자열 출력
- regex_search
- python popen
- influxdb 설치
- g++ 업데이트
- subporcess path
- 1697
- 정규식 활용
- 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