- Más nuevo
- Más votos
- Más comentarios
AWS offers two APIs that you can use to query prices:
With the AWS Price List Bulk API, you can query the prices of AWS services in bulk. The API returns either a JSON or a CSV file. The bulk API retains all historical versions of the price list.
With the AWS Price List Query API, you can query specific information about AWS services, products, and pricing using an AWS SDK or the AWS CLI. This API can retrieve information about certain products or prices, rather than retrieving prices in bulk. This allows you to get pricing information in environments that might not be able to process a bulk price list, such as in mobile or web browser-based applications. For example, you can use the query API to fetch pricing information for Amazon EC2 instances with 64 vCPUs, 256 GiB of memory, and pre-installed SQL Server Enterprise in the Asia Pacific (Mumbai) Region. The query API serves the current prices and doesn’t retain historical prices.
Below are the few links that would help you better understand the same. Hope this helps.
Query API- https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-pelong.html
Bulk API- https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/using-ppslong.html
Best practices for Cost Explorer API - https://docs.aws.amazon.com/cost-management/latest/userguide/ce-api-best-practices.html
API Calls- https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/awsbilling-api.pdf
Contenido relevante
- OFICIAL DE AWSActualizada hace 2 años
- OFICIAL DE AWSActualizada hace 2 meses
- OFICIAL DE AWSActualizada hace 4 años
- OFICIAL DE AWSActualizada hace 6 meses
Hello
I may have expressed my request incorrectly, I apologize. The links you sent me, I have consulted them several times. Several times but I can't find the URL or API that allows me to collect my ecological and financial footprint data and services associated with the periodic user cost, then display it to me in json or csv format. (My services and cost associated with user aws periodically).
Thanks