Command option Sample:aws ec2 describe-spot-price-history

Search command sample in the internet.It is the result.

Describes the Spot price history.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/describe-spot-price-history.html

aws ec2 describe-spot-price-history --instance-types
    How to Find the Current AWS EC2 Spot Market Price - BoltOps Blog : http://blog.boltops.com/2018/07/17/how-to-find-the-current-aws-ec2-spot-market-price
aws ec2 describe-spot-price-history --instance-types m1.xlarge --product-description "Linux/UNIX (Amazon VPC)" --start-time 2014-01-06T07:08:09 --end-time 2014-01-06T08:09:10
    describe-spot-price-history — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-spot-price-history.html
aws ec2 describe-spot-price-history --instance-types g2.8xlarge --region us-east-1 --product-descriptions
    spot instance pricing history ec2 揃 GitHub : http://gist.github.com/l4u/4babc68a6c875b78bafc
aws ec2 describe-spot-price-history --availability-zone
    ec2-spot-labs/price.sh at master 揃 awslabs/ec2-spot-labs 揃 GitHub : http://github.com/awslabs/ec2-spot-labs/blob/master/ec2-spot-analyze-costs/price.sh
aws ec2 describe-spot-price-history --instance-types m1.xlarge --product-de
    Amazon Elastic Compute Cloud : http://paperzz.com/doc/6081827/amazon-elastic-compute-cloud
aws ec2 describe-spot-price-history --instance-types m1.xlarge --product-description
    Are there any API's for Amazon Web Services PRICING? - Stack Overflow : http://stackoverflow.com/questions/3636578/are-there-any-apis-for-amazon-web-services-pricing
aws ec2 describe-spot-price-history --instance-types r3.8xlarge
    Plotting AWS Spot Prices in Slack : http://www.entilzha.io/blog/2016/09/22/aws-spot-prices-in-slack-with-airflow/
aws ec2 describe-spot-price-history --start-time [start timestamp] --end-time [end timestamp] --instance-types cc2.8xlarge --availability-zone

The command returns the history of the spot price during the specified period and the mean of the returned values is used to compute spot instance cost. On-demand prices are fixed by AWS (aws ec2 describe-spot-price-history --start-time

     fabric.api.hide Python Example : http://www.programcreek.com/python/example/50580/fabric.api.hide
aws ec2 describe-spot-price-history --instance-types g2.2xlarge --product-descriptions
    Having trouble with gaming-up.sh : cloudygamer : http://www.reddit.com/r/cloudygamer/comments/5g4pn0/having_trouble_with_gamingupsh/
aws ec2 describe-spot-price-history instance-types m1.large
    The new AWS CLI - AWS Atlanta meetup 02/19/2014 : http://www.slideshare.net/AdamBook2/aws-cli-iam
aws ec2 describe-spot-price-history --instance-types r3.large --product-descriptions
    AWS Cost Optimization Series | Blog 5 | Spot Instances for Non-Prod Environments | TO THE NEW Blog : http://www.tothenew.com/blog/aws-cost-optimization-series-blog-5-spot-instances-for-non-prod-environments/

aws のオプション一覧