Create Private Hosted Zone in AWS Route53 or Split Horizon DNS

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • DevOps Online Training Registration form: bit.ly/valaxy-...
    For Online training, connect us on WhatsApp at +91-9642858583
    ============ Online Trainings =========
    Online Trainings:
    DevOps Practitioner Training ► bit.ly/ValaxySMD
    DevOps Internship Training ► bit.ly/ValaxyRPT
    Interview Preparation Sessions ► bit.ly/ValaxyDIP
    Azure DevSecOps Training ► bit.ly/ValaxyADP
    CyberSecurity Training ► bit.ly/ValaxyCST
    Mean Stack Web Development ► bit.ly/ValaxyMSWD
    Python Complete Course ► bit.ly/ValaxyPC
    Data Science Training ► bit.ly/ValaxyDSP
    Linux Shell Scripting ► bit.ly/ValaxyLSS
    Real-time DevOps Project ► bit.ly/ValaxyDRP
    Azure Admin Training ► bit.ly/ValaxyAA
    ============ Udemy Courses =========
    AR Shankar Udemy Courses ► bit.ly/udemysh...
    DevOps Workshop-2 ► bit.ly/udemyde...
    DevOps Project-1 ► bit.ly/udemyde...
    Kubernetes microservices ► bit.ly/udemykube
    Linux for DevOps ► bit.ly/udemyvinux
    Git for DevOps ► bit.ly/udemygi...
    Ansible for DevOps Beginners ► bit.ly/udemyan...
    Maven for DevOps ► bit.ly/udemymaven
    ============ Our Other Courses =========
    Packages:
    Valaxy Ultimate Plan ► bit.ly/ValaxyUP
    DevOps AWS and Python ► bit.ly/ValaxyDAP
    DevOps AWS and Shell Scripting ► bit.ly/ValaxyDAS
    AWS Pack ► bit.ly/ValaxyAP
    Other Courses:
    DevOps Course ► bit.ly/ValaxyDCC
    Azure Administration ► bit.ly/ValaxyAAD
    Production Ready Project ► bit.ly/ValaxyPRP
    Kuberentes Project ► bit.ly/ValaxyKP
    AWS (Amazon Web Services) ► bit.ly/ValaxyAWS
    Python Complete Course ► bit.ly/ValaxyPCC
    Shell Scripting ► bit.ly/ValaxySS
    AWS automation with Boto3 ► bit.ly/ValaxyA...
    Docker & Kubernetes ► bit.ly/ValaxyDK
    Ansible for the DevOps ► bit.ly/ValaxyAD
    DevOps Diploma Program ► bit.ly/ValaxyDDP
    Valaxy PPTs ► bit.ly/ValaxyPPT
    ============ Free resources =========
    DevOps Resumes ► bit.ly/ValaxyDR
    Azure DevOps Resumes ► bit.ly/ValaxyADPR
    Tools to learn in DevOps ► • Which DevOps tools sho...
    ============ Connect with Us =========
    Facebook ► bit.ly/devopsgang
    Instagram ► bit.ly/valaxyinsta
    LinkedIn ► bit.ly/valaxyln
    Website ► www.valaxy.in/
    ► courses.valaxy...
    #Devops #Valaxy #AWS

Комментарии • 12

  • @dhirajbhoyar2771
    @dhirajbhoyar2771 2 года назад

    Very useful !! rather than creating public DNS we can practice most Route53 feature using private internal network

  • @riyazuddinmansuri1452
    @riyazuddinmansuri1452 4 года назад

    Very well explained. What is forward and reversed record set in route53 ?

  • @andersoncarvalho5484
    @andersoncarvalho5484 5 лет назад +1

    Great tutorial! Very useful! Feedback: Improve your sound quality.

    • @ValaxyTechnologies
      @ValaxyTechnologies  5 лет назад

      Thanks, We have improved it in our latest demonstrations. This was almost 18months ago :)

  • @muthuvaidy9899
    @muthuvaidy9899 5 лет назад +2

    Not sure why you have created a Privated hosted zone and assigned instances to the public subnet??? if you are creating a private hosted zone, it will be communicated within your VPC and not from the outside world (internet). Private IP is enough to communicate within the VPC.

    • @ValaxyTechnologies
      @ValaxyTechnologies  5 лет назад

      True it is not necessary to host them in public IP. But the idea of hosted zone is to have the same domain as production workloads and test scenarios without impacting live traffic.
      It is almost always a bad idea to hardwire machines to communicate with IPs, especially for cloud native workloads like containers/microservices.
      Since this is a demonstration and I wanted to quickly show how private hosted zones work and didn't want to bother setting up bastion/jump host to connect to private instances. Instead hosted the machines in public subnet itself.

    • @muthuvaidy9899
      @muthuvaidy9899 5 лет назад

      @@ValaxyTechnologies Thank you for the explanation. After learning about private hosted zones and public hosted zones, I have a curious doubt.
      If i have a resource (custom dns instance or bastion host) in a private hosted zone and i need my On-Prem servers to talk to those instances which are placed in private hosted zone, is that possible? Since private hosted is intended to communicate within VPC is that achievable for hybrid kind of infrastructure???

    • @kanchanpandit278
      @kanchanpandit278 3 года назад

      @@ValaxyTechnologies could you please show how to setup jump host to access instances ?
      Also how can we create multiple records at a time if we have 50 instances suppose.

  • @jarves1231
    @jarves1231 3 года назад

    Currently we have EC2 windows server instances with role installed as Domain Controller and DNS at the same time with DNS as AD integrated. We plan to use Route 53 for just internally. Would it be practical to use Route 53 for private hosted zone setup?

  • @kavacham222
    @kavacham222 3 года назад

    I have one doubt. Then what is thr diff between NATGateway and private hostedzone in route53?. Both can be logged into private zones Right?

  • @krupakarreddy8235
    @krupakarreddy8235 4 года назад

    WHAT IS CNAME record in route53? how it is different from alias record

  • @sureshk9160
    @sureshk9160 2 года назад

    Someone answer me with public VPC or without internet private VPC we should use ?