DEV Community

Discussion on: Deploying a Full Stack AWS Architecture Using Terraform: Ensuring High Availability in AWS

Collapse
 
ismaelrdemelo profile image
Ismael Rodrigues

How much this would cost in about one month?

Collapse
 
ravindras profile image
Ravindra Singh AWS Community Builders

Estimated Cost Calculations for AWS Services:

Network Load Balancer (NLB):
1 Load Balancer x $0.0239 per hour x 730 hours per month = $17.45 USD

EC2 Instances (m5a.xlarge):
1 Instance x $0.111 per hour x 730 hours in a month = $81.03 USD
For 2 Instances = $81.03 x 2 = $162.06 USD

RDS (db.m4.large) for MySQL:
1 Instance x $0.49 per hour x 730 hours in a month = $357.70 USD

Elastic File System (EFS):
100 GB of storage = $8.78 USD per month

Note: Actual costs may differ based on your specific configuration, resource usage, and AWS pricing changes.