You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aws: allow EC2 instance access to metadata tags (#681)
At the moment it is not possible to allow EC2 instances to access their
metadata tags when they are created. The changes in this PR adds a field
within the AWS backend to create EC2 instances, specifying if the
`InstanceMetadataTags` option in `InstanceMetadataOptions` is `disabled`
(the default) or `enabled`. This option can be configured with the
`instance_metadata_tags` option in `runner-manager.yaml`
0 commit comments