Difference between revisions of "Aws-all-regions"

From wikieduonline
Jump to navigation Jump to search
(Created page with " [[aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text]] aws-list-all")
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  [[aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text]]
+
{{lowercase}}
 +
  [[aws ec2 describe-regions]] --query "Regions[].{Name:RegionName}" --output text
  
 +
== Related ==
 +
* <code>[[aws ec2 describe-regions]] --query "Regions[].{Name:RegionName}" --output text | [[parallel]] aws ec2 describe-instances --region {}</code>
 +
* [[AWS regions]]
 +
* <code>[[.bash_profile]]</code>
  
 +
== See also ==
 +
* <code>[[aws list all]]</code>
 +
* {{AWS regions}}
  
[[aws-list-all]]
+
[[Category:AWS]]

Latest revision as of 14:02, 21 June 2024

aws ec2 describe-regions --query "Regions[].{Name:RegionName}" --output text

Related[edit]

See also[edit]

Advertising: