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

2 Answers
1

You can go to EC2 page by selecting EC2 service.

  1. Right side setting icon on the "Instance" grid
  2. Click there and you can add more columns.
  3. Its showing all the columns which you are requesting for. Only region column is not showing because you will be already inside particular region so you can only see Ec2 instance of particular region.

Hope this will helps.

answered 2 years ago
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions