Skip to content

lablink dns records

eberrigan edited this page Jun 24, 2025 · 1 revision

LabLink DNS Records

This document outlines the DNS records currently in use for the LabLink services under the sleap.ai domain. These records are managed via Route 53 and point to pre-allocated Elastic IPs associated with different deployment environments.


🌐 Subdomains and A Records

Subdomain Type IP Address TTL Description EIP Tag
lablink.sleap.ai A 44.247.165.126 300 Production allocator lablink-eip-prod
dev.lablink.sleap.ai A 34.208.206.60 300 Development environment lablink-eip-dev
test.lablink.sleap.ai A 100.20.149.17 300 Testing environment lablink-eip-test

🧭 Name Servers (NS)

These name servers are delegated to the lablink.sleap.ai hosted zone in AWS Route 53:

  • ns-158.awsdns-19.com.
  • ns-697.awsdns-23.net.
  • ns-1839.awsdns-37.co.uk.
  • ns-1029.awsdns-00.org.

TTL: 172800 seconds


⚙️ Start of Authority (SOA) Record

Field Value
Primary NS ns-158.awsdns-19.com.
Admin Email awsdns-hostmaster.amazon.com.
Serial 1
Refresh 7200 seconds
Retry 900 seconds
Expire 1209600 seconds
Minimum TTL 86400 seconds

🔐 Notes

  • These records are publicly resolvable via DNS tools like dig or nslookup.
  • DNS entries are managed manually in Route 53.
  • EIPs must be pre-allocated in AWS and correctly tagged (e.g., lablink-eip-prod).
  • Please contact the infrastructure maintainer before making changes.
Clone this wiki locally