-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reduced_Cost_Estimate.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 12 should actually have 9 columns, instead of 2 in line 11.
17 lines (14 loc) · 2.35 KB
/
Reduced_Cost_Estimate.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Group hierarchy,Region,Description,Service,Upfront,Monthly,First 12 months total,Currency,Configuration summary
My Estimate,US East (N. Virginia),VPC main,VPN Connection,0,0,0.00,USD,Working days per month (22)
My Estimate,US East (N. Virginia),VPC main,Network Address Translation (NAT) Gateway,0,33.53,402.36,USD,Number of NAT Gateways (1)
My Estimate,US East (N. Virginia),VPC main,Data Transfer,0,1.35,16.20,USD,"DT Inbound: Not selected (0 TB per month), DT Outbound: Internet (15 GB per month), DT Intra-Region: (0 TB per month), Data transfer cost (1.35)"
My Estimate,US East (N. Virginia),,Amazon CloudFront,0,2513.8,30165.60,USD,"Data transfer out to internet (30 TB per month), Number of requests (HTTPS) (5000000 per month)"
My Estimate,US East (N. Virginia),,S3 Standard,0,706.56,8478.72,USD,S3 Standard storage (30 TB per month)
My Estimate,US East (N. Virginia),,Data Transfer,0,0,0.00,USD,
My Estimate,US East (N. Virginia),Web Servers main,Amazon EC2,0,533.25,6399.00,USD,"Operating system (Linux), Quantity (50), Pricing strategy (EC2 Instance Savings Plans 1 Year No Upfront), Storage amount (30 GB), Instance type (t4g.small)"
My Estimate,US East (N. Virginia),App Servers main,Amazon EC2,0,1066.5,12798.00,USD,"Operating system (Linux), Quantity (100), Pricing strategy (EC2 Instance Savings Plans 1 Year No Upfront), Storage amount (30 GB), Instance type (t4g.small)"
My Estimate,US East (N. Virginia),DB main,Amazon RDS for MySQL,0,687.3,8247.60,USD,"Storage for each RDS instance (General Purpose SSD (gp2)), Storage amount (30 GB), Quantity (2), Instance type (db.m1.large), Utilization (On-Demand only) (100 %Utilized/Month), Deployment option (Multi-AZ), Pricing strategy (OnDemand), Additional backup storage (20 GB)"
My Estimate,US East (N. Virginia),LB main,Application Load Balancer,0,266.45,3197.40,USD,Number of Application Load Balancers (2)
I reduced the number of Web servers (EC2) from 100 to 50, and the number of App Servers (EC2) from 200 to 100. I also reduced the number of DB instances from 5 to 2. The new setup after the reduction has a reduced capacity hence some users might need to retry some requests during the peak hours.
Acknowledgement
"* AWS Pricing Calculator provides only an estimate of your AWS fees and doesn't include any taxes that might apply. Your actual fees depend on a variety of factors, including your actual usage of AWS services."