AWS Route 53 Step Template

Hello,

I have a few questions regarding the AWS Route 53 step template setup. Currently I would like to implement this feature in Octopus Deploy to automate the process of creating the DNS Record in Route 53. My questions are about the resource record address. What should this address be?

Thanks

Hi Brian,

Thanks for getting in touch.

Unfortunately, as this is a community step template and not one of Octopus’ official steps, this is not something we can provide direct support for, other than reviewing the help text provided from the step template’s library page itself: http://library.octopus.com/step-templates/9271327d-6e8a-49d1-881a-3925c75aef56/actiontemplate-aws-create-a-route-53-resource-record

Resource Address
odResourceAddress
The Address (IP or Domain Name) of the Resource you would like the Resource Record to point to. For example:

8.8.8.8 (e.g. A Record)
webserver01.example.com (e.g. CNAME Record)

You can also review the code directly (on that page above) down in the “Script body” section (see the “Show script” link), as this allows you to see exactly what this step template is doing behind the scenes in PowerShell.

If that doesn’t help, our recommendation would be to contact the author of this step template directly from their GitHub page (which in this case looks to be https://github.com/tclydesdale) as they’ll be best suited to advise on their step’s use.

Sorry we can’t be of more help.

Cheers
Mark