Sha256: f184c960f6cf35180a1729db7ea780d68d9a4b36c20e9f2268db9ab4b6d0c740
Contents?: true
Size: 788 Bytes
Versions: 10
Compression:
Stored size: 788 Bytes
Contents
--- title: sonic list reference: true --- ## Usage sonic list [FILTER] ## Description Lists ec2 instances. A filter must be provided. The filter can be a mix of instance ids and ec2 tags. sonic list will auto-detect the what type of filter it is. The filter is optional. ## Examples $ sonic list $ sonic list hi-web-prod $ sonic list hi-web-prod,hi-clock-prod $ sonic list i-09482b1a6e330fbf7 ## Example Output $ sonic list --header i-09482b1a6e330fbf7 Instance Id Public IP Private IP Type i-09482b1a6e330fbf7 54.202.152.168 172.31.21.108 t2.small $ You cannot mix instance ids and tag names in the filter. ## Options ``` [--header], [--no-header] # Displays header [--verbose], [--no-verbose] [--noop], [--no-noop] ```
Version data entries
10 entries across 10 versions & 1 rubygems