@@ -1157,45 +1157,3 @@ cloudwatch_Scenario_GettingStarted:
11571157 - cwt.abapv1.getting_started_with_cwt
11581158 services :
11591159 cloudwatch : {PutMetricAlarm, DisableAlarmActions, DescribeAlarms, DeleteAlarms}
1160-
1161- cloudwatch_Scenario_SnsMonitoring :
1162- title : Monitor infrastructure with &CW; alarms and &SNS; notifications using an &AWS; SDK
1163- title_abbrev : Monitor infrastructure with &CW; and &SNS;
1164- synopsis : create &CW; alarms that send &SNS; notifications when infrastructure metrics breach thresholds.
1165- category : Scenarios
1166- guide_topic :
1167- title : Using &CW; alarms with &SNS;
1168- url : cloudwatch/latest/monitoring/alarm-actions.html
1169- languages :
1170- Python :
1171- versions :
1172- - sdk_version : 3
1173- github : python/example_code/sns
1174- excerpts :
1175- - description : Create an &SNS; topic and email subscription for alarm notifications.
1176- snippet_tags :
1177- - python.example_code.sns.CreateTopicForAlarm
1178- - description : Create a &CW; alarm with an &SNS; action.
1179- snippet_tags :
1180- - python.example_code.cloudwatch.PutMetricAlarmWithSns
1181- - description : Create a &CW; dashboard to visualize metrics.
1182- snippet_tags :
1183- - python.example_code.cloudwatch.PutDashboard
1184- - description : Publish metric data to trigger the alarm.
1185- snippet_tags :
1186- - python.example_code.cloudwatch.PutMetricDataForAlarm
1187- - description : Check the alarm state.
1188- snippet_tags :
1189- - python.example_code.cloudwatch.DescribeAlarmsState
1190- - description : Retrieve alarm history.
1191- snippet_tags :
1192- - python.example_code.cloudwatch.DescribeAlarmHistory
1193- - description : Clean up monitoring resources.
1194- snippet_tags :
1195- - python.example_code.cloudwatch.DeleteMonitoringResources
1196- - description : Run the complete scenario.
1197- snippet_tags :
1198- - python.example_code.sns.Scenario_CloudWatchSnsMonitoring
1199- services :
1200- sns : {CreateTopic, Subscribe, Unsubscribe, DeleteTopic}
1201- cloudwatch : {PutMetricAlarm, PutMetricData, DescribeAlarms, DescribeAlarmHistory, DeleteAlarms, PutDashboard, DeleteDashboards}
0 commit comments