File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
CloudFormation/NetApp-FSxN-Custom-Resources-Samples Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ To make deploying the Workload Factory Link easy you can use the `deploy_link` s
7878It invokes the ` NetApp::FSxN::Link::Module ` module with the appropriate parameters and will output the ARN
7979of the Workload Factory Link Lambda function that will be used in all of the CloudFormation templates that use these FSxN extensions.
8080
81- Here is the synopis of how to use the ` deploy_link ` script:
81+ Here is the synopsis of how to use the ` deploy_link ` script:
8282```
8383./deploy_link -r <aws-region> -s <subnet-id>,<subnet-id> -g <security-group-id>,<security-group-id> -n <link_name>
8484```
@@ -101,6 +101,8 @@ Once you have done this, you are ready to start using the examples in this repos
101101| create_snapshot.yaml| Creates a snapshot of an FSx for NetApp ONTAP volume.|
102102| create_volume.yaml| Creates an FSx for NetApp ONTAP volume.|
103103
104+ Note that there is a script, in the ` scripts ` directory, for each of these CloudFormation templates that can be used to deploy them via the AWS CLI.
105+
104106## Author Information
105107
106108This repository is maintained by the contributors listed on [ GitHub] ( https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors ) .
You can’t perform that action at this time.
0 commit comments