10 lines
220 B
Markdown
10 lines
220 B
Markdown
---
|
|
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
|