-
We are using the The previously worked API call now returns an empty list
Response:
Removing the
Response:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi @YuzeLiao, The response from the pricing client might vary for various services:
If the query including Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hey @aaoswal, Thank you for your response! Not sure if the pics below help. The API call did work fine before March 24 |
Beta Was this translation helpful? Give feedback.
-
Hi @YuzeLiao, Is there a way you could provide the debug logs for the script which worked before it started giving an error? Also, heads up, I am moving this issue to GitHub discussions as a part of our transition to discussions. |
Beta Was this translation helpful? Give feedback.
-
I realized the same issue. I have a notebook running everyday. Before there was no problem but then check here for full location names: https://calculator.aws/#/createCalculator/EC2 |
Beta Was this translation helpful? Give feedback.
Hi @YuzeLiao,
Thank you submitting the issue.
On going through the response without using
regionCode
filter, there does not seem to be aregionCode
parameter being returned as a part of the response forServiceCode=AmazonRDS
.The response from the pricing client might vary for various services:
For example,
ServiceCode=AmazonS3
returns the attributeregionCode
as a part of the response among others whereas on a contrary services likeAmazonEC2
orAmazonRDS
do not.get_products()
filters support values which include ServiceCode, and all attribute names.A good way to list supported attributes for specific services is by using
describe_services()
to get information specific to that service …