A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2InstanceAttribute.html below:

EC2: Get-EC2InstanceAttribute Cmdlet | AWS Tools for PowerShell

Example 1

Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute instanceType

InstanceType : t2.micro

This example describes the instance type of the specified instance.

Example 2

Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute sriovNetSupport

SriovNetSupport : simple

This example describes whether enhanced networking is enabled for the specified instance.

Example 3

(Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute groupSet).Groups

GroupId

-------

sg-12345678

sg-45678901

This example describes the security groups for the specified instance.

Example 4

Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute ebsOptimized

EbsOptimized : False

This example describes whether EBS optimization is enabled for the specified instance.

Example 5

Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute disableApiTermination

DisableApiTermination : False

This example describes the 'disableApiTermination' attribute of the specified instance.

Example 6

Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute instanceInitiatedShutdownBehavior

InstanceInitiatedShutdownBehavior : stop

This example describes the 'instanceInitiatedShutdownBehavior' attribute of the specified instance.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4