This commit is contained in:
2025-10-25 20:11:21 +02:00
commit fd37421245
700 changed files with 211892 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
created: 2025-01-09 13:45
updated: 2025-07-04 07:19
---
### Export a hosted zone from Route53
```bash
aws route53 list-resource-record-sets --hosted-zone-id {{zone-id}} --output json > zone.json
```
#Snippets #AWS