Skip to content

Commit 5b87561

Browse files
committed
Formatting Changes.
1 parent 6812250 commit 5b87561

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Monitoring/CloudWatch-FSx/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ 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-
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>
1214
2. 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>
1620
3. 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>
1925
4. Lambda Role - The IAM role that allows the Lambda function to run.
2026
5. Scheduler Role - The IAM role that allows the scheduler to trigger the Lambda function.
2127
6. SecretManager endpoint - The Lambda function runs inside a VPC, which by default lacks outgoing internet connectivity. To

0 commit comments

Comments
 (0)