TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DNS server that lets you look up EC2 instances by instance name

96 pointsby cirwinover 10 years ago

3 comments

ak217over 10 years ago
This is very cool! I love the idea of having a structured way to incorporate tags and roles into DNS aliases.<p>However, since DNS is just about the most critical infrastructure service you can have, I want to point out that most of this can be accomplished nowadays with Route 53 internal DNS by syncing tags and roles into CNAMEs on Route 53.<p>The difference to me is that even if your syncing daemon goes down, your DNS is still up (it&#x27;s hard to imagine a situation where Route 53 is down without something even more fundamental being down on EC2).
评论 #8219717 未加载
评论 #8219809 未加载
评论 #8221704 未加载
guidedlightover 10 years ago
What is the performance like? When you receive a DNS query for an instance that the API hasn&#x27;t cached, what happens to the latency?
kylequestover 10 years ago
Need to add &quot;in Go&quot; to the title to get to the top of HN :-)