Deleted ec2 instances will be counted in free tier? [duplicate]

0

max 20 instances can be created under free tier. I have created some 18 instances. Again if I want to create a 5more instance it's not possible as it reaches max, so I am planning delete 3 and create another 5. So will it count that 3 deleted instance or won't be any problem?

asked 5 years ago667 views
2 Answers
0
Accepted Answer

In AWS free tier account, you can delete and recreate another t2.micro instance without being charged for it. But make sure you are not exceeding 750 hours per month.

answered 5 years ago
0

Hello,

Thank you for showing your interest in AWS Forums.

Few of the AWS services, like as Amazon EC2, Amazon RDS, and Elastic Load Balancing, charge for usage on an hourly basis. The free tier for these services provides you with a monthly allotment of hours for the first 12 months only. For example, the free tier for Amazon EC2 provides you with 750 hours usage of Linux (any combination of t2.micro and t1.micro instances, with a initial limit of 20 instance - which can be modified from https://console.aws.amazon.com/ec2/v2/home?region=us-east-1#Limits: ), plus 750 hours usage of Windows (any combination of t2.micro and t1.micro instances). How you divide this allotment is up to you.

For example, you can use one Linux instance continuously for a month, or 10 Linux instances for 75 hours a month.

Related links : Free Tier Limits
https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/free-tier-limits.html#hourly-limits
https://aws.amazon.com/free/?all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc

I hope the above has provided some insight on the matter.

If there's something that you're concerned about please do post here and we'll do our best to find out/clarify for you.

answered 5 years 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.

Guidelines for Answering Questions