Skip to content

Commit 7040c84

Browse files
committed
Updated based no comments received.
1 parent a482d43 commit 7040c84

File tree

1 file changed

+3
-2
lines changed
  • CloudFormation/NetApp-FSxN-Custom-Resources-Samples

1 file changed

+3
-2
lines changed

CloudFormation/NetApp-FSxN-Custom-Resources-Samples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Outputs:
5656
```
5757
You can use the above template to create the role by running the following command:
5858
```
59-
aws cloudformation create-stack --stack-name create_execution_role_for_NetApp_CF_extensions --template-body file://<path-to-template> --capabilities CAPABILITY_NAMED_IAM
59+
aws cloudformation create-stack --stack-name CreateExecutionRoleForNetAppCFextensions --template-body file://<path-to-template> --capabilities CAPABILITY_NAMED_IAM
6060
```
6161

6262
### Step 2: Activate the Extensions
@@ -86,7 +86,8 @@ Where:
8686
- `<aws-region>` is the AWS region you want to activate the extensions in.
8787
- `<subnet-id>,<subnet-id>` are the subnet(s) you want to deploy the link in. No spaces between the subnet IDs.
8888
Only one is required, but is recommended to have at least two. These subnets must have access to the FSxN management endpoint.
89-
- `<security-group-id>,<security-group-id>` are the security group that will be attached to the Lambda Link function.
89+
- `<security-group-id>,<security-group-id>` are the security group(s) that will be attached to the Lambda Link function.
90+
The security groups must allow access to the FSxN management endpoint over port 443.
9091
No spaces between the security group IDs. Only one is required.
9192
- `<link_name>` is the name you want to give the link. It is also used as the name assigned to the link Lambda function.
9293

0 commit comments

Comments
 (0)