Reputation: 1753
I am trying to launch an EC2 instance in AWS. While configuring the storage it asks me for "Size (GiB)". What is the free tier limit of this size? I want to launch t2.medium instance so what is the limit of the free size for it? For example if I put 40 as value there will I get charged more? I am learning deployment process hence it can be a novice question.
Thanks in advance.
Upvotes: 1
Views: 246
Reputation: 1842
you have a free storage limit of 30gb in a t2.micro instance, so when using a larger value, you'll be charged.
Upvotes: 1
Reputation: 46839
The only free tier eligible EC2 instance size is the t2.micro, so yes, if you launch an t2.medium you will be charged.
Upvotes: 1