mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1764] IPv6 endpoints for AWS IMDS #907
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#907
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nmeyerhans on GitHub (Sep 7, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1764
Additional Information
AWS has recently added an IPv6 endpoint for IMDS, in addition to the existing 169.254.169.254 IPv4 endpoint. On EC2 instances with IPv6 addresses assigned, the metadata service is available at fd00:ec2::254
More details in the announcement and the documentation
In order to support customers who choose to avoid assigning an IPv4 address to their instances (or potentially disable v4 support in their operating system entirely), s3fs should be able to retrieve EC2 instance role credentials from the v6 endpoint in addition to, or instead of, the v4 endpoint.