0
votes

i am experimenting AWS and would like to deploy a spring boot app on EC2(Linux) and connecting to mysql db instance created with RDS . as per the reference AWS freetier

i have query for the scenario, to stay in free tier slab,

  • ec2 instance + RDS mysql instance running time >=750 hours or
  • Each ec2 instance instance running time >=750 hours and RDS mysql instance running time >=750 hours(parllely running both rds instance and ec2 instance for 750hours/month)

thanks for the support.

1

1 Answers

2
votes

The usage limits of each service are independent.

Within the first 12 months of an AWS account, you would receive:

  • 750 hours per month of Linux, RHEL, or SLES t2.micro instance usage
  • 750 Hours per month of db.t2.micro database usage (applicable DB engines)
  • etc, all as 'AND' (not 'OR')