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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ