Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purpleclay/dns53
Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately
https://github.com/purpleclay/dns53
aws bubbletea cli dns dns-record dynamic ec2 phz private route53 tui
Last synced: 2 months ago
JSON representation
Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately
- Host: GitHub
- URL: https://github.com/purpleclay/dns53
- Owner: purpleclay
- License: mit
- Created: 2022-06-11T05:45:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:14:33.000Z (7 months ago)
- Last Synced: 2024-06-19T13:41:06.360Z (5 months ago)
- Topics: aws, bubbletea, cli, dns, dns-record, dynamic, ec2, phz, private, route53, tui
- Language: Go
- Homepage: https://docs.purpleclay.dev/dns53/
- Size: 2.69 MB
- Stars: 36
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- charm-in-the-wild - dns53 - Dynamic DNS with Amazon Route53; expose your EC2 quickly, securely and privately. (_built with Bubble Tea_) (Applications / Cloud and DevOps)
README
# dns53
Dynamic DNS within Amazon Route 53. Expose your EC2 quickly, easily, and privately within a Route 53 Private Hosted Zone (PHZ).
Easily collaborate with a colleague by exposing your EC2 within a team VPC. You could even hook up a locally running application to a local k3d cluster using an ExternalName service during development. Once your EC2 is exposed, control how it is accessed through your EC2 security groups.
Written in Go, dns53 is incredibly small and easy to install.
https://user-images.githubusercontent.com/106762954/200760788-f0d78147-9e3f-4f7d-8606-1050895597dc.mp4
## Badges
[![Build status](https://img.shields.io/github/actions/workflow/status/purpleclay/dns53/ci.yml?style=flat-square&logo=go)](https://github.com/purpleclay/dns53/actions?workflow=ci)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](/LICENSE)
[![Go Report Card](https://goreportcard.com/badge/github.com/purpleclay/dns53?style=flat-square)](https://goreportcard.com/report/github.com/purpleclay/dns53)
[![Go Version](https://img.shields.io/github/go-mod/go-version/purpleclay/dns53.svg?style=flat-square)](go.mod)## Documentation
Check out the latest [documentation](https://purpleclay.github.io/dns53/)