文件名称:route53-backup-to-s3:将所有Amazon的Route53区域文件备份到S3
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-10 10:14:47
JavaScript
route53备份到s3 将所有Amazon的Route53区域文件备份到S3 设置 安装命令 npm install -g route53-backup-to-s3 如果有服务器,则AWS-SDK将获取您的服务器的IAM凭证。 否则,请使用以下格式的配置文件。 { "accessKeyId": "your-access-key", "secretAccessKey": "your-secret-key", "region": "us-east-1" } 调用文件名aws-credentials.json 。 跑步 route53-backup-to-s3 --config ./aws-credentials.json --s3bucket your-bucket --s3folder your-folder 多凭证 如果需要分隔Route53和S3凭据,请使用--r
【文件预览】:
route53-backup-to-s3-master
----.gitignore(645B)
----package.json(985B)
----bin()
--------cmd.js(1KB)
----LICENSE(34KB)
----index.js(5KB)
----aws-credentials.json.example(114B)
----README.md(1KB)
----tests()
--------index.js(2KB)
----upstart.conf.example(530B)