Better way to view multiple instance within a security group at the same time

0

On Services > EC2 instances,

Is there a way to align the column such that it shows the following information:

  1. The lab region the instance is current in
  2. What is the subnet or subnet it is currently in
  3. What is the security group id it is currently in
  4. What is the private IPv4 address.

Essentially, I just want the instances to show up more columns, rather than me going to click on the Instance ID and clicking on multiple tabs.

Source: I am using the official Amazon courseware: Architecting on AWS - Lab 1 - Explore using the AWS API to deploy an EC2

1 Risposta
0

Hi, good question!

If you're looking at the AWS Console, you can search by attributes including security group ID:

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Filtering.html

If using CLI or APIs, that can also be done via describe-instances and using the filters: https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html

And for viewing options on console, it's possible to change the viewing options/details on the console to display or hide different attributes.

jsonc
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande