Skip to content

Can I use AWS EKS under the new Free Tier credit-based model without being charged?

-1

Hi, I’m exploring the new AWS Free Tier that gives $100 upfront and an additional $100 after completing certain tasks.

I want to experiment with Amazon EKS (Elastic Kubernetes Service) under this Free Tier. I understand that EKS is not included in the always-free services, but I’d like to confirm:

If I deploy EKS and keep my total usage (including control plane, EC2 worker nodes, etc.) under the $100 or $200 credits, will I still be able to use it without being billed?

Are there any hidden or non-credit-covered costs I should be aware of when using EKS during this credit-based free tier period?

Will my account be closed automatically if I’m on the Free Plan and my credits run out while EKS is still running?

Thanks in advance for your help!

1 Answer
0

You are correct that Amazon EKS is not part of the always-free services, but you can use it during your Free Tier period as long as your total usage remains within the available $100–$200 in promotional credits. This includes charges for the EKS control plane, EC2 instances used as worker nodes, EBS volumes, data transfer, and any other associated resources.

There are a few important considerations:

  • The EKS control plane incurs a fixed cost (approximately $0.10 per hour per cluster in most regions).
  • Worker nodes (EC2), load balancers, storage, and network data transfer can add up quickly depending on your configuration.
  • Some third-party marketplace charges or services not covered by credits may still be billed separately.

As long as your account has active credits, AWS will apply those automatically to eligible charges. Once your Free Tier credits are fully consumed, you will begin incurring charges unless you manually stop or terminate the running resources.

Importantly, your account will not be closed automatically if your credits run out. However, it’s your responsibility to monitor usage and avoid unexpected charges by setting up budgets and billing alerts through AWS Budgets.

I recommend reviewing your usage regularly via the Billing and Cost Explorer dashboards, and terminating unused resources promptly to stay within the Free Tier limits.

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.