Skip to content

Commit

Permalink
Merge pull request #214 from NetApp/kcantrel-patch-1
Browse files Browse the repository at this point in the history
Made note that the stack name must be in all lowercase letters …
  • Loading branch information
nichollri authored Feb 4, 2025
2 parents 7a9d925 + 032937a commit 0d08894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monitoring/monitor-ontap-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To install the program using the CloudFormation template, you will need to do th

|Parameter Name | Notes|
|---|---|
|Stackname|The name you want to assign to the CloudFormation stack. Note that this name is used as a base name for the resources it creates, so please keep it under 25 characters.|
|Stackname|The name you want to assign to the CloudFormation stack. Note that this name is used as a base name for the resources it creates, so please keep it **under 25 characters**. Also, since it is used as part of the s3 bucket name that it creates to keep event information in, it **must be in all lower case letters**.|
|OntapAdminServer|The DNS name, or IP address, of the management endpoint of the FSxN file system you wish to monitor.|
|SubnetIds|The subnet IDs that the Lambda function will be attached to. Must have connectivity to the FSxN file system you wish to monitor.|
|SecurityGroupIds|The security group IDs that the Lambda function will be attached to. The security group most allow outbound traffic over port 443 to the SNS, Secrets Manager and S3 endpoints, as well as the FSxN file system you want to monitor.|
Expand Down

0 comments on commit 0d08894

Please sign in to comment.