I have a valid SSL/TLS certificate in my AWS account, but it's not marked as 'In Use.' I'm trying to figure out what steps I need to take to apply this certificate to my resource. Specifically, I want to use it for my RDS database. Any help would be appreciated!
3 Answers
To make your SSL/TLS certificate 'In Use,' you need to attach it to a supported AWS service, like Elastic Load Balancer (ELB), CloudFront, or API Gateway. Unfortunately, RDS databases can't directly use SSL certificates like that, so you won't be able to apply it directly to your RDS instance.
What resource are you trying to apply it to? If it's RDS, keep in mind that RDS uses its own SSL certificates for encryption. You may just need to connect using their certificate rather than trying to attach your own.
Thanks for the advice! What should I do to set it up correctly?
Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux