使用AWS的Java API AWS账单信息账单、信息、AWS、Java

2023-09-11 08:54:43 作者:你给不起我未来

我想从AWS使用的Java API EC2实例,S3水桶和EBS卷的计费信息。我想创建自己的API,让特定的实体明智每小时计费报告。是否有任何Java API来获取相同的。我能找到的AWS Java SDK的API文档是一样的。

I'm trying to get the billing information from aws for ec2 instances, s3 buckets and ebs volumes using java api. I want to create our own api that gives specific entity wise hourly billing reports. Is there any java api for getting the same. I could find the same in aws java sdk api documentation.

推荐答案

有没有API来获取AWS账单信息。相反,你可以做的是:

There are no APIs to get AWS billing information. Instead what you can do is:

在打开的详细账单报告(从仪表板) 在配置什么样的结算报告,你想 在AWS将开始推动为CSV文件,计费信息,以一个(pre)配置水桶几次一小时 使用REST API或S3的Java API在需要时得到桶中的信息。

有关详细信息:看到这里