keep up your good work knowledge India. I really appreciate all the hard work you put into by making all these videos and sharing your knowledge. Really proud of you.
@shubhadip874 жыл бұрын
Explained nicely, easy to understand..hard to find demonstration like this in other training videos..
@knowledgeindia4 жыл бұрын
Glad it was helpful! Do show your support by sharing these videos with your friends.
@sanketh7685 жыл бұрын
Had one thing in my mind to ask you. We all know that you have a very good knowledge of AWS. You can join AWS and work in AWS, I mean you can work in Amazon. I'm sure that you will be a great team player for amazon and will have a great future ahead.
@knowledgeindia4 жыл бұрын
😄😄😄😄
@suriya6504 жыл бұрын
0:59 Why can't we do horizontal scaling for RDS like EC2. Is it because of license issue for commercial database engines(Oracle, Microsoft SQL)
@tejakirankumarjami99934 жыл бұрын
As always Brilliant Stuff :)
@knowledgeindia4 жыл бұрын
Thanks again! Continue to support us by sharing..
@charleskamalanand86444 жыл бұрын
Great video again. I have a question here. What happens to the master database when you promote your read replica to master, presume that master database was functional when promoting read replica.
@knowledgeindia4 жыл бұрын
Good question! then the RR would become an independent master. first master remains an independent one.
@vaiibhavshirodkar1902 Жыл бұрын
@@knowledgeindia again we have to create a read replica for the DB that was used as read replica earlier??
@harshwardhankakra46842 жыл бұрын
@KnowledgeIndia AWS Azure Tutorials please can you tell me in different region what is vpc, subnet and subnetgroup configuration. So we can access it publicly? Thank you
@dharmendersingh71654 жыл бұрын
Good presentation , but i have one doubt as you have created read replica in a different region so i believe you must have a different VPC network apart from primary DB instance in a different region . then how these two databases created in a different VPN interact each other i.e. do i need to do additional setting to make it working ?
@knowledgeindia4 жыл бұрын
yes there is a different VPC in the other region. Good thing is Read Replica would take care of connectivity, you do not need to do any peering.. If you go with DB on EC2, then you will have to do VPC peering.. Please SHARE this video if it has helped you.
@durgarasane-kolapkar18423 жыл бұрын
Thank you the explanation. I need your help - I tried to follow same steps for launching an Oracle RDS instance, but it doesn't work. It works only for MySQL RDS DB. What needs to change if we want to launch Oracle DB on RDS? Also, I didn't find any videos which explain how to launch Oracle RDS in private subnet. Can you please create a video for this?
@dilmangeymore30393 жыл бұрын
Please make a video on how to recover only some particular schema Or tables from the snapshot in case of oracle rds database
@abhinavpaul59605 жыл бұрын
how traffic is differentiated which will go to read replica and which will go to master DB ? which service is behind this ?
@knowledgeindia4 жыл бұрын
You need to handle at your application level
@srb18553 жыл бұрын
Excellent! 👍
@sriranjithshanmugham61924 жыл бұрын
I want to thank you for your efforts in sharing valuable knowledge to all of us. Your videos are Great!! I have query on this topic, When RR becomes Primary DB 1, will there be another new RR instance created to replicate data from new Primary DB? 2, how this switching from initial Primary DB to RR as new Primary DB is notified to App server? Thanks in advance for your reply.
@YoursTrulyAKK4 жыл бұрын
After we converted RR to master database, can we demote it later to functional as earlier after DR?
@gigacloudz Жыл бұрын
I was wondering if there are any other methods to backup a database across regions aside from using a cross read replica? Do you happen to know of any other options or techniques? Thank you.
@knowledgeindia Жыл бұрын
Create snapshot in region 1 and copy that to region 2
@gigacloudz Жыл бұрын
@@knowledgeindia I have a problem i cannot copy the snapshot that i created from region 1 to region 2. All of the actions under the snapshot is blocked. Thank you.
@knowledgeindia Жыл бұрын
@@gigacloudz resolve your IAM permissions then..
@ketanambekar314 жыл бұрын
This is great video. Can I ask one thing if my application needs to read and write both into RDS , then can I use Read replica when I am just reading/viewing the information and when user tries to write anything from application then it should point to master database for writing. Any better way?
@abdul99104 жыл бұрын
Very nice explanation
@pratibhay073 жыл бұрын
can we do failover with read replica.
@knowledgeindia3 жыл бұрын
Yes, it is explained in the video.
@rajarshijana92334 жыл бұрын
Hi Sir, there is one question... In RDS storage auto-scaling, is scale-in scaling possible??
@yustiono4 жыл бұрын
How can we have the read replica be promoted automatically to master role when the original master failed?
@knowledgeindia4 жыл бұрын
You will have to write a script and use this - docs.aws.amazon.com/cli/latest/reference/rds/promote-read-replica.html .. SUBSCRIBE & SHARE to support us..
@giriprasadh6863 жыл бұрын
@@knowledgeindia can you provide some sample for this script ?
@kapilkaushal61785 жыл бұрын
Great explanation ...
@kishorekumar-md7yy4 жыл бұрын
Good Job bro ...👏
@omarsalam75863 жыл бұрын
thank you that's was really helpful
@knowledgeindia3 жыл бұрын
Thanks.. please share and support us
@varunjoshi44104 жыл бұрын
Such a nice video
@knowledgeindia4 жыл бұрын
Thank you 😊
@sanketh7685 жыл бұрын
can you please explain what is an assume role and 1.why it is required and so important? 2.Where it is used This is a question that is confusing me as we all know about IAM role. So what exactly is the difference between IAM role and Assume role. Would be helpful if you can answer this
@knowledgeindia5 жыл бұрын
We have a video on IAM role. Check our playlist on security
@Niruukumar5 жыл бұрын
Does read replica supported cross-account as well..?
@knowledgeindia5 жыл бұрын
No.
@nazmashaik12284 жыл бұрын
KnowledgeIndia AWS Azure Tutorials Had it to be done read replica support cross account then would it be through SCP?