[API/SDK] How can I get the DNS that I should assign to the verified domain?

0

Hello, I'm using the SDK (PHP). When I add a new domain via SDK, where can I retrieve the DNS entry that I must create when registering/authorizing a new SES domain. I didn't find this information in the AWS documentation.

https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/php/example_code/ses/Add_Domain.php

Thank u!

asked 22 days ago95 views
2 Answers
0

Hello.

The domain to be verified with "verifyDomainIdentity" must be obtained by you at a domain registrar such as Route53 or Cloudflare.
The following document describes how to obtain a domain with Route53.
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html

By the way, please note that when acquiring a domain with Route53, the fees listed in the document below will be charged.
https://d32ze2gidvkk54.cloudfront.net/Amazon_Route_53_Domain_Registration_Pricing_20140731.pdf?v=uzxhq

profile picture
EXPERT
answered 22 days ago
0

Hello, I think I expressed myself badly.

I already have the test.com domain, when I add this email via API to Amazon SES (Identities), I would like to know which DNS entry (via API) I should insert into Cloudflare.

Thank u!

answered 21 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions