Reputation: 61
I was creating a Deep Learning AMI Amazon EC2 instance.
I have a free tier account. Under this I am eligible up to 30 GiB space. However, the new Deep Learning ubuntu AMI launched by Amazon has snapshot size of 50 GiB.
So, if I select this AMI, I will be charged. Is there any way or I have to choose Ubuntu Linux instance and manually install Libraries such as keras,tensorflow etc?
Upvotes: 1
Views: 1499
Reputation: 269111
Yes, that disk volume requires 50 GB of storage. In US regions, storage is 10c/GB/month so it would cost $5/month. You can reduce costs by deleting the EC2 instance (and the EBS volume) when it is not required (but you will lose any information you saved on it).
Actually, the free tier would cover the first 30GB, so you'd probably pay only $2/month for the excess.
Also, please note that you do not have a "free tier account". The account is a normal AWS account. However, new AWS accounts qualify for free tiers of usage within their first 12 months. If you exceed the free amounts, then you will be charged normal prices for the extra services consumed.
Upvotes: 1