 Amazon Route 53 API Caller
Amazon Route 53 is a scalable Domain Name System (DNS) web service. It provides
secure and reliable routing to your infrastructure that uses Amazon Web Services
(AWS) products, such as Amazon Elastic Compute Cloud (Amazon EC2), Elastic Load
Balancing, or Amazon Simple Storage Service (Amazon S3). You can also use Amazon
Route 53 to route users to your infrastructure outside of AWS.
For more information see Amazon Route 53 Developer Guide.
The following application allows you to interact with the Amazon Route 53 API.
The source code for this application is included with the free AWS Component for .NET.
Enter you Amazon AWS credentials below.
Actions on Hosted Zones
GET ListHostedZones
This function lists your Amazon Route 53 hosted zones.
Documentation: GET ListHostedZones
Parameters:
Responses:
POST CreateHostedZone
Creates a new hosted zone.
Documentation: POST CreateHostedZone
Parameters:
Responses:
GET GetHostedZone
Retrieves information about a hosted zone.
Documentation: GET GetHostedZone
Parameters:
Responses:
DELETE DeleteHostedZone
Deletes a hosted zone.
Documentation: DELETE DeleteHostedZone
Parameters:
Responses:
Actions on Resource Records Sets
GET ListResourceRecordSets
Lists your resource record sets.
Documentation: GET ListResourceRecordSets
Parameters:
Responses:
POST ChangeResourceRecordSets
Create or change authoritative DNS information.
Documentation: POST ChangeResourceRecordSets
Parameters:
Responses:
GET GetChange
Returns the current state of a change request.
Documentation: GET GetChange
Parameters:
Responses:
|