Is AWS pricing API available in other regions?

0

What are the available regions for this endpoint- https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/index.json? I see from the documentation that it is ap-south-1 and us-east-1. We have deployments in AU, and APAC and the latency of this endpoint is sometimes very high because we have to connect to us-east-1 every time.

已提问 2 个月前135 查看次数
1 回答
0

The pricing endpoint you referenced - https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/index.json - is currently only available in two regions: us-east-1 and ap-south-1.

Connecting to this endpoint from other regions like AU or APAC can sometimes result in higher latency.

The Service endpoints and quotas page provides a comprehensive list of all supported regions for each AWS service.

Some things you could try to improve performance from other regions:

  • Check if the pricing data can be cached locally for some time to avoid frequent calls to the endpoint.
  • See if the pricing information needed by your application can be retrieved in bulk for future use rather than per request.
  • Consider setting up a CloudFront distribution in front of the pricing endpoint to take advantage of CloudFront's global edge network for lower latency access.
profile picture
专家
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容