remove identifying data from route53 and ddns docs

This commit is contained in:
2024-10-11 11:13:07 -04:00
parent b7cd952c47
commit 05534234c7
10 changed files with 61 additions and 327 deletions

View File

@@ -0,0 +1,31 @@
{
"Comment": "CREATE/UPSERT/DELETE a record ",
"Changes": [
{
"Action": "UPSERT",
"ResourceRecordSet": {
"Name": "something.myhost.com",
"Type": "AAAA",
"TTL": 300,
"ResourceRecords": [
{
"Value": "abcd:abcd:abcd:abcd:abcd:abcd:abcd:abcd"
}
]
}
},
{
"Action": "UPSERT",
"ResourceRecordSet": {
"Name": "another.myhost.com",
"Type": "AAAA",
"TTL": 300,
"ResourceRecords": [
{
"Value": "c0de:c0de:c0de:c0de:c0de:c0de:c0de:c0de"
}
]
}
}
]
}