AWS Route 53
Networking

AWS Route 53 Connector

Manage DNS hosted zones, record sets, and health checks.

$pip install "toolsconnector[route53]"
15
Actions
Networking
Category
Free
Apache 2.0

All 15 Actions

Action Description Parameters Returns
change_tags_for_resourceChange tags for a resourceresource_type, resource_id  [add_tags, remove_tag_keys]dict
create_health_checkCreate a health checkfqdn  [port, type, resource_path, request_interval, failure_threshold]R53HealthCheck
create_hosted_zoneCreate a hosted zonename  [caller_reference, comment]R53HostedZone
delete_health_check ⚠Delete a health checkhealth_check_iddict
delete_hosted_zone ⚠Delete a hosted zonehosted_zone_idR53ChangeInfo
delete_record ⚠Delete a DNS recordhosted_zone_id, name, record_type  [ttl, values]R53ChangeInfo
get_health_checkGet a health checkhealth_check_idR53HealthCheck
get_hosted_zoneGet a hosted zonehosted_zone_idR53HostedZone
get_hosted_zone_countGet hosted zone countint
list_health_checksList health checkslist
list_hosted_zonesList hosted zoneslist
list_resource_record_setsList resource record setshosted_zone_id  [record_type, record_name]list
list_tags_for_resourceList tags for a resourceresource_type, resource_iddict
test_dns_answerTest a DNS answerhosted_zone_id, record_name, record_typedict
upsert_recordCreate or update a DNS recordhosted_zone_id, name, record_type  [ttl, values, alias_target]R53ChangeInfo
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing