Request Certificate in account A for a domain hosted in account B with DNS validation #4469
Labels
@aws-cdk/aws-certificatemanager
Related to Amazon Certificate Manager
feature-request
A feature should be added or improved.
It should be possible to create certificates for domains that are hosted in different accounts.
Use Case
We're having accounts per teams as most aws customers I believe. In our main account we're having our main company domain which is used for most public services. Currently we're already using a lambda function to create and validate a certificate. It runs in the teams account has has access to the main account with a role.
Proposed Solution
The lambda function provided by cdk does the creation of the cert and the route53 record for validation in the same account. Being able to pass a role for the other account would be one solution.
Another solution would be to easily define a custom lambda function. Then we would be able to use the rest of cdk but our own lambda logic.
The text was updated successfully, but these errors were encountered: