There is an --account-id command-line argument for passing in the AWS account ID in proxy mode. Given that the access key ID is available in the request HTTP headers and the account ID can be reverse engineered in most cases, maybe we should reverse-engineer it as a last-resort if unspecified by the user?
There is an
--account-id
command-line argument for passing in the AWS account ID in proxy mode. Given that the access key ID is available in the request HTTP headers and the account ID can be reverse engineered in most cases, maybe we should reverse-engineer it as a last-resort if unspecified by the user?