Skip to content

Commit

Permalink
Formatting Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcantrel committed Sep 4, 2024
1 parent 6812250 commit 5b87561
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions Monitoring/CloudWatch-FSx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,23 @@ This sample provides a CloudFormation template to deploy an AWS CloudWatch dashb
The template creates the following resources:

1. Dashboard - The Amazon CloudWatch dashboard divided into four main sections:
a. Overview metrics of all FSx systems in the region.
b. Metrics by individual FSx system.
c. Metrics by volume ID.
d. Alarms.
<ol type="a"><ol type="a">
<li>Overview metrics of all FSx systems in the region.
<li>Metrics by individual FSx system.
<li>Metrics by volume ID.
<li>Alarms.
</ol></ol>
2. Lambda function - The service does the following:
a. Build custom widgets for the dashboard.
b. Collect metrics directly from ONTAP (like snapmirror health status).
c. Create CloudWatch alarms for all files systems in the region.
<ol type="a"><ol type="a">
<li>Build custom widgets for the dashboard.
<li>Collect metrics directly from ONTAP (like snapmirror health status).
<li>Create CloudWatch alarms for all files systems in the region.
</ol></ol>
3. Schedulers - Two Amazon EventBridge schedulers that trigger the Lambda function to:
a. Collect ONTAP metrics. Scheduled to trigger every minute.
b. Create, update or delete CloudWatch alarms. Scheduled to trigger once an hour.
<ol type="a"><ol type="a">
<li>Collect ONTAP metrics. Scheduled to trigger every minute.
<li>Create, update or delete CloudWatch alarms. Scheduled to trigger once an hour.
</ol></ol>
4. Lambda Role - The IAM role that allows the Lambda function to run.
5. Scheduler Role - The IAM role that allows the scheduler to trigger the Lambda function.
6. SecretManager endpoint - The Lambda function runs inside a VPC, which by default lacks outgoing internet connectivity. To
Expand Down

0 comments on commit 5b87561

Please sign in to comment.