Init
This commit is contained in:
9
Career/Others/AWS Cheatsheet.md
Normal file
9
Career/Others/AWS Cheatsheet.md
Normal 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
|
||||
Reference in New Issue
Block a user