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 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions