Forrest logo
back to context overview

aws-pricing

List of commands for aws-pricing:

  • aws-pricing:tldr:5eeaa aws-pricing: List attributes for a given service code in a specific region.
    $ aws pricing describe-services --service-code ${AmazonEC2} --region ${us-east-1}
    try on your machine
    explain this command
  • aws-pricing:tldr:a3612 aws-pricing: List values for a specific attribute for a service code in a specific region.
    $ aws pricing get-attribute-values --service-code ${AmazonEC2} --attribute-name ${instanceType} --region ${us-east-1}
    try on your machine
    explain this command
  • aws-pricing:tldr:a62f9 aws-pricing: Print pricing information for a service code in a specific region.
    $ aws pricing get-products --service-code ${AmazonEC2} --region ${us-east-1}
    try on your machine
    explain this command
back to context overview