File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Management-Utilities/auto_create_sm_relationships Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ If you want to run this script as a Lambda program, then you'll need to
5555 - fsx: DescribeFileSystems
5656 - fsx: DescribeVolumes
5757 - fsx: ListTagsForResources
58- - dynamodb: GetItem - Optionally, if you are using a DynamoDB table to store the secretsTable.
58+ - dynamodb: GetItem - Optional, only needed if you are using a DynamoDB table to access the secretsTable or partnersTable .
5959
6060Create AWS endpoints for any services that it uses. Currently that is:
6161- ec2
6262- fsx
6363- SecretsManager
64- - dynamodb - Optionally, if you are using a DynamoDB table to store the secretsTable.
64+ - dynamodb - Optional, only needed if you are using a DynamoDB table to access the secretsTable or partnersTable .
6565
6666# Running The Script
6767To run the script on a Linux host, you just need to change the UNIX permissions on the file to be executable, then run it as a command:
You can’t perform that action at this time.
0 commit comments