pg-blog

Browsing Category

command line

4 posts

command lineAWS CLI: Filtering for Output

  • Paul Gurnig
  • April 10, 2022
The command below will show only the availability zones for the user’s default Region (as specified in aws…

command lineAWS CLI: Create a Named VPC

  • Paul Gurnig
  • April 10, 2022
Creating a VPC uses the ec2 command. In this example, the VPC will be named “vpc-01”. AWS Documentation…

command lineAWS CLI: List AZs for another Region

  • Paul Gurnig
  • April 10, 2022
In the AWS CLI, you can specify another region without updating your configuration. As an example, for a…

command lineGenerate your Public Key from your Private Key File

  • Paul Gurnig
  • April 9, 2022
pg-blog