> For the complete documentation index, see [llms.txt](https://arcgis-enterprise-jumpstart.geomarvel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arcgis-enterprise-jumpstart.geomarvel.com/step3.md).

# Step 3: Setup Route 53 with an A-Record

[Amazon Route 53](https://aws.amazon.com/route53/faqs/) allows for creation and management of your public Domain Name System (DNS) records. Like a contacts list on your phone, Route 53 allows you manage the IP addresses listed for your domain names within the Internet’s DNS contacts list. Route 53 answers requests to translate specific domain names into their corresponding IP addresses, and can be used to create DNS records for a new domain, or to transfer DNS records for an existing domain.

## Steps to Setup Route 53 with an A-Record

* **Copy Elastic IP from the 'Instance Description'**
* **Go to Route 53 from AWS Main Page**
* **Select 'Hosted Zones'**
* **Select 'Desired Hosted Zone'**&#x20;
  * **e.g. geomarvel.com**

![](/files/-LG221nHlCdIKapGgaWs)

* **Select 'Create Record Set'**

![](/files/-LG22AiGrFEK7SLUUhg3)

![](/files/-LG22E9UvGMm1G9mrbwE)

* **Enter desired 'Name' for the new Record Set**
* **Input Elastic IP into 'Value' field**
* **Then select 'Create'**

Now that we've completed the setup for Route 53 with an A-record, it's time to log into the AWS Instance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arcgis-enterprise-jumpstart.geomarvel.com/step3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
