Skip to content

S3: Unable to sanity check object store #2613

Discussion options

You must be logged in to vote

I found out that Amazon monitor the hop count when connecting to the metadata service for a PUT request. The default is 1, whereas I need 2 hops since I'm running inside docker. This can be modified using the CLI to increase the hop limit.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html#imds-considerations

aws ec2 modify-instance-metadata-options --instance-id removed --http-put-response-hop-limit 2

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@pracucci
Comment options

@JBodkin-Amphora
Comment options

Comment options

You must be logged in to vote
2 replies
@ghost
Comment options

@JBodkin-Amphora
Comment options

Answer selected by pracucci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2605 on August 01, 2022 14:17.