View Source AWS.Savingsplans (aws-elixir v0.13.3)

Savings Plans are a pricing model that offer significant savings on AWS usage (for example, on Amazon EC2 instances).

You commit to a consistent amount of usage, in USD per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For more information, see the AWS Savings Plans User Guide.

Link to this section Summary

Functions

Deletes the queued purchase for the specified Savings Plan.

Describes the specified Savings Plans rates.

Describes the specified Savings Plans.

Describes the specified Savings Plans offering rates.

Describes the specified Savings Plans offerings.

Lists the tags for the specified resource.

Adds the specified tags to the specified resource.

Removes the specified tags from the specified resource.

Link to this section Functions

Link to this function

create_savings_plan(client, input, options \\ [])

View Source

Creates a Savings Plan.

Link to this function

delete_queued_savings_plan(client, input, options \\ [])

View Source

Deletes the queued purchase for the specified Savings Plan.

Link to this function

describe_savings_plan_rates(client, input, options \\ [])

View Source

Describes the specified Savings Plans rates.

Link to this function

describe_savings_plans(client, input, options \\ [])

View Source

Describes the specified Savings Plans.

Link to this function

describe_savings_plans_offering_rates(client, input, options \\ [])

View Source

Describes the specified Savings Plans offering rates.

Link to this function

describe_savings_plans_offerings(client, input, options \\ [])

View Source

Describes the specified Savings Plans offerings.

Link to this function

list_tags_for_resource(client, input, options \\ [])

View Source

Lists the tags for the specified resource.

Link to this function

tag_resource(client, input, options \\ [])

View Source

Adds the specified tags to the specified resource.

Link to this function

untag_resource(client, input, options \\ [])

View Source

Removes the specified tags from the specified resource.