【发布时间】:2017-07-25 20:49:50
【问题描述】:
alarms = c.describe_alarms()
for alarm in alarms:
print alarm.name
print alarm.metric
print alarm.namespace
我已获得与 RDS 相关的所有警报。现在我需要找到这些警报的阈值。谁能帮帮我?
【问题讨论】:
-
使用 boto2 还是 boto3?
-
忘掉boto,直接去boto3。 boto3.readthedocs.io/en/latest/reference/services/…
-
谢谢 :) @pjz 成功了..
标签: python amazon-web-services boto cloudwatch