Google cloud free-tier 2nd instance - google-cloud-platform

I created a free tier instance in Google cloud and still running it.
Just asking if I create a 2nd free-tier instance would it be free too?

It's not a question of number of instances, but the number of hours that your instance(s) are running per month. You can found the description here
Your Free Tier f1-micro instance limit is by time, not by instance. Each month, eligible use of all of your f1-micro instances is free until you have used a number of hours equal to the total hours in the current month. Usage calculations are combined across the supported regions.

Related

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

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.

Is f1-micro VM machine type forever free?

When I try to create an f1-micro package, below the month fees appears this message:
Your first 720 hours of f1-micro instance usage are free this month.
Currently is November, which has 30 days. 720 divided by 30 is 24 hours. It appears as the f1-micro package is for free the whole month.
I tried looking up for some information online, but I wasn't able to find any helpful information. It looks like the f1-micro is always free for the first month. Now, the question is, if the f1-micro will be for free even after this period. Have anyone some experience with this?
UPDATE(Aug, 2021): From Augest 1st, 2021, the Free Tier F1-micro VM is changing to the E2-micro VM as the VM to use for free. On August 1, 2021, E2-micro Free Tier will be introduced. Follow these steps to change your machine type to E2-micro to avoid incurring charges for continuing to use F1-micro after August 31, 2021.
Yes, a single f1-micro instance falls within the "Always Free Tier" and will be free for the entire month (the number of hours adjusts per month), as long as it is in one of the allowed regions (As of this writing, that means us-west1, us-central1, or us-east1). Also note that the disk image for this instance will also be free, as long as it is 30GB or less and not SSD.
This program is not limited to the current month -- it renews every month (though of course the # of hours are slightly different each month). At least, until Google changes the terms of the program :)
Additionally, when GCP starts charging for external IP addresses at the beginning of 2020, a single external IP address, as long as it is in use, will also be free for the entire month.
It is important to note that the always free tier is not set up as "1 instance" it is set up as a number of instance hours (or instance months, or ip-address-months). So, you could run 3 instances concurrently for a third of a month as well (as long as they each only had no more than a 30GB disk attached each -- the limit of total disk usage is 30GB-months).
Finally, while some services (such as certain click to deploy Cloud Platform marketplace solutions) directly consume GCE resources and therefore are able to benefit from the GCE free tier, others do not, even though they specify instance types. For example, a micro Cloud SQL instance will not be within the free tier. GKE also cannot operate fully in free tier, as Google no longer supports f1-micro node pools for GKE.

Amazon EC2 Free Tier when will "COMPUTE" exceeds its limitation?

I'm new to AWS and trying to learn its concepts. This one is really confusing to me about the AWS Free Tier.
This says 750 hours of free COMPUTE each month, (24 hours * 31 days = 744 hours).
My question is when will I end up overusing it? As I don't want to pay any money in first year.
The full description is:
750 hours per month of Linux, RHEL, or SLES t2.micro instance usage
This can be used as one instance running all the time, or two instances running for 375 hours or 10 instances running for 75 hours, etc. It is applied as a billing discount, giving the first 750 hours at no charge.
If you run ONE t2.micro instance, then there will be no charge for the instance during the first year.
However, there might be some associated charges such as Amazon EBS Volumes, Elastic IP addresses (if not attached to a running instance), data transfer, snapshots and T2 Unlimited. There is a free tier for each of these, but charges will apply if the free tier is exceeded.

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

This question already has answers here:
Amazon EC2 Free tier - how many instances can I run [closed]
(5 answers)
Closed 4 years ago.
I have created instances in AWS free tier account. Hope 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?
With AWS free tier, you can run a maximim of 750 free machine hours of micro instances. There shouldn't be a "maximum number of instances". You will just be billed for usage of micro instances that exceeds 750 hours per month, which would be equivalent to one micro instance running 24x7. You'd also be billed normally for any of the larger instance configurations.
For reference: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/free-tier-limits.html#hourly-limits
Very similar question answered: Amazon EC2 Free tier - how many instances can I run
you have to check aws details for free teir you have to read all limits there 750 hours are free in ec2
https://aws.amazon.com/free/faqs/
you can check this out for more info
you will be charged on your usages based.
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.

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