Example 2Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute instanceType
InstanceType : t2.micro
This example describes the instance type of the specified instance.
Example 3Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute sriovNetSupport
SriovNetSupport : simple
This example describes whether enhanced networking is enabled for the specified instance.
Example 4(Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute groupSet).Groups
GroupId
-------
sg-12345678
sg-45678901
This example describes the security groups for the specified instance.
Example 5Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute ebsOptimized
EbsOptimized : False
This example describes whether EBS optimization is enabled for the specified instance.
Example 6Get-EC2InstanceAttribute -InstanceId i-12345678 -Attribute disableApiTermination
DisableApiTermination : False
This example describes the 'disableApiTermination' attribute of the specified instance.
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