AWS partitions
github.com
AWS partitions
1–10 of 10 posts
Re: AWS partitions
#2Re: AWS partitions
#3Re: AWS partitions
#4Doesn't include the secret and top secret partitions.
Re: AWS partitions
#5https://github.com/boto/botocore/blob/a0e22400396eabd5a58e4b...
To quickly list all of them, you can use a simple jq expression, such as the following:
curl https://raw.githubusercontent.com/boto/botocore/a0e22400/botocore/data/endpoints.json | jq '.partitions[] | [.partitionName, .partition, .regions]'Re: AWS partitions
#6Doesn't include the secret and top secret partitions.
Yes, it does. That's what the ISO regions are. us-iso-east-1 is a top secret region, and us-isob-east-1 is a secret region.
https://aws.amazon.com/blogs/publicsector/announcing-the-new...
Re: AWS partitions
#7Earlier quoted context omitted.
Yes, it does. That's what the ISO regions are. us-iso-east-1 is a top secret region, and us-isob-east-1 is a secret region.
Note, despite their names, secret and top secret regions refer to the data classifications which they can have access to, not to their existence. https://aws.amazon.com/blogs/publicsector/announcing-the-new...
Re: AWS partitions
#8Doesn't include the secret and top secret partitions.
Yes, it does. That's what the ISO regions are. us-iso-east-1 is a top secret region, and us-isob-east-1 is a secret region.
Re: AWS partitions
#9What's the significance of this?
Re: AWS partitions
#10What's the significance of this?
If I were to hazard a guess, it's people reading through HN, seeing "AWS Partitions", assuming it's a new AWS service announcement, and either voting for it without reading it or favorit-ing it for later. I only opened this assuming it was a new service being announced, since that headline is generally the format those are posted in.
However, for some reason dang edited the post title, which killed it from the front page really fast.