Skip to content

Instantly share code, notes, and snippets.

@gtheys
Created August 1, 2015 15:51
Show Gist options
  • Save gtheys/bdfc0412ab85432c46e4 to your computer and use it in GitHub Desktop.
Save gtheys/bdfc0412ab85432c46e4 to your computer and use it in GitHub Desktop.
Example aws cli table output
› aws ec2 describe-addresses --profile id-mob-staging
-------------------------------------------------------------------------------------------------------------------------------------------------------------
| DescribeAddresses |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
|| Addresses ||
|+-------------------+--------------------+---------+-------------+---------------------+--------------------------+--------------------+------------------+|
|| AllocationId | AssociationId | Domain | InstanceId | NetworkInterfaceId | NetworkInterfaceOwnerId | PrivateIpAddress | PublicIp ||
|+-------------------+--------------------+---------+-------------+---------------------+--------------------------+--------------------+------------------+|
|| eipalloc-000 | eipassoc-fffff | vpc | i-e0000 | eni-6sssssa | 35467754 | 10.0.0.137 | 52.52.52.53 ||
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment