I am new in aws. i want display aws ec2 and rds price details in my website(developing at java spring). Thanks, SriRam.
Asked
Active
Viewed 136 times
0
-
Have you tried reading the documentation? – DisappointedByUnaccountableMod Oct 06 '15 at 13:52
-
Hi Barny, i saw api documentation class (com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryResult,PriceSchedule,SpotPrice..etc) . DescribeSpotPriceHistoryResult class get .json output, but i don't know how to do programmatic . please provide any ref, examples and sample code. – Sri Ram Oct 07 '15 at 06:21
-
Its not clear what you ask, are you looking to build something like http://www.ec2instances.info/ to display EC2 price per instance (this is python code you can leverage), spot price, bid price to place bid; there are a lot of different prices so please be specific – Frederic Henri Oct 07 '15 at 07:05
-
"I am creating AWS instances programmatically using AWS Java API. this entire process is developed as an web application. Now the question is, After successful purchase and instance of aws I need to display the price details of that particular customer's instance cost. Could some one help me please. Thanks. – Sri Ram Oct 07 '15 at 08:56
-
Thanks Henri, I am creating AWS instances programmatically using AWS Java API. this entire process is developed as an web application. Now the question is, After successful purchase and instance of aws I need to display the price details of that particular customer's instance cost. how to get particular ec2 instance price details through java api Could some one help me please. Thanks. – Sri Ram Oct 07 '15 at 08:59
-
Hi Henri, i got little bit solution http://stackoverflow.com/questions/3636578/are-there-any-apis-for-amazon-web-services-pricing – Sri Ram Oct 07 '15 at 10:05