fog-aws icon indicating copy to clipboard operation
fog-aws copied to clipboard

Support AWS_EC2_METADATA_V1_DISABLED env variable

Open stanhu opened this issue 1 year ago • 2 comments

This was added in the upstream AWS library: https://github.com/aws/aws-sdk-ruby/pull/2924

I think credential_fetcher would needed to be updated to avoid GET requests (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html) and only use PUT requests.

stanhu avatar Nov 02 '23 22:11 stanhu

Thanks for the heads up. Definitely happy to support this work, but also definitely haven't been actively using EC2 in a very, very long time (so I don't feel confident/prepared to do the work myself).

geemus avatar Nov 06 '23 19:11 geemus

This issue has been marked inactive and will be closed if no further activity occurs.

github-actions[bot] avatar Jan 06 '24 02:01 github-actions[bot]