Is instance that created from my own AMI Free Tier eligibility? [closed] - amazon-web-services

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I created my own intance and made AMI from it. Then, I deleted the old instance and created the new one with the AMI.
Here's the problem. I have been tracking my billing. It hasn't been eligible to Free Tier. This December, I spent almost $11 for EC2. I've used only EC2, I checked others services already.
Note that my first created instance is Micro instance with Ubuntu 13.
Do you have any ideas what does it come from?

Make sure you use a t1.micro instance otherwise you are not eligible for the free tier. Also make sure your EBS volume is < 30GB otherwise you will be charged.

Related

Stopped aws services [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I created a free account since more time to test aws services. Last week I started 2 ec2 instances and I created an EKS cluster. After one day I found 26€ as billing.
I removed all EC2 instances, the cluster EKS, the users that I created them, the users-group, I deleted every thing from the account. But the billing is still increasing without any running service. Now I have 40€. I created an incident to aws support but I don't now when they will answer me.
Do you have an idea please ? thanks
You can see exactly what you are being billed for by visiting the billing console. If you look at the bills page it will default to the current month.

AWS EBS reservation pricing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
We are running EC2 instance with 1.5TB storage (EBS) attached. We are now about to reserve EC2 instance to get the lower price. Does the discount on reservation exist on EBS price as well?
I found information about discounts on EC2 reservation, but could not find if that discount refers to the whole EC2, together with attached EBS? Or is there no discount on reserved EBS?
EBS does not have reserved pricing like reserved ec2 instances.
NOTE: You are charged for storage allocated whether your instance is running or not.
References
See more about pricing here: Amazon EBS Pricing

AWS Free Tier Instances - Running two instances [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Can I run a EC2, t2.micro instance & a RDS db.t2.micro instance, parallel & continuously a whole month ?
Or is it I can only run one of them ?
I know both of them have 750 hours of up time available in the free tier. But I'm bit confused whether it is (EC2 OR RDS) or (EC2 & RDS) in the free tier.
Yes, you are able to run these parallel.
See free tier terms for more information.

On Demand Linux t2.micro Instance Hour [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I'm hosting several websites on AWS and got the charge of On Demand Linux t2.micro Instance Hour for 690hrs. I've totally no idea about when I asked for this on demand instance. Is it like my free tier instance has used up so it automatically cost the on demand instance?
Also another question is how can I know which website/ec2 instance actually cost me the on demand instance hour. I strongly believe that none of my website has large traffic.
Complete information about your billing in details you may receive on a page https://console.aws.amazon.com/billing/home
Also, check the following - have you launched one more t2.micro instance? You have possibility to use free t2.micro instance for 750 hours per month, it means that you may have only one non-stop working instance per month.
Please, check, maybe you have set up autoscaling group that launched one more instance for you and forgot to disable it?

Will Amazon EC2 still charge me if I stop all instances? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have terminated all my instances in AWS, but didn't receive any information that my service of the
m1.small
was shut down.
I was wondering if I will still be charged by the AWS?
You will be charged for the time that those instances were up.
You won't be charged any more for those instances if you have terminated them.
If you want to be absolutely certain and will not need the AWS services anymore, you can always close your AWS account.
Pricing is per instance-hour consumed for each instance, from the time an instance is launched until it is terminated or stopped. Each partial instance-hour consumed will be billed as a full hour.
Amazon Pricing Details
When it is terminated or stopped, there will be no charge.