Skip to content

Commit 1c9eeba

Browse files
committed
Added a note about the scripts in the scripts directory.
1 parent c36fa2a commit 1c9eeba

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To make deploying the Workload Factory Link easy you can use the `deploy_link` s
7878
It invokes the `NetApp::FSxN::Link::Module` module with the appropriate parameters and will output the ARN
7979
of 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

106108
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).

0 commit comments

Comments
 (0)