Skip to content

Commit

Permalink
Add supported region list to QUICKSTART.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Haynes authored and jhaynes committed Mar 16, 2020
1 parent b459526 commit 73d120c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ If you'd like even more control over your setup, something that eksctl can't (ye
### Finding an AMI

You can either build an AMI yourself using [our guide](BUILDING.md), or use an official AMI provided by Amazon.
We plan to have official support in all regions when Bottlerocket is no longer in its preview phase, but to start out we focused on getting ready in a few regions.
We plan to expand this list during our preview and will update it here accordingly.
The currently supported regions are:

```
ap-northeast-1
eu-central-1
us-east-1
us-west-2
```

The official AMI IDs are stored in [public SSM parameters](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-public-parameters.html).
Let's say you want to use the `aws-k8s-1.15` variant for the `x86_64` architecture, and you operate in the `us-west-2` region:
Expand Down

0 comments on commit 73d120c

Please sign in to comment.