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
- VPN
- nvme
- 인스턴스타입
- 아마존
- terraform
- ubuntu
- x-forward-for
- EBS
- 센토스
- EC2
- resize2fs
- onpromise
- port
- Windows
- AWS
- fdisk
- awscli
- Query
- x-real-ip
- RDS
- centos
- mysql
- Linux
- DISK
- Error
- ntp
- DELETE
- xen
- deragistration
- 리눅스
Archives
- Today
- Total
Cloud
AWS Cloudwatch CLI 를 이용한 등록 폼 본문
AWS Cloudwatch CLI form
example : 네트워크 트래픽 out 등록
aws cloudwatch put-metric-alarm --alarm-name J_login_networkout --alarm-description J_login_networkout --metric-name NetworkOut --namespace AWS/EC2 --statistic Average --period 300 --threshold 3000000000 --comparison-operator GreaterThanThreshold --dimensions Name=InstanceId,Value=i-db785b28 --evaluation-periods 1 --unit Bytes --alarm-actions arn:aws:sns:ap-northeast-1:xxxxxxxxxxxxx:alarms
위의 내용은 참고해서 굵은 응용하면 된다.
참고 사이트
http://docs.aws.amazon.com/AmazonCloudWatch/latest/cli/cli-mon-put-data.html
'클라우드' 카테고리의 다른 글
AWS EC2 향상된 네트워킹 기능 사용 (0) | 2015.08.10 |
---|---|
EC2 EBS 디스크 추가 (0) | 2015.06.04 |
리눅스에서 재부팅 없이 핫스왑 디스크및 vmware 디스크를 추가하는 방법 (0) | 2014.05.05 |
젠서버 셧다운 안될때 (0) | 2013.08.12 |
아마존 EC2 에 Game CBT 후기 (0) | 2013.05.08 |
Comments