Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS: Unused Elastic IP charges

I had 2 elastic IPs assigned to my account for use with 2 different instances. For some reason, I had to take down my instance(terminate) which unassigned the IP assigned to it and made it free on my account but not automatically released (as mentioned in the docs).

I'm wondering whether this unassigned Elastic IP will cost me even if i don't re-assign it to any instance. I know there is no harm in releasing the IP(which I did) but this is a topic I couldn't find an answer. There are few posts I found on google that do talk about reducing AWS bills and a mention of pro-rata charges for >1 elastic IPs to an instance but nowhere did I find about the charges for an unassigned Elastic IP.

P.S: I know networking questions are off topic. But this one doesn't essentially talk about a networking concept. This one definitely doesn't fit in ServerFault or SuperUser. BTW, I did follow Practical Cloud Computing, hope it will move to next phase soon.

like image 270
Fr0zenFyr Avatar asked Jun 15 '16 11:06

Fr0zenFyr


1 Answers

You will be charged "$0.005 per Elastic IP address not associated with a running instance per hour on a pro rata basis"

Please find the associated documentation about the pricing at https://aws.amazon.com/ec2/pricing/

like image 132
Shibashis Avatar answered Sep 24 '22 19:09

Shibashis