SprightlySoft - Connecting you to the cloud.
 

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.
Amazon AWSAccessKeyId  
Amazon AWSSecretAccessKey  


Actions on Hosted Zones

GET ListHostedZones

This function lists your Amazon Route 53 hosted zones.
Documentation: GET ListHostedZones

Parameters:
Marker  
MaxItems  



Responses:

 

POST CreateHostedZone

Creates a new hosted zone.
Documentation: POST CreateHostedZone

Parameters:
Name  
CallerReference  
Comment  



Responses:

 

GET GetHostedZone

Retrieves information about a hosted zone.
Documentation: GET GetHostedZone

Parameters:
HostedZoneId  



Responses:

 

DELETE DeleteHostedZone

Deletes a hosted zone.
Documentation: DELETE DeleteHostedZone

Parameters:
HostedZoneId  



Responses:

Actions on Resource Records Sets

GET ListResourceRecordSets

Lists your resource record sets.
Documentation: GET ListResourceRecordSets

Parameters:
HostedZoneId  
Type  
Name  
maxitems  


Responses:

 

POST ChangeResourceRecordSets

Create or change authoritative DNS information.
Documentation: POST ChangeResourceRecordSets

Parameters:
HostedZoneId  
Action  
Name  
Type  
TTL  
ResourceRecordValue  



Responses:

 

GET GetChange

Returns the current state of a change request.
Documentation: GET GetChange

Parameters:
ChangeId  



Responses:

 
© 2024  SprightlySoft