Skip to content

Alias Directory

LanikSJ edited this page May 19, 2024 · 12 revisions

List of All Aliases

The commands are broken up in two groups. Ones that require passing of a variable such as Instance ID. Currently all inputs need to be exact no partial matches. These are just a few examples to start with.

Every command below should be preceded with aws for example:

aws whoami

Input Required Commands

  • ami-owner - List the Owner of an AMI
  • de-auth - Decode Authorization Messages
  • id-dns - Instance ID to Instance DNS Conversion
  • id-eni - Instance ID to Instance ENI Conversion
  • id-name - Instance ID to Instance Name Conversion
  • id-key - Instance ID to Instance Key Conversion
  • dns-id - Instance DNS to Instance ID Conversion
  • name-dns - Instance Name to Instance DNS Conversion
  • name-id - Instance Name to Instance ID Conversion
  • name-ip - Instance Name to Instance IP Conversion
  • name-key - Instance Name to Instance Key Conversion
  • name-list - List of Instances Matching a Name (same as name-ip)
  • image-id - Instance ID to Image ID Conversion
  • ip-dns - Private IP to Instance DNS Conversion
  • ip-id - Instance IP to Instance ID Conversion
  • ip-key - Private IP to Instance Key Conversion
  • ip-name - Private IP to Instance Name Conversion
  • ip-sgid - Private IP to SecurityGroup ID Conversion
  • sg-id - Security Group (SG) Name to SG ID Conversion
  • sg-rules - SG ID to SG Rules Conversion
  • region - List or Set Your Region Based on Input

Standalone Commands

  • ebs-volumes - List EC2 Volumes
  • ecr-login - Docker ECR Login on Current Account
  • iam-keys - List IAM Access Keys
  • instance-size - List Instance Size by Name
  • list-azs - List All Availability Zones
  • net-acls - List Network ACLs
  • open-security-groups - List EC2 Security Groups
  • running-instances - List EC2 Instances Running Linux
  • vpc-peers - List VPC Peers
  • whoami - List your credentials
Clone this wiki locally