Questions tagged [amazon-savings-plans]

Savings Plans are a flexible pricing model that offer low prices on Amazon EC2, AWS Lambda, and AWS Fargate usage, in exchange for a commitment to a consistent amount of usage (measured in $/hour) for a 1 or 3 year term.

10 questions
5
votes
3 answers

Amazon RDS instances and the new Compute Savings Plans

I have a small single-instance deployment running on an EC2 instance which hosts both a web application and its database (MySQL). I've been looking to separate the deployment out into an EC2 instace for the web app and an RDS cluster for the…
4
votes
1 answer

Can I use a Reserved Instance or Savings Plan for Neptune?

Is it possible to apply a Reserved Instance or Savings Plan towards the instances I am using for Neptune? For example, I currently have a Neptune cluster with a single db.r4.large instance. Would purchasing a Compute Savings Plan discount my Neptune…
Fook
  • 5,320
  • 7
  • 35
  • 57
2
votes
2 answers

Aws savings plan change the commitment

I was looking at the savings plan I have a doubt can any one please suggest. If I initially go for the commitment to use 2$/hr but later I realise I must have done 6$ /hr. Is this possible ??
1
vote
1 answer

How to check does EC2 Instance Savings Plan applied to my EC2 instance or not

I purchased EC2 Instance Savings Plan with full upfront. Is is possible to check - does it applied to my EC2 instance or not? I want to be sure that I bought saving plan with correct settings.
prosto.vint
  • 1,403
  • 2
  • 17
  • 30
0
votes
1 answer

What's the point of inputting hourly price in EC2 saving plans if I am gonna have the same discount?

When purchasing an EC2 saving plan, we have an option to choose price commitment per hour (minimum $0.001). If the price input is 0.001 and all upfront, the price will be $8.76. If the price input is 0.005, the upfront cost will be $43.80. And that…
manh.vu
  • 335
  • 1
  • 4
  • 14
0
votes
0 answers

How do you attach an AWS ec2 savings plan to an instance?

I purchased an ec2 savings plan for a small ec2. I have a small ec2 currently deployed. I am trying to figure out how to attach this saving plan to the ec2. There isn't any good documentation that explains this. Does it automatically get attached?…
ls168
  • 27
  • 1
  • 7
0
votes
0 answers

How to get AWS summary via API for monthly bills with credits, savings plan, refunds, marketplace charges?

I wish to get the highlighted(in yellow background) values via an API for 10 AWS accounts into a database without manual intervention.
0
votes
0 answers

How to correctly fill in the "hourly commitment" field when purchasing AWS EC2 savings plans?

I am using AWS for the first time and using an ec2 instance to deploy an application. Right now the instance is an On-Demand instance and I am considering using the AWS savings plans as I understand that they would significantly reduce the costs…
0
votes
1 answer

Is there an API for Amazon compute savings plan for amazon ec2?

Currently the ec2 instance savings plan rate can be retrieved through boto3's pricing client get_products(). However it does not seem to offer the compute savings plan rates. Where in the API can I retrieve the compute savings plan rates? Edit: The…
dng
  • 1,275
  • 1
  • 8
  • 10
-1
votes
1 answer

Can Savings Plans be applied to AWS Workspaces?

Savings Plans can be applied to EC2, Lambda, and Fargate, https://aws.amazon.com/savingsplans/ and WorkSpaces are EC2 instances behind the scenes. Can Savings Plans be applied to AWS Workspaces?