Difference between revisions of "Aws route53"
Jump to navigation
Jump to search
(8 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
* https://docs.aws.amazon.com/cli/latest/reference/route53/index.html | * https://docs.aws.amazon.com/cli/latest/reference/route53/index.html | ||
− | ==Basic commands== | + | == Basic commands == |
* <code>[[aws route53 list-hosted-zones]]</code> | * <code>[[aws route53 list-hosted-zones]]</code> | ||
− | *<code>[[aws route53 list-resource-record-sets]]</code> | + | * <code>[[aws route53 list-resource-record-sets]]</code> |
− | *<code>[[aws route53 change-resource-record-sets]] --hosted-zone-id ZXXXXXXXXXXX --change-batch file://sample.json</code> | + | * <code>[[aws route53 change-resource-record-sets]] --hosted-zone-id ZXXXXXXXXXXX --change-batch file://sample.json</code> |
+ | * <code>[[aws route53 create-hosted-zone]]</code> | ||
+ | * <code>[[aws route53 get-hosted-zone]]</code> | ||
+ | == All == | ||
− | ==Related terms== | + | activate-key-signing-key |
+ | associate-vpc-with-hosted-zone | ||
+ | change-resource-record-sets | ||
+ | change-tags-for-resource | ||
+ | create-health-check | ||
+ | [[create-hosted-zone]] | ||
+ | create-key-signing-key | ||
+ | create-query-logging-config | ||
+ | create-reusable-delegation-set | ||
+ | create-traffic-policy | ||
+ | create-traffic-policy-instance | ||
+ | create-traffic-policy-version | ||
+ | create-vpc-association-authorization | ||
+ | deactivate-key-signing-key | ||
+ | delete-health-check | ||
+ | delete-hosted-zone | ||
+ | delete-key-signing-key | ||
+ | delete-query-logging-config | ||
+ | delete-reusable-delegation-set | ||
+ | delete-traffic-policy | ||
+ | delete-traffic-policy-instance | ||
+ | delete-vpc-association-authorization | ||
+ | disable-hosted-zone-dnssec | ||
+ | disassociate-vpc-from-hosted-zone | ||
+ | enable-hosted-zone-dnssec | ||
+ | get-account-limit | ||
+ | get-change | ||
+ | get-checker-ip-ranges | ||
+ | get-dnssec | ||
+ | get-geo-location | ||
+ | get-health-check | ||
+ | get-health-check-count | ||
+ | get-health-check-last-failure-reason | ||
+ | get-health-check-status | ||
+ | get-hosted-zone | ||
+ | get-hosted-zone-count | ||
+ | get-hosted-zone-limit | ||
+ | get-query-logging-config | ||
+ | get-reusable-delegation-set | ||
+ | get-reusable-delegation-set-limit | ||
+ | get-traffic-policy | ||
+ | get-traffic-policy-instance | ||
+ | get-traffic-policy-instance-count | ||
+ | list-geo-locations | ||
+ | list-health-checks | ||
+ | list-hosted-zones | ||
+ | list-hosted-zones-by-name | ||
+ | list-hosted-zones-by-vpc | ||
+ | list-query-logging-configs | ||
+ | list-resource-record-sets | ||
+ | list-reusable-delegation-sets | ||
+ | list-tags-for-resource | ||
+ | list-tags-for-resources | ||
+ | list-traffic-policies | ||
+ | list-traffic-policy-instances | ||
+ | list-traffic-policy-instances-by-hosted-zone | ||
+ | list-traffic-policy-instances-by-policy | ||
+ | list-traffic-policy-versions | ||
+ | list-vpc-association-authorizations | ||
+ | test-dns-answer | ||
+ | update-health-check | ||
+ | update-hosted-zone-comment | ||
+ | update-traffic-policy-comment | ||
+ | update-traffic-policy-instance | ||
+ | wait | ||
+ | |||
+ | == Related terms == | ||
* [[Cloudformation]]: <code>[[AWS::Route53::RecordSet]]</code> | * [[Cloudformation]]: <code>[[AWS::Route53::RecordSet]]</code> | ||
+ | * <code>[[oci dns]]</code> | ||
==See also== | ==See also== | ||
* {{aws route53}} | * {{aws route53}} | ||
+ | * {{tf route53}} | ||
[[Category:AWS]] | [[Category:AWS]] | ||
[[Category:Networking]] | [[Category:Networking]] |
Latest revision as of 07:59, 2 February 2023
Contents
Basic commands[edit]
aws route53 list-hosted-zones
aws route53 list-resource-record-sets
aws route53 change-resource-record-sets --hosted-zone-id ZXXXXXXXXXXX --change-batch file://sample.json
aws route53 create-hosted-zone
aws route53 get-hosted-zone
All[edit]
activate-key-signing-key associate-vpc-with-hosted-zone change-resource-record-sets change-tags-for-resource create-health-check create-hosted-zone create-key-signing-key create-query-logging-config create-reusable-delegation-set create-traffic-policy create-traffic-policy-instance create-traffic-policy-version create-vpc-association-authorization deactivate-key-signing-key delete-health-check delete-hosted-zone delete-key-signing-key delete-query-logging-config delete-reusable-delegation-set delete-traffic-policy delete-traffic-policy-instance delete-vpc-association-authorization disable-hosted-zone-dnssec disassociate-vpc-from-hosted-zone enable-hosted-zone-dnssec get-account-limit get-change get-checker-ip-ranges get-dnssec get-geo-location get-health-check get-health-check-count get-health-check-last-failure-reason get-health-check-status get-hosted-zone get-hosted-zone-count get-hosted-zone-limit get-query-logging-config get-reusable-delegation-set get-reusable-delegation-set-limit get-traffic-policy get-traffic-policy-instance get-traffic-policy-instance-count list-geo-locations list-health-checks list-hosted-zones list-hosted-zones-by-name list-hosted-zones-by-vpc list-query-logging-configs list-resource-record-sets list-reusable-delegation-sets list-tags-for-resource list-tags-for-resources list-traffic-policies list-traffic-policy-instances list-traffic-policy-instances-by-hosted-zone list-traffic-policy-instances-by-policy list-traffic-policy-versions list-vpc-association-authorizations test-dns-answer update-health-check update-hosted-zone-comment update-traffic-policy-comment update-traffic-policy-instance wait
Related terms[edit]
See also[edit]
Advertising: