Difference between revisions of "InstanceId"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
== Related ==
 
== Related ==
[[aws ec2]]
+
* <code>[[aws ec2]]</code>
 +
* <code>[[--instance-id]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{AMI}}
 
* {{AWS EC2}}
 
* {{AWS EC2}}
  
 
[[Category:AWS]]
 
[[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: