Skip to content

Commit 00e4838

Browse files
committed
Fixed command typos
1 parent f91fc38 commit 00e4838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This command will execute the cloudformation template and create all required re
5151
3. Once the cloudformation finishes building resources in all regions, execute the following command, for each region of the global database.
5252

5353
```bash
54-
python3 create_managed_endpoint.py --cluster-cname-pair='{"<global database clustername>":"<desired writer endpoint >" [,"<global database clustername>":"<desired writer endpoint>"}' --hosted-zone-name=<hosted zone name> --region<aws region name>
54+
python3 create_managed_endpoint.py --cluster-cname-pair='{"<global database clustername>":"<desired writer endpoint >"} [,"<global database clustername>":"<desired writer endpoint>"},...]' --hosted-zone-name=<hosted zone name> --region<aws region name>
5555

5656
example:
5757
python3 create_managed_endpoint.py --cluster-cname-pair='{"gdb-cluster1":"writer1.myhostedzone.com" ,"gdb-cluster2":"writer2.myhostedzone.com"}' --hosted-zone-name=myhostedzone.com --region us-east-1
@@ -63,7 +63,7 @@ The script takes following parameters:
6363

6464
**-c OR --cluster-cname-pair** : Cluster and writer endpoint pair in '{\"cluname\":\"writer\"}' format. **(Required)**
6565
**-z OR --hosted-zone-name** : Name of the hosted zone. If one doesn't exist, it will be created. **(Required)**
66-
**-r OR --region** : Region Name. If no region is provided, default region is used. **(Optional)**
66+
**-r OR --region** : Region Name. If no region is provided, default region will be used. **(Optional)**
6767
**-sv OR --skip-vpc** : Skips adding vpcs in the hosted zone, if using an existing hosted zone. **(Optional)**
6868

6969
If you made any mistakes, no worries. You can just re-run it. The script is idempotent. And when you are ready to add a new global cluster, you can just re-run it with the new global-cluster and CNAME pair.

0 commit comments

Comments
 (0)