11

My free AWS account expired. I deleted all S3 and EC2 resources, but am wandering if I can leave the Key Pairs and Security Groups without having to pay for them. (My account resources look like this now: Resources)

Amazon's documentation does not seem to mention this issue.

Do these resources cost money?

boardrider
  • 889
  • 2
  • 15
  • 26

3 Answers3

14

There should be no charge for either of those things.

It's a bit of a stretch to call them "resources." In the world of AWS, and in contrast to the other items on that list, those items are more like "metadata." (The same logic applies to Placement Groups.) You'll potentially need them if you launch future instances, but they aren't consuming anything resource-wise at AWS except for a tiny amount of storage, which isn't billable to my knowledge but I am unable to cite any authoritative documentation saying so.

Michael - sqlbot
  • 21,988
  • 1
  • 57
  • 81
  • Thanks @Michael. BTW, Re: "_my knowledge_" - seems I'm not the only one who couldn't determine Amazon's position on this point... – boardrider Dec 23 '14 at 16:35
  • @user1656850 true enough, but I would suggest that the absence of documented charges also speaks fairly loudly, considering that AWS is not known for cramming undocumented, unexpected charges onto bills. I didn't want to speak authoritatively without a citation to offer. – Michael - sqlbot Dec 23 '14 at 17:23
3

You can See in your AWS Billing Dashboard There no Additional cost of securities group.

Billing Details

-3

Check out this like to AWS Pricing documentation relative to Key Management. https://aws.amazon.com/kms/pricing/

It looks like AWS will charge $1 per month for each Key Pair.