AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The metadata options for the instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.InstanceMetadataOptionsResponse

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class InstanceMetadataOptionsResponse

The InstanceMetadataOptionsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property HttpEndpoint Amazon.EC2.InstanceMetadataEndpointState

Gets and sets the property HttpEndpoint.

Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

If the value is disabled, you cannot access your instance metadata.

Public Property HttpProtocolIpv6 Amazon.EC2.InstanceMetadataProtocolState

Gets and sets the property HttpProtocolIpv6.

Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.

Default: disabled

Public Property HttpPutResponseHopLimit System.Int32

Gets and sets the property HttpPutResponseHopLimit.

The maximum number of hops that the metadata token can travel.

Possible values: Integers from 1 to 64

Public Property HttpTokens Amazon.EC2.HttpTokensState

Gets and sets the property HttpTokens.

Indicates whether IMDSv2 is required.

  • optional - IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1.

  • required - IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.

Public Property InstanceMetadataTags Amazon.EC2.InstanceMetadataTagsState

Gets and sets the property InstanceMetadataTags.

Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see Work with instance tags using the instance metadata.

Public Property State Amazon.EC2.InstanceMetadataOptionsState

Gets and sets the property State.

The state of the metadata option changes.

pending - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.

applied - The metadata options have been successfully applied on the instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5