Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-route53: add page #8606

Merged
merged 7 commits into from Oct 11, 2022
Merged

aws-route53: add page #8606

merged 7 commits into from Oct 11, 2022

Conversation

yuriskinfo
Copy link
Contributor

@yuriskinfo yuriskinfo commented Oct 1, 2022

Hi everyone,
adding a new page for AWS Route53 CLI tool.
Thanks
Yuri.

N.B. I was thinking of showing how to add an A record to a zone, unfortunately, it requires the input to be in JSON (on CLI or from file), so not sure if it suits here. E.g.:

aws route53 change-resource-record-sets --hosted-zone-id {{zone_id}} --change-batch ' {
"Comment": "Adding A record",
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"Name": "www.example.com",
"Type": "A",
"TTL": 600,
"ResourceRecords": [
{
"Value": "1.2.3.4"
}
]
}
}
]
}
'

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

Hi everyone, 
adding a new page for AWS Route53 CLI tool.
Thanks
Yuri.

N.B. I was thinking of showing how to add an A record to a zone, unfortunately, it requires the input to be in JSON (on CLI or from file),
so not sure if it suits here. E.g.:

- Add A record www.example.com to the zone file "example.com":

aws route53 change-resource-record-sets --hosted-zone-id {{zone_id}} --change-batch '
{
"Comment": "Adding A record",
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"Name": "www.example.com",
"Type": "A",
"TTL": 600,
"ResourceRecords": [
{
"Value": "1.2.3.4"
}
]
}
}
]
}
'
@github-actions github-actions bot added the new command Issues requesting creation of a new page. label Oct 1, 2022
@tldr-bot

This comment was marked as outdated.

Fixed URL link.
@kbdharun kbdharun mentioned this pull request Oct 2, 2022
@kbdharun kbdharun requested a review from Waples October 2, 2022 06:18
pages/common/aws-route53.md Outdated Show resolved Hide resolved
pages/common/aws-route53.md Outdated Show resolved Hide resolved
pages/common/aws-route53.md Outdated Show resolved Hide resolved
yuriskinfo and others added 3 commits October 3, 2022 09:36
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
@yuriskinfo yuriskinfo requested review from navarroaxel and removed request for Waples October 3, 2022 06:38
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
pages/common/aws-route53.md Outdated Show resolved Hide resolved
@navarroaxel navarroaxel merged commit a133069 into tldr-pages:main Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants