You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary> <strong> What do these parameters mean? </strong> </summary>
47
48
48
49
The script takes following parameters:
49
50
50
51
**-t OR --template-body**: CloudFormation template file. Defaults to managed0gdb-cft.yml. **(Optional)**
51
52
**-r OR --region-list**: List of regions separated by commas, where the stack will be deployed. **(Required)**
52
53
**-a OR --consent-anonymous-data-collect**: Opt-in or out of anonymous one time data collection.(yes/no). Only collects region name, creation time, stack name and uuid portion of the stack id (for uniqueness). Defaults to accept. **(Optional)**
53
54
**-s OR --stack-name**: CloudFormation Stack Name. **(Required)**
54
-
55
-
>**_NOTE:_**
56
-
You will have to execute the following command multiple times, passing the region name every time. You will do this for all regions of your global database. For example if your global database is deployed in us-east-1 and us-west-2, then you will have to execute the commands twice with the region parameter as us-east-1 and then again with region parameter as us-west-2.
57
-
55
+
</details>
58
56
59
57
3. Once the cloudformation finishes building resources in all regions, execute the following command, for each region of the global database.
60
58
@@ -65,7 +63,8 @@ You will have to execute the following command multiple times, passing the regio
<summary> <strong> What do these parameters mean? </strong> </summary>
69
68
70
69
The script takes following parameters:
71
70
@@ -74,6 +73,7 @@ The script takes following parameters:
74
73
**-r OR --region-list** : List of regions separated by commas, where the stack will be deployed. **(Required)**
75
74
**-sv OR --skip-vpc** : Skips adding vpcs in the hosted zone, if using an existing hosted zone. **(Optional)**
76
75
76
+
</details>
77
77
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