Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muchobien/backup-route53

A Github action to backup Route53.
https://github.com/muchobien/backup-route53

actions aws backup github-actions route53

Last synced: 5 days ago
JSON representation

A Github action to backup Route53.

Awesome Lists containing this project

README

        


CodeQL
build-test

# "Backup Route53" Action For GitHub Actions

A Github action to backup Route53 DNS records.

## Usage

Add the following step to your workflow:

```yaml
- name: Backup Route53
uses: muchobien/backup-route53@v1
with:
excludes: 'example.com' # optional
path: ./muchobien-backup-route53 # optional, default ./muchobien-backup-route53
```

## License Summary

This code is made available under the MIT license.