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개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠