Skip to content

Commit 4e45d2e

Browse files
author
Will Moore
committed
Add GovCloud regions to Quickstart guides
Adds GovCloud regions to list of official AMIs in EKS and ECS quickstart guides.
1 parent f48a754 commit 4e45d2e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

QUICKSTART-ECS.md

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ us-east-1
5656
us-east-2
5757
us-west-1
5858
us-west-2
59+
us-gov-east-1
60+
us-gov-west-1
5961
```
6062

6163
The official AMI IDs are stored in [public SSM parameters](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-public-parameters.html).

QUICKSTART-EKS.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ us-east-1
121121
us-east-2
122122
us-west-1
123123
us-west-2
124+
us-gov-east-1
125+
us-gov-west-1
124126
```
125127

126128
The official AMI IDs are stored in [public SSM parameters](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-public-parameters.html).
@@ -156,7 +158,12 @@ aws ssm get-parameters --region us-west-2 \
156158

157159
### Cluster setup
158160

159-
*Note:* most commands will have a region argument; make sure to change it if you don't want to set up in us-west-2.
161+
*Note:* most commands will have a region argument; make sure to change it if you don't want to set up in us-west-2.
162+
Also be aware that when operating in GovCloud the IAM ARNs will need to be updated to the following: `arn:aws-us-gov`.
163+
For example:
164+
`arn:aws:iam::aws:policy/AmazonEKSWorkerNodePolicy`
165+
will be updated to:
166+
`arn:aws-us-gov:iam::aws:policy/AmazonEKSWorkerNodePolicy`.
160167

161168
You can set up a new cluster like this:
162169

0 commit comments

Comments
 (0)