987/is-it-possible-to-get-an-ec2-pricing-programmatically
Yes absolutely. You may get AWS pricing programmatically that is cost/hour of each instance type, cost per GB/month of storage on S3.
First you may use pricing API by AWS: There is now AWS pricing API: link
These are some of the JASON files that should do your job:
Note you need to strip the function calls off here.
a short command to get current set or URLs from any AWS pricing page. Example based on EC2. Run it on Linux.
curl http://aws.amazon.com/ec2/pricing/ 2>/dev/null | grep 'model:' | sed -e "s/.*'\(.*\)'.*/http:\\1/"
I hope this helps
Create an Elastic IP on the AWS ...READ MORE
Yes, it is possible to delete an ...READ MORE
Good question this. Currently this feature is ...READ MORE
ELB automatically distributes incoming application traffic across ...READ MORE
If I want to use a combo ...READ MORE
Can someone explain if it's feasible to ...READ MORE
It looks to be trying to get ...READ MORE
Try doing it the other way round. ...READ MORE
It would be prompting you a alert, ...READ MORE
Yes, it is possible, by adjusting your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.