From a150119eab36a546e0dd3feea1945f25ace15f97 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Mon, 23 Jan 2023 10:28:36 +0000 Subject: [PATCH] Added AWS CLI Route53 cheat sheet --- cheat-sheets/Route53-AWS-CLI-examples.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-sheets/Route53-AWS-CLI-examples.adoc b/cheat-sheets/Route53-AWS-CLI-examples.adoc index 18affab..ccb4987 100644 --- a/cheat-sheets/Route53-AWS-CLI-examples.adoc +++ b/cheat-sheets/Route53-AWS-CLI-examples.adoc @@ -67,7 +67,7 @@ servers. The `caller-reference` you set is used for identifying this request in logs etc. and can be arbitrary string. == Add A record to a zone -While mainly expected to store the A record in JSON format in a local file, we +While mainly expected to store the record in JSON format in a local file, we can specify the record(s) to add explicitly with `--change-batch`. Let's add A record _www.example334455.com_ wtih TTL of 600, pointing to IP _1.2.3.4_: