AwsEc2LaunchTemplateDataMetadataOptionsDetails
Specifies the metadata options for an Amazon EC2 instance.
Contents
- HttpEndpoint
-
Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled, and you won't be able to access your instance metadata.
Type: String
Pattern:
.*\S.*
Required: No
- HttpProtocolIpv6
-
Enables or disables the IPv6 endpoint for the instance metadata service.
Type: String
Pattern:
.*\S.*
Required: No
- HttpPutResponseHopLimit
-
The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
Type: Integer
Required: No
- HttpTokens
-
The state of token usage for your instance metadata requests.
Type: String
Pattern:
.*\S.*
Required: No
- InstanceMetadataTags
-
When set to
enabled
, this parameter allows access to instance tags from the instance metadata. When set todisabled
, it turns off access to instance tags from the instance metadata. For more information, see Work with instance tags in instance metadata in the Amazon EC2 User Guide.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: