Skip to content

Commit

Permalink
section headers
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMyron authored May 28, 2022
1 parent e36aeaa commit b045302
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# compute / memory unit prices by virtual machine type
![](img/ec2-unit-prices.png)
![](img/gcp-unit-prices.png)
![](img/azure-unit-prices.png)

# product / feature regional availability
![](img/services-per-region.png)
![](img/resources-per-region.png)
![](img/resources-per-region-by-region-launch-date.png)
![](img/resources-per-service.png)
![](img/gcp-products-per-region.png)
![](img/azure-services-per-region.png)

# availability zones per region
![](img/aws-azs-per-region.png)
![](img/gcp-azs-per-region.png)
![](img/azure-azs-per-region.png)
![](img/resources-per-service.png)

# instance type regional availability
```shell
for REGION in $(aws ec2 describe-regions --query "Regions[*].RegionName" --output text)
do
Expand Down Expand Up @@ -117,6 +123,8 @@ us-west-2
us-gov-west-1
```

# CloudFormation / Terraform trivia

```shell
$ curl -s -N --compressed https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json | pcregrep -o1 ' "(.*?)"' | sort | uniq -c | sort -nr
# missing a few https://github.com/awsdocs/aws-cloudformation-user-guide/issues/4#issuecomment-503828259
Expand Down

0 comments on commit b045302

Please sign in to comment.