Can I shift an existing EC2 instance to free-tier? - amazon-web-services

I made a free tier server on my account and configured it there. Then I had to shift the server to my client's account I made an image of that server and copied it to my client's account so that I wouldn't have to configure all of it again. Turns out it kept all the configurations EXCEPT the free-tier one.
So is there a way for me to make this ec2 instance free tier? Or do I have to build a free tier ec2 from scratch again?

Launch the instance in free tier using AMI(Image of the) as you already have the AMI with you.
And there is no way to move existing instance to free tier,just terminate it after launching the new one in free tier.

The AWS Free Tier is a billing discount.
For Amazon EC2, it provides:
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
So, each month, any usage that matches the above is not charged (up to the appropriate number of hours). This means you could run one Linux instance for an entire month, or two instances for half a month, or even 30 instances for 1 day.
You cannot nominate specific resources to be included in the Free Tier. It is calculated based upon total usage, so might cover multiple EC2 resources.

Related

AWS - using p2x.large on free tier

I am new to AWS and I am confused about the usage limits for EC2 instances. I am a free tier user. I want to use p2x.large and I have submitted a request for limit increase. If it gets approved and I use it, will I be charged? Is there is limit up to which it is free?
To cite the official website:
AWS Free Tier includes 750 hours of both Linux and Windows t2.micro
instances each month for one year for new AWS customers. To stay
within the Free Tier, use only t2.micro instances.
You can read that on this page. The answer to your question is thus yes, you will be charged if you use a p2x.large instance.
AWS free tier include only t2.micro and t3.micro EC2 instances.
In this link, AWS explains that:
For Linux:
750 hours per month of Linux, RHEL, or SLES t2.micro or t3.micro instance dependent on region
and, for Windows instances:
750 hours per month of Windows t2.micro or t3.micro instance dependent on region

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).

EC 2 free tier charges

I have an Amazon AWS account, with a few EC2 running instances (3) in different locations. I subscribed the 12 month trial. Suddenly, my billing dashboard started to stack up costs, updating every day.
The instances are virtual machines with windows server 2012, all configured under the free tier settings. I use them mainly form testing, with few downloads/uploads and streaming.
They Are charging for a few bucks for data transfer,and also a reasonable amount described as EC2.
I've read somewhere that one could create more than one EC2, and for what i supposed, the 750 hours limit is for each instance, But this probably is Wrong.
So, what can one do and not do, under the free Absolutely free tier limit ?
Based on the documentation you can run 750 hours of a Linux t2.micro or t1.micro instance plus 750 hours of a Windows t2.micro or t1.micro instance each month for the first 12 months under the free tier. So in your case you have exceeded the free tier limitations, by starting 3 Windows Server 2012 instances and keep them running more than 2/3 of the month.
Since AWS Free Tier involves 750hrs of Free Time per month, you could ideally start 750 EC2 instances, 1 hour/per month.

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/

Can I create new free amazon instance after one year?

I created free amazon ec2 instance with IP X, one year later this instance get expired.
Now after that can I again create new free instance with ip Y?
My uses is very limited and covered up within free limit. What pre caution should be taken while using this free instances?
The AWS Free Tier for Amazon EC2 instances is valid for 12 months after you created your account. Details are available at http://aws.amazon.com/free/
For EC2, you have 750h/month of t2.micro Linux or Windows instance. This is equivalent to one instance running 24/7 or 2 instances 12h per day etc ...
If you create a new AWS Account today, you will get another year of free tier with that account