Click any tag below to further narrow down your results
Links
Amazon Route 53 Resolver now allows private access through AWS PrivateLink, enabling users to manage its features without using the public internet. This includes operations like creating and managing DNS records securely over the Amazon network. It is available in all VPCs and supports various AWS regions, including GovCloud.
AWS introduced Accelerated Recovery for Route 53, allowing DNS changes within 60 minutes during service disruptions in the US East (N. Virginia) region. This feature helps businesses maintain continuity by enabling critical DNS management even when facing outages. Users can easily enable it through the AWS Management Console without changing existing setups.
Amazon Route 53 Resolver endpoints now support DNS delegation for private hosted zones, allowing users to delegate authority for subdomains between on-premises infrastructure and the cloud. This simplifies DNS management for organizations by removing the need for complex conditional forwarding rules. The feature is globally available at no additional cost in supported AWS regions.
The article discusses creating a dynamic DNS solution using AWS Route 53 and native tools like AWS CLI, bash, and jq, focusing on minimizing dependencies and maintaining security through a least privilege IAM policy. It outlines the setup process, including a cron job with SystemD for periodic IP updates without relying on outdated third-party tools. The author emphasizes the concept of "living-off-the-land" in cybersecurity, using legitimate software to build safer systems.