aws-sdk-rust
aws-sdk-rust copied to clipboard
[request]: Support customizing the IMDS port
trafficstars
Tell us about your request
I want to be able to customize the port used to connect to IMDS, however this is currently not supported:
/* TODO: Support customizing the port explicitly */
/*
pub fn port(mut self, port: u32) -> Self {
self.port_override = Some(port);
self
}*/
Tell us about the problem you're trying to solve.
I want to be able to configure the IMDS port
Are you currently working around this issue?
specifying an entire IMDSv2 URI
Additional context
No response
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue, please leave a comment