How can I get information on the various Platform.sh regions?

For example, which ones are available, where are they, what IaaS infrastructure do they run on?

You can use our API like this:

curl -s -H "Authorization: Bearer $(platform a:t)" https://api.platform.sh/regions | json_pp
1 Like