Being charged for EC2 even under AWS Free Tier pricing - amazon-web-services

I'm new to AWS and just started to use AWS EC2 instances. I feel a lit bit confused of the free tier pricing. It says I can use 750 hours of EC2 freely per month. But it still charged me when my EC2 running hour is 428 hours. Is this billing related to other services?

Related

Can we create new EC2, RDS services under free tier when there are already existing other EC2, RDS instances?

On AWS, I already have an EC2 instance and PostgreSQL RDS which is working fine for more than 2 years. Now I added new EC2 instance and a new PostgreSQL RDS ( both are under free tier ). Later I found that the billing is added to this RDS even though I have selected free tier. Is this possible to create another EC2 and another RDS in the Free Tier when there is a EC2 and RDS running more than 2 years?
The AWS Free Tier is a billing discount provided by AWS. Some discounts are provided only for the first 12 months of an AWS Account, while some apply every month.
For Amazon EC2 instances, the AWS Free Tier provides the following discounts for the first 12 months:
750 hours per month of Linux, RHEL, or SLES t2.micro or t3.micro instance dependent on region
750 hours per month of Windows t2.micro or t3.micro instance dependent on region
For Amazon RDS databases, the AWS Free Tier provides the following discounts for the first 12 months:
750 Hours of Amazon RDS Single-AZ db.t2.micro, db.t3.micro, and db.t4g.micro Instances usage running MySQL, MariaDB, PostgreSQL databases each month (applicable DB engines)
20 GB of General Purpose (SSD) database storage
20 GB of storage for database backups and DB Snapshots
Both discounts are only provided for the first 12 months of your AWS Account. You might have selected services that are "free tier eligible" but they would not be free because your AWS Account is older than 12 months.

AWS RedHat Enterprise EC2 Billing Confusion

Does AWS RHEL EC2 billis per second or per hour?
So If I run an ec2 for 30min, will it be billed for just 30 min? or an hour?
I've seen that aws supports per-second billing for linux, is it applicable for RHEL too? As it has seperate cost assositat with it.
Also using Spot Instances.
So in summery will I be billed by hour or by seconds?
According to faq
https://aws.amazon.com/partners/redhat/faqs/
Whether it is on demand of spot instances
Red Hat Enterprise Linux on Amazon EC2 is offered at either a flat, hourly rate with no commitment (On-Demand or Spot Instances) or through a one-time, upfront payment (Reserved Instances). Both purchase options include Amazon EC2 compute charges and Red

Run micro AWS EC2 and RDS instances simultaneoulsy

I have a small doubt regarding the AWS free micro tier instances. If i run a EC2 micro instance and RDS micro instance for one month (720 hours each) will i get billed since the 750 hours free quota will be crossed when both are combined ?? Or free tier usage is calculated separately for each instances
The free tiers are independent by service, so as long as your EC2 instances don't go over 750 hours per month (and the instance types are eligible), and your RDS instances don't go over 750 hours per month (and the instance types are eligible), you'll be within the free tier.
So in your case, using 720 hours for EC2 and 720 hours for RDS with small enough instances would be free (for the first 12 months of AWS membership).

Charges for "traffic" in EC2 instance?

Is there any changes for "traffic" when using basic version of EC2 instance, by basic I mean:
750 hours per month of Linux, RHEL, or SLES t2.micro instance usage
Traffic: If we setup a server and there are some hits on my server then is there any charge for this setup. I am not using ELB, just EC2 instance with a server on it.
The full pricing for On-Demand Amazon EC2 instances can be found at: https://aws.amazon.com/ec2/pricing/on-demand/
The AWS Free Usage Tier gives 750 hours per month of a t2.micro instance. This means you could run one instance for a full month, or two instances for half a month. Simply stop the instance(s) to stop the charges.
You can have this free usage tier for a Linux AND a Windows instance.
However, please note that there are additional charges that also apply:
Data Transfer: This is charged for data leaving the AWS Region going to the Internet. The free usage tier includes "15 GB of bandwidth out aggregated across all AWS services" in the first 12 months. The EC2 pricing page also says that the first 1 GB/month is free, but I'm not sure if they overlap.
EBS Volume storage: Elastic Block Store (EBS) runs the disks attached to your instance. The free usage tier includes "30 GB of Amazon Elastic Block Storage in any combination of General Purpose (SSD) or Magnetic, plus 2 million I/Os (with EBS Magnetic) and 1 GB of snapshot storage", so you will be charged if your disk storage exceeds this (which is likely if you run both a Windows and a Linux instance). This storage charge continues to apply when an instance is Stopped, but not when an instance is Terminated.
Bottom line: Stop or turn off things when you don't need them. You can also activate a billing alert to warn you when you have been charged some actual money.
Yes, there are varying charges for traffic into and out of your EC2 instance.
in very rough numbers, if you budgeted $0.01 per GB of traffic, you would come in under that, but the complete breakdown is here:
https://aws.amazon.com/ec2/pricing/on-demand/

Is Amazon Web Services autoscaling in terms of price?

I would just like to know if I understand Amazon Web Services correctly. If I have an EC2 instance using the free tier, if my bandwidth or storage goes above the free tier limit, do I only pay per hour whilst it is going above the limit? Do I have to organise an upgrade or does it do it automatically? In other words, do you only pay for what you use?
The AWS Free-Tier is only available to new customers and for 12 months following your AWS sign-up date. If your usage gets exceeds the free-tier you will be paying standard, pay-as-you-go service rates. There is no need of upgradations of account.
Amazon Pricing
Hope it helps :-)