zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way
https://pypi.python.org/pypi/stups-senza
Other
96 stars 71 forks source link

Always set HttpTokens to optional #579

Closed hughcapet closed 1 year ago

hughcapet commented 1 year ago

This commit forces MetadataOptions->HttpTokens to always be set to 'optional' by senza, as we want to still be able to use IMDSv1, while base AMIs enforce v2 and ebs packer still doesn't allow this to be redefined.

Jan-M commented 1 year ago

:+1:

hughcapet commented 1 year ago

👍