Skip to content

Commit fb6623c

Browse files
authored
docs: update example region to be us-east-1
1 parent ff72c2f commit fb6623c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on the region you chose. To find the appropriate AMI for your region you can use
2929
the following snippet:
3030

3131
```shell
32-
$ REGION=us-east-2
32+
$ REGION=us-east-1
3333
$ aws ssm get-parameters \
3434
--names /aws/service/eks/optimized-ami/1.15/amazon-linux-2/recommended/image_id \
3535
--region $REGION \

0 commit comments

Comments
 (0)