@@ -5,23 +5,17 @@ This sample provides a CloudFormation template to deploy an AWS CloudWatch dashb
55The template creates the following resources:
66
771 . Dashboard - The Amazon CloudWatch dashboard divided into four main sections:
8- <ol type =" a " ><ol type =" a " >
9- <li >Overview metrics of all FSx systems in the region.
10- <li >Metrics by individual FSx system.
11- <li >Metrics by volume ID.
12- <li >Alarms.
13- </ol ></ol >
8+ 1 . Overview metrics of all FSx systems in the region.
9+ 1 . Metrics by individual FSx system.
10+ 1 . Metrics by volume ID.
11+ 1 . Alarms.
14122 . Lambda function - The service does the following:
15- <ol type =" a " ><ol type =" a " >
16- <li >Build custom widgets for the dashboard.
17- <li >Collect metrics directly from ONTAP (like snapmirror health status).
18- <li >Create CloudWatch alarms for all files systems in the region.
19- </ol ></ol >
13+ 1 . Build custom widgets for the dashboard.
14+ 1 . Collect metrics directly from ONTAP (like snapmirror health status).
15+ 1 . Create CloudWatch alarms for all files systems in the region.
20163 . Schedulers - Two Amazon EventBridge schedulers that trigger the Lambda function to:
21- <ol type =" a " ><ol type =" a " >
22- <li >Collect ONTAP metrics. Scheduled to trigger every minute.
23- <li >Create, update or delete CloudWatch alarms. Scheduled to trigger once an hour.
24- </ol ></ol >
17+ 1 . Collect ONTAP metrics. Scheduled to trigger every minute.
18+ 1 . Create, update or delete CloudWatch alarms. Scheduled to trigger once an hour.
25194 . Lambda Role - The IAM role that allows the Lambda function to run.
26205 . Scheduler Role - The IAM role that allows the scheduler to trigger the Lambda function.
27216 . SecretManager endpoint - The Lambda function runs inside a VPC, which by default lacks outgoing internet connectivity. To
0 commit comments