Skip to content

Instantly share code, notes, and snippets.

View ausfestivus's full-sized avatar

Andrew Best ausfestivus

View GitHub Profile
@ausfestivus
ausfestivus / AzureRegionData.md
Last active May 24, 2026 20:59
A list of the Azure regions

List of Azure Regions

A list of all the region names and locations for Azure

Creating the list

You can recreate the list anytime using this command:

az account list-locations -o table
# EC2 Cfn Metadata.
Metadata:
AWS::CloudFormation::Init:
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-init.html
# Our cfn-init config set rules, divided into logical sections to make reading it easier, hopefully :)
configSets:
myCfnConfigSet:
- "configure_cfn"
- "install_software"
- "generate_secrets"