We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS::ImageBuilder::InfrastructureConfiguration
No response
Support for being able to enable instance metadata tags in cloudformation for EC2 Imagebuilder.
As per this article -->https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/ Instance Tags now available on the Amazon EC2 Instance Metadata Service.
It is also understood that the instance metadata tags can be enabled in the EC2 launch template as shown here --> https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html
However, this option does not seem to be supported for image builder at the moment. Looking at the AWS::ImageBuilder::InfrastructureConfiguration --> https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html There does appear to be a property called InstanceMetadataOptions, but this property only seems to support HttpPutResponseHopLimit and HttpTokens only, no instance metadata tags.
Similar feature requests:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Name of the resource
AWS::ImageBuilder::InfrastructureConfiguration
Resource name
No response
Description
Support for being able to enable instance metadata tags in cloudformation for EC2 Imagebuilder.
As per this article -->https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/
Instance Tags now available on the Amazon EC2 Instance Metadata Service.
It is also understood that the instance metadata tags can be enabled in the EC2 launch template as shown here --> https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-metadataoptions.html
However, this option does not seem to be supported for image builder at the moment. Looking at the AWS::ImageBuilder::InfrastructureConfiguration --> https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html
There does appear to be a property called InstanceMetadataOptions, but this property only seems to support HttpPutResponseHopLimit and HttpTokens only, no instance metadata tags.
Other Details
Similar feature requests:
The text was updated successfully, but these errors were encountered: