@@ -5,17 +5,23 @@ 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- a. Overview metrics of all FSx systems in the region.
9- b. Metrics by individual FSx system.
10- c. Metrics by volume ID.
11- d. Alarms.
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 >
12142 . Lambda function - The service does the following:
13- a. Build custom widgets for the dashboard.
14- b. Collect metrics directly from ONTAP (like snapmirror health status).
15- c. Create CloudWatch alarms for all files systems in the region.
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 >
16203 . Schedulers - Two Amazon EventBridge schedulers that trigger the Lambda function to:
17- a. Collect ONTAP metrics. Scheduled to trigger every minute.
18- b. Create, update or delete CloudWatch alarms. Scheduled to trigger once an hour.
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 >
19254 . Lambda Role - The IAM role that allows the Lambda function to run.
20265 . Scheduler Role - The IAM role that allows the scheduler to trigger the Lambda function.
21276 . SecretManager endpoint - The Lambda function runs inside a VPC, which by default lacks outgoing internet connectivity. To
0 commit comments