Skip to content

General Question: can i use an apex domain with this tool? #973

Answered by crazy-max
miguelarios asked this question in Q&A
Discussion options

You must be logged in to vote

@mar005 Sure you could do this with something like this:

credentials:
  accessKeyID: "ABCDEFGHIJKLMNO123456"
  secretAccessKey: "abcdefgh123456IJKLMN+OPQRS7890+ABCDEFGH"

route53:
  hostedZoneID: "ABCEEFG123456789"
  recordsSet:
    - name: "example.com."
      type: "A"
      ttl: 300
    - name: "ddns.example.com."
      type: "A"
      ttl: 300

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by crazy-max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #174 on May 04, 2023 22:52.