Difference between revisions of "InstanceId"

From wikieduonline
Jump to navigation Jump to search
(Created page with " aws ec2 describe-instances | egrep "InstanceId|InstanceType|running"")
 
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
aws ec2 describe-instances | grep InstanceId
 
  [[aws ec2 describe-instances]] | egrep "InstanceId|[[InstanceType]]|running"
 
  [[aws ec2 describe-instances]] | egrep "InstanceId|[[InstanceType]]|running"
 +
 +
[[aws ec2 describe-instances]] | [[jq -r]] '.Reservations[].Instances[]|.InstanceId+" "+.InstanceType+" "+(.Tags[] | select(.Key == "Name").Value)'
 +
 +
i-001d6ef48fd7da240 t3.xlarge YourExample-workers-Node
 +
i-00b1cf99a8fd118aa t2.large your-machine-name
 +
i-0a81356d71229695f t3.xlarge YourExample-workers-Node
 +
 +
== Related ==
 +
* <code>[[aws ec2]]</code>
 +
* <code>[[--instance-id]]</code>
 +
 +
== See also ==
 +
* {{AMI}}
 +
* {{AWS EC2}}
 +
 +
[[Category:AWS]]

Latest revision as of 10:14, 25 September 2023

aws ec2 describe-instances | grep InstanceId
aws ec2 describe-instances | egrep "InstanceId|InstanceType|running"
aws ec2 describe-instances | jq -r '.Reservations[].Instances[]|.InstanceId+" "+.InstanceType+" "+(.Tags[] | select(.Key == "Name").Value)'

i-001d6ef48fd7da240 t3.xlarge YourExample-workers-Node
i-00b1cf99a8fd118aa t2.large your-machine-name
i-0a81356d71229695f t3.xlarge YourExample-workers-Node

Related[edit]

See also[edit]

Advertising: