I am all the way in America, you are like an angel in this planet for showing all of this so easy. The long demos are the best. Whoever sees this will have an advantage in the workforce.
@RohanAroraAWS4 жыл бұрын
Thanks a lot @catharsis222. Appreciate it. It is only because of your time and effort you're investing while going through these videos, you're able to grasp basic yet important concepts of AWS. Keep it up and feel free to post your questions if you have any.
@arifinshamsul44275 жыл бұрын
Best ever tutorial on route 53!! Thanks a lot.
@RohanAroraAWS4 жыл бұрын
Thanks a lot Arifin...
@chiraglathiyachiraglathiya4 жыл бұрын
Awesome Lab, It solved my many doubts & thanks for explain every small concepts in detail. looking forward to another awesome concept of AWS. thank you.
@anjalis19262 жыл бұрын
Salute to you, no words for your appreciation 👏👏👏👏
@Urvi_Chathura2 жыл бұрын
Excellent explanation with demo on every routing policy. Thankyou!
@Nareshmanam4585 жыл бұрын
Excellent video Thanks a lot please keep posting on other AWS Services. Good presentation
@RohanAroraAWS4 жыл бұрын
Thanks a lot Naresh...
@devips51022 жыл бұрын
Excellent Sir. I completed the tutorial
@siddharthojha99274 жыл бұрын
Excellent explanation of Route53, and you have also a soothing voice and a good accent as an Indian guy. and will hope that you will do such great explanations in future also.
@rajjat0014 жыл бұрын
Hi Rohan, thanks a ton buddy for this awesome video. You have explained it in the most easiest possible way. This explanation has definitely cleared the concept pretty thoroughly for us. Thanks again buddy will be going through your other videos as well for more learning.
@RohanAroraAWS4 жыл бұрын
Thanks a lot for watching my videos. Feel free to put questions along the way.
@Dillinger865 жыл бұрын
what recorset do I pick?
@BullishBuddy4 жыл бұрын
thumbs up before watching
@srujanareddy86234 жыл бұрын
Excellent. Waiting for the upcoming videos.
@alxx7363 жыл бұрын
Hi ! I have a question, according to the Aws Documentation, they say that Route 53 operates from Edge Locations : "Additionally, you can leverage AWS services that operate from edge locations, like Amazon CloudFront and Amazon Route 53, to build comprehensive availability protection against all known infrastructure layer attacks. Using these services-which are part of the AWS Global Edge Network-can improve the DDoS resilience of your application when you serve web application traffic from edge locations distributed around the world" . So my question is, in which moment Route 53 operates from Edge locations? Could you give us a practical example? Thanks!
@gniw15845 жыл бұрын
Thanks very much for the clear explanation. I learned a lot from your channel. I'd like to ask about the multivalue at 1:38:20 Can I use Alias rather than A or AAAA record for Multivalue failover? I am bit confused when to use A, CNAME, and Alias. From my understanding, CNAME is for the naked domain; Alias is for ELB or S3 or any services within AWS; A is for anything else. Am I right? 1:35:46 Could you please also elaborate which failovers are to web/ app/ DB server? Which one to the front end or BD? Thx very much!
@RohanAroraAWS5 жыл бұрын
Thanks a lot for your comment. Appreciate it. You can use either 'A' or 'AAAA' record types to create record sets for Multivalue Answer routing policy. Both will work for you. 'A' record is used for IPV4 addresses. 'CNAME' is used to resolve a naked domain to some other domain. Alias record type is used to map your domain to ELB, S3 Buckets, CloudFront Distributions, and Elastic Beanstalk environments etc. For more information, you can check following link: docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html 1:35:46 - Over here, I'm referring to a basic concept that Route 53 will generally be used to map your domain to front end EC2 instances, upon which you will be running your websites or web applications. This service is not intended to be used for backend database servers.
@gniw15845 жыл бұрын
@@RohanAroraAWS Thx for the details answer. I would also want to ask one more question. S3 is for the static website and EC2 is for the dynamic website (pls correct me.) Can Route 53 host both static or dynamic website? thx very much!
@RohanAroraAWS5 жыл бұрын
@@gniw1584 S3 can be used for hosting static websites only. On the other hand, EC2 can be used to host both static and dynamic websites. Yes, Route 53 will support both static and dynamic websites.
@bhopabhai9894 жыл бұрын
Excellent video on Route 53. well explained.
@ubaidmanzoorwani62542 жыл бұрын
which software are you using for drawing, can you please tell.
@anirbandutta13715 жыл бұрын
can you please create a detailed video hosting wordpress with loadbalancer, ec2, autoscaling, EFS, ACM SSL, S3(offloading the static content) and cloudfront
@RohanAroraAWS4 жыл бұрын
Hi Anirban, point noted. I will create a blueprint and try to post such video as soon as I can. Thanks a lot for your valuable suggestion. Appreciate it.
@nithinjohn1352 жыл бұрын
@@RohanAroraAWS sir please consdier this
@chandureddim43274 жыл бұрын
sir,access to google drive is getting error sir ("not accessible"). please once look through it sir if u would like to . thank you sir
@RahulAhire4 жыл бұрын
@ 1:11:17 , is load balancer helpful in serverless model?
@charlesuneze Жыл бұрын
Sweet, sir!
@vivekd74392 жыл бұрын
superb explanation thank you sir
@ramakrishnasayeemeka24485 жыл бұрын
A very neat and clear explanation would also like to know how to use route 53 with static hosted site in s3
@RohanAroraAWS4 жыл бұрын
Thanks a lot Ramakrishna. Appreciate it.
@vinayvince983 жыл бұрын
just add the DNS name of static hosted site of ur S3 in Alias section in create record set.
@nithinjohn1352 жыл бұрын
Sir could you do master class on cloudwatch rds
@sreejeshkvs5 жыл бұрын
Hi Rohan - Nice presentation. I would like to ask a question about Multivale routing policy. As you said Multivalue is for random pick of any server. If we add those servers under a loadbalancer and configure alias, that also doing almost same. What is the actual difference it is making ? or basic advantage of multivalue
@RohanAroraAWS4 жыл бұрын
H Sreejesh, an Elastic Load Balancer is a much more advanced feature and should not be confused with Multivalue Answer Routing Policy. A Load Balancer performs equal distribution of traffic across all EC2 instances, and it does that by using Round Robin algorithm behind the scenes. Also, it performs effective health checks, along with Cross-Zone Load Balancing and Connection Draining. You can also integrate your load balancers to work hand-in-hand with Auto Scaling feature, so that you can achieve a highly available and fault tolerant design.
@aneelakilaru83073 жыл бұрын
Superb superb explanation sir. Pls pls make a vedio on aws encryption (server side, client side) and kms pks pls sir
@venugudavalli5 жыл бұрын
Excellent.
@anandaananda46924 жыл бұрын
sir your vedios are exellent, what is mean by TTL , how we will answer in interview
@himanshusinha83845 жыл бұрын
great. please make more video of the AWS all service uses in production environment.. if you can so please add devops tool practical lab also with aws in real environment ..
@RohanAroraAWS5 жыл бұрын
Thanks Himanshu. Of course, you will definitely see a lot of content to be uploaded soon on other topics as mentioned by you.
@himanshusinha83845 жыл бұрын
Thank you rohan..
@gokulkrishnan39525 жыл бұрын
You are a excellent Mentor.. super.. appreciate it... I am trying to get in to AWS.. I am a Mainframe professional... Any model paper available for solution architect certification????
@RohanAroraAWS4 жыл бұрын
Hi Gokul. It will be challenging for me explain all the stuff in detail through this platform. You can reach me at +91-9999921288 for detailed conversation.
@gokulkrishnan39524 жыл бұрын
Working in night shift.. sure will give you a call.. thanks for your reply
@paragkadam21694 жыл бұрын
I'm new to AWS, and want understand how it works but I don't know where to start. There are a lot of videos on you channels teaching just that. Can you please arrange your videos in a playlist which should guide newbies like me to learn and apply AWS concepts for our projects. Thank you.
@Dillinger865 жыл бұрын
Where is the recordset thing at?
@faizshaikh48625 жыл бұрын
Bro, In Route53- Go to Hosted Zone - it will be there.🙂
@ashimavce4 жыл бұрын
Very nice explaination
@RohanAroraAWS4 жыл бұрын
Thanks Ashima...
@justinphilip31474 жыл бұрын
Awesome!!!!!!!!!!!!!!!!.Thanks
@ALATEO4 жыл бұрын
Thank you sir.
@RohanAroraAWS4 жыл бұрын
Pleasure is mine Albert. Appreciate it.
@techrog26905 жыл бұрын
👌 Please make a video for Database..
@RohanAroraAWS5 жыл бұрын
Sure, will do and upload it shortly.
@faizshaikh48625 жыл бұрын
Thank you , my all doubts are clear regarding route 53 .. but i need to know what is domain registry domain registrar and domain reseller? I am urdu medium student and i am not understanding its actual meaning please help me for it !!🙂
@RohanAroraAWS4 жыл бұрын
Hi Faiz. A domain registrar is one through whom you purchase or reserve your domains. For example: Godaddy, Bluehost etc.
@BilalKhan-cc2so4 жыл бұрын
can you make a tutorial for database please.
@RohanAroraAWS4 жыл бұрын
Hi Bilal, Thanks for your valuable suggestion. I will surely plan and work on this. You will see a video on database soon.
@mukundsharma56264 жыл бұрын
Hi Sir, thanks for the clear explanation but i have one doubt : While choosing load balancer as a dns resolution destination why we are choosing it as an alias when we can choose record type as A -IPv4 to move it to the ip of the load balancer.
@ngokulsathish4 жыл бұрын
Link to notes: drive.google.com/file/d/1jDQq7637apZb0DLGeNCJdh2GKFGjxYvy/view?usp=sharing i cannot access this, pls do the needful.
@joem82515 жыл бұрын
Too many pauses detract from the emphasis the pauses are meant to emphasize.
@arundhyani94884 жыл бұрын
speed up 1.5 x if you have such problem. Use brain.