Skip to content

Commit 3d0203b

Browse files
committed
Formatting Changes.
1 parent 5b87561 commit 3d0203b

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

Monitoring/CloudWatch-FSx/README.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,17 @@ This sample provides a CloudFormation template to deploy an AWS CloudWatch dashb
55
The template creates the following resources:
66

77
1. 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.
1412
2. 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.
2016
3. 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.
2519
4. Lambda Role - The IAM role that allows the Lambda function to run.
2620
5. Scheduler Role - The IAM role that allows the scheduler to trigger the Lambda function.
2721
6. SecretManager endpoint - The Lambda function runs inside a VPC, which by default lacks outgoing internet connectivity. To

0 commit comments

Comments
 (0)