File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
CloudFormation/NetApp-FSxN-Custom-Resources-Samples Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Outputs:
5656```
5757You 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
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.
8888Only 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.
9091No 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
You can’t perform that action at this time.
0 commit comments