I don't find any AWS API call to extract "Tax Address" of the AWS account. In AWS console it appears under https://console.aws.amazon.com/billing/home?region=us-east-1#/tax The screenshot shows how it exactly looks like. I want to extract this information via aws-cli or any other SDK, java, python or whatever.
Asked
Active
Viewed 166 times
0
-
I agree. This information does not appear to be available via an API. The closest match would be for AWS Organizations, but it does not contain the information you seek. – John Rotenstein May 27 '19 at 00:49
-
Thank you @JohnRotenstein. Is it the final official answer? – Moisei May 27 '19 at 13:19
-
I cannot represent a "final official answer". I am merely stating that I failed to find an applicable API call. I searched through IAM and AWS Organizations API calls. – John Rotenstein May 27 '19 at 23:36