Skip to content

AWS EDR Pricing calculator query

0

I currently have 2 servers for which 5 EBS volumes is attached. I need to configure and calculate pricing for AWS EDR service.

Is it as below?

Pricing type 1: ( as per pricing calculator)

Combine number of servers and amount of storage (st1) which is priced hourly basis.

Pricing type 2:

Grouping A+B A) Combine number of servers and amount of storage for replication. B) And also add the 2 servers(with instance type) and with 5 EBS volumes (st1)

Please let mw know which is correct way to calculate pricing for AWS EDR.

Thanks

1 Answer
0

For AWS Elastic Disaster Recovery (AWS DRS) pricing, the correct approach is Pricing type 2, which involves two main components:

A) Replication costs:

  • AWS DRS charges an hourly fee per replicating server ($0.028 per server per hour)
  • EBS volumes (staging disks) for each source disk being replicated

B) Resources used during drill or recovery:

  • EC2 instances when you launch test or recovery instances
  • EBS volumes attached to those instances

For your specific case with 2 servers and 5 EBS volumes, you would pay for:

  1. AWS DRS service fee for 2 servers
  2. EBS storage costs for 5 staging disks (equal in size to your source volumes)
  3. When you perform drills or actual recovery, you'll also pay for the EC2 instances and their attached EBS volumes during the time they're running

The AWS Pricing Calculator can help you estimate these costs accurately. Note that the calculator provides workload estimates free of charge, with bill estimates offering five free calculations per month (additional estimates cost $2 each).
Sources
Disaster Recovery Pricing | AWS Elastic Disaster Recovery | Amazon Web Services
Generating estimates with Pricing Calculator - AWS Cost Management

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.