From b045302bbaeb6ff6162b243dc746671a4afd0ff5 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Sat, 28 May 2022 00:09:24 -0700 Subject: [PATCH] section headers --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26b3533..a786b5e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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