Quick Actions
aws ec2 describe-instances
Description
Describes one or more of your instances.
Command
aws ec2 describe-instances
Examples
Describe all instances
Describe only running instances
Get the public IP address and tags for a specific instance
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
--instance-ids <value> |
string | No | The IDs of the instances to describe. |
--filters <value> |
string | No | Filter results using a JSON structure (e.g., Name=instance-state-name,Values=running). |
--query <value> |
string | No | A JMESPath query to specify the exact data you want from the output. |
Command Info
Category:
Ec2
Type:
Aws
Views:
1
Status:
Active
Tags
aws
ec2
compute
instance
list
describe