SlideShare a Scribd company logo
@mikiT_T
@mikiT_T
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
@     IN   SOA     ns1.baking.jp. root@ns1.baking.jp. ( ... )
      IN   NS      ns1.baking.jp.
      IN   A       111.89.176.107
      IN   AAAA    2001:200:1c8:1bb:2ac:1bff:fe8d:9c4f!
           :             :
egg   IN   A       204.236.228.219
egg   IN   MX 10   egg
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
% curl -O http://awsmedia.s3.amazonaws.com/
catalog/attachments/dnscurl.pl
% chmod +x dnscurl.pl
% vi ~/.aws-secrets


    %awsSecretAccessKeys = (
        "my-aws-account" => {
            id => "A...Q",
            key => "E...U",
        },
    );

% chmod 600 ~/.aws-secrets
% sudo yum -y install perl-Digest-HMAC
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会
% vi MyCreateRequest.xml
 <CreateHostedZoneRequest xmlns="https://route53.amazonaws.com/
 doc/2010-10-01/">
    <Name>cloudgirl.baking.jp.</Name>
    <CallerReference>cloudgirl</CallerReference>
    <HostedZoneConfig>
       <Comment>here is a comment</Comment>
    </HostedZoneConfig>
 </CreateHostedZoneRequest>


% ./dnscurl.pl --keyname my-aws-account --
-H "Content-Type: text/xml; charset=UTF-8"
-X POST --upload-file ./
MyCreateRequest.xml https://
route53.amazonaws.com/2010-10-01/
hostedzone
<?xml version="1.0"?>
<CreateHostedZoneResponse xmlns="https://
route53.amazonaws.com/doc/2010-10-01/"><HostedZone><Id>/
hostedzone/Z3OV9VJIQVXT95</Id>
<Name>cloudgirl.baking.jp.</Name>
<CallerReference>cloudgirl</CallerReference>
<Config><Comment>here is a comment</Comment></Config></
HostedZone><ChangeInfo><Id>/change/C19FDVQALMKN4T</
Id><Status>PENDING</Status>
<SubmittedAt>2011-01-27T06:35:06.610Z</SubmittedAt>
</ChangeInfo><DelegationSet><NameServers>
<NameServer>ns-1657.awsdns-15.co.uk</NameServer>
<NameServer>ns-753.awsdns-30.net</NameServer>
<NameServer>ns-1505.awsdns-60.org</NameServer>
<NameServer>ns-258.awsdns-32.com</NameServer></
NameServers></DelegationSet></CreateHostedZoneResponse>
$ ./dnscurl.pl --keyname my-aws-account -- https://
route53.amazonaws.com/2010-10-01/hostedzone/
Z3OV9VJIQVXT95
0.0%
<?xml version="1.0"?>
<GetHostedZoneResponse xmlns="https://
route53.amazonaws.com/doc/2010-10-01/">
<HostedZone><Id>/hostedzone/Z3OV9VJIQVXT95</Id>
<Name>cloudgirl.baking.jp.</Name>
<CallerReference>cloudgirl</CallerReference>
<Config><Comment>here is a comment</Comment></Config></
HostedZone><DelegationSet><NameServers>
<NameServer>ns-1657.awsdns-15.co.uk</NameServer>
<NameServer>ns-753.awsdns-30.net</NameServer>
<NameServer>ns-1505.awsdns-60.org</NameServer>
<NameServer>ns-258.awsdns-32.com</NameServer></
NameServers></DelegationSet></GetHostedZoneResponse>
% dig cloudgirl.baking.jp soa
@ns-1657.awsdns-15.co.uk +norec +short
ns-1657.awsdns-15.co.uk. awsdns-
hostmaster.amazon.com. 1 7200 900
1209600 86400

% dig cloudgirl.baking.jp ns
@ns-1657.awsdns-15.co.uk +norec +short
ns-258.awsdns-32.com.
ns-753.awsdns-30.net.
ns-1505.awsdns-60.org.
ns-1657.awsdns-15.co.uk.
% vi MyRecordsRequest.xml
 <?xml version="1.0" encoding="UTF-8"?>
 <ChangeResourceRecordSetsRequest xmlns="https://
 route53.amazonaws.com/doc/2010-10-01/">
  <ChangeBatch><Comment>here is a comment</Comment>
   <Changes><Change>
    <Action>CREATE</Action>
    <ResourceRecordSet>
    <Name>www.cloudgirl.baking.jp.</Name>
    <Type>A</Type><TTL>14400</TTL>
     <ResourceRecords><ResourceRecord>
       <Value>204.236.228.219</Value>
     </ResourceRecord></ResourceRecords>
   </ResourceRecordSet>
  </Change></Changes></ChangeBatch>
 </ChangeResourceRecordSetsRequest>
% ./dnscurl.pl --keyname my-aws-account -- -H
"Content-Type: text/xml; charset=UTF-8" -X
POST --upload-file ./MyRecordsRequest.xml
https://route53.amazonaws.com/2010-10-01/
hostedzone/Z3OV9VJIQVXT95/rrset
0.0%
<?xml version="1.0"?>
<ChangeResourceRecordSetsResponse
xmlns="https://route53.amazonaws.com/doc/
2010-10-01/"><ChangeInfo><Id>/change/
CZEDHHNT49Q1J</Id><Status>PENDING</
Status><SubmittedAt>2011-01-27T07:22:57.672Z</
SubmittedAt></ChangeInfo></
ChangeResourceRecordSetsResponse>
% dig www.cloudgirl.baking.jp a
@ns-1657.awsdns-15.co.uk +norec +short
204.236.228.219
@     IN   SOA     ns1.baking.jp. root@ns1.baking.jp. ( ... )
      IN   NS      ns1.baking.jp.
      IN   A       111.89.176.107
      IN   AAAA    2001:200:1c8:1bb:2ac:1bff:fe8d:9c4f!
           :             :
egg   IN   A       204.236.228.219
egg   IN   MX 10   egg
;for AWS Route53
cloudgirl IN NS ns-258.awsdns-32.com.
cloudgirl IN NS ns-753.awsdns-30.net.
cloudgirl IN NS ns-1505.awsdns-60.org.
cloudgirl IN NS ns-1657.awsdns-15.co.uk.
% dig www.cloudgirl.baking.jp a +short
204.236.228.219
% vi RecordDelete.xml
 <?xml version="1.0" encoding="UTF-8"?>
 <ChangeResourceRecordSetsRequest xmlns="https://
 route53.amazonaws.com/doc/2010-10-01/">
  <ChangeBatch><Comment>here is a comment</Comment>
   <Changes><Change>
    <Action>DELETE</Action>
    <ResourceRecordSet>
    <Name>www.cloudgirl.baking.jp.</Name>
    <Type>A</Type><TTL>14400</TTL>
     <ResourceRecords><ResourceRecord>
       <Value>204.236.228.219</Value>
     </ResourceRecord></ResourceRecords>
   </ResourceRecordSet>
  </Change></Changes></ChangeBatch>
 </ChangeResourceRecordSetsRequest>
% ./dnscurl.pl --keyname my-aws-account -- -H
"Content-Type: text/xml; charset=UTF-8" -X
POST --upload-file ./DeleteRecord.xml https://
route53.amazonaws.com/2010-10-01/hostedzone/
Z3OV9VJIQVXT95/rrset
0.0%
<?xml version="1.0"?>
<ChangeResourceRecordSetsResponse
xmlns="https://route53.amazonaws.com/doc/
2010-10-01/"><ChangeInfo><Id>/change/
C1XANU2J92F97U</Id><Status>PENDING</
Status><SubmittedAt>2011-01-27T08:57:10.761Z</
SubmittedAt></ChangeInfo></
ChangeResourceRecordSetsResponse>
$ dig www.cloudgirl.baking.jp

; <<>> DiG 9.7.0-P2-RedHat-9.7.0-5.P2.6.amzn1 <<>>
www.cloudgirl.baking.jp
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36539
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1,
ADDITIONAL: 0

;; QUESTION SECTION:
;www.cloudgirl.baking.jp.!   IN! A

;; AUTHORITY SECTION:
cloudgirl.baking.jp.!900!IN! SOA!ns-1657.awsdns-15.co.uk.
awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400

;;   Query time: 288 msec
;;   SERVER: 172.16.0.23#53(172.16.0.23)
;;   WHEN: Thu Jan 27 08:57:52 2011
;;   MSG SIZE rcvd: 128
% ./dnscurl.pl --keyname my-aws-account -- -X
DELETE https://route53.amazonaws.com/
2010-10-01/hostedzone/Z3OV9VJIQVXT95
0.0%
<?xml version="1.0"?>
<DeleteHostedZoneResponse xmlns="https://
route53.amazonaws.com/doc/
2010-10-01/"><ChangeInfo><Id>/change/
CDRHBQU3K6NR8</Id><Status>PENDING</
Status><SubmittedAt>2011-01-27T10:17:19.487Z</
SubmittedAt></ChangeInfo></
DeleteHostedZoneResponse>
% dig www.cloudgirl.baking.jp a
@ns-1657.awsdns-15.co.uk +norec

; <<>> DiG 9.7.0-P2-
RedHat-9.7.0-5.P2.6.amzn1 <<>>
www.cloudgirl.baking.jp a
@ns-1657.awsdns-15.co.uk +norec
;; global options: +cmd
;; connection timed out; no servers
could be reached
2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会

More Related Content

PDF
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটি
DOC
Tomcat ssl 設定
PPTX
Automating Windows Azure
PPTX
How to Install Odoo 11 on Ubuntu 16.04?
PPTX
A 2-2 php on windows azure
PPTX
PHP on Windows Azure
PDF
On connection lost
PDF
Developing Python Apps on Windows Azure
WordPress Security - ওয়ার্ডপ্রেসের সিকিউরিটি
Tomcat ssl 設定
Automating Windows Azure
How to Install Odoo 11 on Ubuntu 16.04?
A 2-2 php on windows azure
PHP on Windows Azure
On connection lost
Developing Python Apps on Windows Azure

What's hot (20)

PDF
Migrating to Openshift - Reyhan Fabianto
ODP
Remove php calls and scale your site like crazy !
PDF
Windows PowerShell Basics - How To List PSDrive Info
PDF
Ansibleではじめるサーバー・ネットワークの自動化 (Ansible2.7情報つき)2018/10/12
PDF
Gazelle - Plack Handler for performance freaks #yokohamapm
PDF
How To Disable IE Enhanced Security Windows PowerShell
PPTX
Building Python Applications on Windows Azure
PDF
Top Node.js Metrics to Watch
PPTX
How to scheduled jobs in a cloudera cluster without oozie
PDF
Booting Weblogic - OOW14
PDF
AnsibleではじめるNW設定の自動化について - Cisco(VIRL)編 -
PDF
Ansibleではじめるサーバー・ネットワークの自動化(2019/02版)
PDF
Php vulnerability presentation
PDF
Installing spark 2
PPTX
How to create a multi tenancy for an interactive data analysis
PDF
WebDriver Waits
PDF
Using Groovy with Jenkins
PDF
How To Connect To Active Directory PowerShell
PPTX
Installing odoo v8 from github
PDF
Implicit and Explicit waits in Selenium WebDriwer, how to.
Migrating to Openshift - Reyhan Fabianto
Remove php calls and scale your site like crazy !
Windows PowerShell Basics - How To List PSDrive Info
Ansibleではじめるサーバー・ネットワークの自動化 (Ansible2.7情報つき)2018/10/12
Gazelle - Plack Handler for performance freaks #yokohamapm
How To Disable IE Enhanced Security Windows PowerShell
Building Python Applications on Windows Azure
Top Node.js Metrics to Watch
How to scheduled jobs in a cloudera cluster without oozie
Booting Weblogic - OOW14
AnsibleではじめるNW設定の自動化について - Cisco(VIRL)編 -
Ansibleではじめるサーバー・ネットワークの自動化(2019/02版)
Php vulnerability presentation
Installing spark 2
How to create a multi tenancy for an interactive data analysis
WebDriver Waits
Using Groovy with Jenkins
How To Connect To Active Directory PowerShell
Installing odoo v8 from github
Implicit and Explicit waits in Selenium WebDriwer, how to.
Ad

Recently uploaded (20)

PPTX
observCloud-Native Containerability and monitoring.pptx
PDF
STKI Israel Market Study 2025 version august
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPT
Module 1.ppt Iot fundamentals and Architecture
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PDF
Hybrid model detection and classification of lung cancer
PPTX
Tartificialntelligence_presentation.pptx
PPTX
Modernising the Digital Integration Hub
PPTX
Chapter 5: Probability Theory and Statistics
PDF
A novel scalable deep ensemble learning framework for big data classification...
PDF
A comparative study of natural language inference in Swahili using monolingua...
PDF
1 - Historical Antecedents, Social Consideration.pdf
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
observCloud-Native Containerability and monitoring.pptx
STKI Israel Market Study 2025 version august
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Assigned Numbers - 2025 - Bluetooth® Document
Module 1.ppt Iot fundamentals and Architecture
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Final SEM Unit 1 for mit wpu at pune .pptx
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
Hybrid model detection and classification of lung cancer
Tartificialntelligence_presentation.pptx
Modernising the Digital Integration Hub
Chapter 5: Probability Theory and Statistics
A novel scalable deep ensemble learning framework for big data classification...
A comparative study of natural language inference in Swahili using monolingua...
1 - Historical Antecedents, Social Consideration.pdf
Group 1 Presentation -Planning and Decision Making .pptx
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Programs and apps: productivity, graphics, security and other tools
Univ-Connecticut-ChatGPT-Presentaion.pdf
Ad

2011/1/27 Amazon Route53 使ってみた@第1回クラウド女子会

  • 6. @ IN SOA ns1.baking.jp. root@ns1.baking.jp. ( ... ) IN NS ns1.baking.jp. IN A 111.89.176.107 IN AAAA 2001:200:1c8:1bb:2ac:1bff:fe8d:9c4f! : : egg IN A 204.236.228.219 egg IN MX 10 egg
  • 10. % curl -O http://awsmedia.s3.amazonaws.com/ catalog/attachments/dnscurl.pl % chmod +x dnscurl.pl % vi ~/.aws-secrets %awsSecretAccessKeys = ( "my-aws-account" => { id => "A...Q", key => "E...U", }, ); % chmod 600 ~/.aws-secrets % sudo yum -y install perl-Digest-HMAC
  • 15. % vi MyCreateRequest.xml <CreateHostedZoneRequest xmlns="https://route53.amazonaws.com/ doc/2010-10-01/"> <Name>cloudgirl.baking.jp.</Name> <CallerReference>cloudgirl</CallerReference> <HostedZoneConfig> <Comment>here is a comment</Comment> </HostedZoneConfig> </CreateHostedZoneRequest> % ./dnscurl.pl --keyname my-aws-account -- -H "Content-Type: text/xml; charset=UTF-8" -X POST --upload-file ./ MyCreateRequest.xml https:// route53.amazonaws.com/2010-10-01/ hostedzone
  • 16. <?xml version="1.0"?> <CreateHostedZoneResponse xmlns="https:// route53.amazonaws.com/doc/2010-10-01/"><HostedZone><Id>/ hostedzone/Z3OV9VJIQVXT95</Id> <Name>cloudgirl.baking.jp.</Name> <CallerReference>cloudgirl</CallerReference> <Config><Comment>here is a comment</Comment></Config></ HostedZone><ChangeInfo><Id>/change/C19FDVQALMKN4T</ Id><Status>PENDING</Status> <SubmittedAt>2011-01-27T06:35:06.610Z</SubmittedAt> </ChangeInfo><DelegationSet><NameServers> <NameServer>ns-1657.awsdns-15.co.uk</NameServer> <NameServer>ns-753.awsdns-30.net</NameServer> <NameServer>ns-1505.awsdns-60.org</NameServer> <NameServer>ns-258.awsdns-32.com</NameServer></ NameServers></DelegationSet></CreateHostedZoneResponse>
  • 17. $ ./dnscurl.pl --keyname my-aws-account -- https:// route53.amazonaws.com/2010-10-01/hostedzone/ Z3OV9VJIQVXT95 0.0% <?xml version="1.0"?> <GetHostedZoneResponse xmlns="https:// route53.amazonaws.com/doc/2010-10-01/"> <HostedZone><Id>/hostedzone/Z3OV9VJIQVXT95</Id> <Name>cloudgirl.baking.jp.</Name> <CallerReference>cloudgirl</CallerReference> <Config><Comment>here is a comment</Comment></Config></ HostedZone><DelegationSet><NameServers> <NameServer>ns-1657.awsdns-15.co.uk</NameServer> <NameServer>ns-753.awsdns-30.net</NameServer> <NameServer>ns-1505.awsdns-60.org</NameServer> <NameServer>ns-258.awsdns-32.com</NameServer></ NameServers></DelegationSet></GetHostedZoneResponse>
  • 18. % dig cloudgirl.baking.jp soa @ns-1657.awsdns-15.co.uk +norec +short ns-1657.awsdns-15.co.uk. awsdns- hostmaster.amazon.com. 1 7200 900 1209600 86400 % dig cloudgirl.baking.jp ns @ns-1657.awsdns-15.co.uk +norec +short ns-258.awsdns-32.com. ns-753.awsdns-30.net. ns-1505.awsdns-60.org. ns-1657.awsdns-15.co.uk.
  • 19. % vi MyRecordsRequest.xml <?xml version="1.0" encoding="UTF-8"?> <ChangeResourceRecordSetsRequest xmlns="https:// route53.amazonaws.com/doc/2010-10-01/"> <ChangeBatch><Comment>here is a comment</Comment> <Changes><Change> <Action>CREATE</Action> <ResourceRecordSet> <Name>www.cloudgirl.baking.jp.</Name> <Type>A</Type><TTL>14400</TTL> <ResourceRecords><ResourceRecord> <Value>204.236.228.219</Value> </ResourceRecord></ResourceRecords> </ResourceRecordSet> </Change></Changes></ChangeBatch> </ChangeResourceRecordSetsRequest>
  • 20. % ./dnscurl.pl --keyname my-aws-account -- -H "Content-Type: text/xml; charset=UTF-8" -X POST --upload-file ./MyRecordsRequest.xml https://route53.amazonaws.com/2010-10-01/ hostedzone/Z3OV9VJIQVXT95/rrset 0.0% <?xml version="1.0"?> <ChangeResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/ 2010-10-01/"><ChangeInfo><Id>/change/ CZEDHHNT49Q1J</Id><Status>PENDING</ Status><SubmittedAt>2011-01-27T07:22:57.672Z</ SubmittedAt></ChangeInfo></ ChangeResourceRecordSetsResponse>
  • 21. % dig www.cloudgirl.baking.jp a @ns-1657.awsdns-15.co.uk +norec +short 204.236.228.219
  • 22. @ IN SOA ns1.baking.jp. root@ns1.baking.jp. ( ... ) IN NS ns1.baking.jp. IN A 111.89.176.107 IN AAAA 2001:200:1c8:1bb:2ac:1bff:fe8d:9c4f! : : egg IN A 204.236.228.219 egg IN MX 10 egg ;for AWS Route53 cloudgirl IN NS ns-258.awsdns-32.com. cloudgirl IN NS ns-753.awsdns-30.net. cloudgirl IN NS ns-1505.awsdns-60.org. cloudgirl IN NS ns-1657.awsdns-15.co.uk.
  • 23. % dig www.cloudgirl.baking.jp a +short 204.236.228.219
  • 24. % vi RecordDelete.xml <?xml version="1.0" encoding="UTF-8"?> <ChangeResourceRecordSetsRequest xmlns="https:// route53.amazonaws.com/doc/2010-10-01/"> <ChangeBatch><Comment>here is a comment</Comment> <Changes><Change> <Action>DELETE</Action> <ResourceRecordSet> <Name>www.cloudgirl.baking.jp.</Name> <Type>A</Type><TTL>14400</TTL> <ResourceRecords><ResourceRecord> <Value>204.236.228.219</Value> </ResourceRecord></ResourceRecords> </ResourceRecordSet> </Change></Changes></ChangeBatch> </ChangeResourceRecordSetsRequest>
  • 25. % ./dnscurl.pl --keyname my-aws-account -- -H "Content-Type: text/xml; charset=UTF-8" -X POST --upload-file ./DeleteRecord.xml https:// route53.amazonaws.com/2010-10-01/hostedzone/ Z3OV9VJIQVXT95/rrset 0.0% <?xml version="1.0"?> <ChangeResourceRecordSetsResponse xmlns="https://route53.amazonaws.com/doc/ 2010-10-01/"><ChangeInfo><Id>/change/ C1XANU2J92F97U</Id><Status>PENDING</ Status><SubmittedAt>2011-01-27T08:57:10.761Z</ SubmittedAt></ChangeInfo></ ChangeResourceRecordSetsResponse>
  • 26. $ dig www.cloudgirl.baking.jp ; <<>> DiG 9.7.0-P2-RedHat-9.7.0-5.P2.6.amzn1 <<>> www.cloudgirl.baking.jp ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36539 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 ;; QUESTION SECTION: ;www.cloudgirl.baking.jp.! IN! A ;; AUTHORITY SECTION: cloudgirl.baking.jp.!900!IN! SOA!ns-1657.awsdns-15.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 ;; Query time: 288 msec ;; SERVER: 172.16.0.23#53(172.16.0.23) ;; WHEN: Thu Jan 27 08:57:52 2011 ;; MSG SIZE rcvd: 128
  • 27. % ./dnscurl.pl --keyname my-aws-account -- -X DELETE https://route53.amazonaws.com/ 2010-10-01/hostedzone/Z3OV9VJIQVXT95 0.0% <?xml version="1.0"?> <DeleteHostedZoneResponse xmlns="https:// route53.amazonaws.com/doc/ 2010-10-01/"><ChangeInfo><Id>/change/ CDRHBQU3K6NR8</Id><Status>PENDING</ Status><SubmittedAt>2011-01-27T10:17:19.487Z</ SubmittedAt></ChangeInfo></ DeleteHostedZoneResponse>
  • 28. % dig www.cloudgirl.baking.jp a @ns-1657.awsdns-15.co.uk +norec ; <<>> DiG 9.7.0-P2- RedHat-9.7.0-5.P2.6.amzn1 <<>> www.cloudgirl.baking.jp a @ns-1657.awsdns-15.co.uk +norec ;; global options: +cmd ;; connection timed out; no servers could be reached