Initialize connection to Route 53 DNS service
options parameter must include values for :aws_access_key_id and :aws_secret_access_key in order to create a connection
dns = Fog::AWS::DNS.new( :aws_access_key_id => your_aws_access_key_id, :aws_secret_access_key => your_aws_secret_access_key )
Use this action to create or change your authoritative DNS information for a zone
Creates a new hosted zone
calls to be retried without the risk of executing the operation twice
Delete a hosted zone
returns the current state of a change request
retrieve information about a hosted zone
Describe all or specified instances
list your resource record sets