You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Management-Utilities/FSxN-Report/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ following environment variables can be set to control the behavior of the progra
16
16
-`REPORT_TYPE`: The type of report to generate. Can be either `html` or `text`. Defaults to `html`.
17
17
18
18
If you want the program to run on a regular basis, and send you an email with the report, it is
19
-
recommedned to deploy it as a Lambda function with an EventBridge rule to trigger it on a schedule (e.g. daily, weekly, montly, etc.).
19
+
recommended to deploy it as a Lambda function with an EventBridge rule to trigger it on a schedule (e.g. daily, weekly, monthly, etc.).
20
20
21
21
## Deployment
22
22
To ease with the deployment, a CloudFormation template has been provided. It will:
@@ -52,7 +52,7 @@ If you want to create your own role, here are the minimum permissions required:
52
52
|---|:---:|---|
53
53
|`fsx:describe_file_systems`|`*`| Needed to list all FSx for ONTAP file systems in the account. |
54
54
|`fsx:describe_volumes`|`*`| Needed to list all volumes in the account. |
55
-
|`fsx:describe_stroage_virtual_machines`|`*`| Needed to list all volumes and SVMs in the account. |
55
+
|`fsx:describe_storage_virtual_machines`|`*`| Needed to list all volumes and SVMs in the account. |
56
56
|`cw:get_metric_data`|`*`| Needed to get the metrics for the file systems. |
57
57
|`ec2:describe_region`|`*`| Needed to list all AWS regions. |
58
58
|`ses:send_email`|`arn:aws:ses:${AWS_REGION}:${AWS_ACCOUNT}:identity/${EMAIL_ADDRESS}`<br>`arn:aws:ses:${AWS_REGION}:${AWS_ACCOUNT}:configuration-set/${EMAIL_ADDRESS}`| Recommend just using `*` for the email addresses, otherwise you'll need a resource line for each `To` and `From` email address. |
0 commit comments