1 Answer
- Newest
- Most votes
- Most comments
2
Your AWS managed KMS keys are not charged to you for storage, as long as they are not being used. If they are being used, you'll be billed per API call. Source: https://aws.amazon.com/kms/pricing/
It looks like under "RD", you're referring to the RDS Default Parameter Groups (more on those here: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html). RDS Parameter Groups are not billed. Source: https://aws.amazon.com/rds/pricing/
answered 2 years ago
Relevant content
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago
Thank you for responding.