Timeline for your convenience: 01:02 - AWS AURORA RDS - Introduction 02:48 - Benefits of using Aurora database 05:52 - Aurora RDS How does read replication work and how high availability works? 08:55 - Aurora cluster architecture explained. 10:40 - Aurora Serverless 13:38 - Aurora Global Database Click on the link below to subscribe : URL: tinyurl.com/qqebnwz
@mylesjamir42323 жыл бұрын
I realize it is quite off topic but does anyone know of a good place to stream new series online ?
@ezequieldavis67433 жыл бұрын
@Myles Jamir flixportal =)
@mylesjamir42323 жыл бұрын
@Ezequiel Davis Thanks, I went there and it seems like they got a lot of movies there :) Appreciate it!!
@ezequieldavis67433 жыл бұрын
@Myles Jamir You are welcome =)
@devendranabar68713 жыл бұрын
Storage is stripped across multiple volumes? 6 copies in 3 AZ needs to be understand, but what is it like have so many copies after that? Is it Read Replicas? Kindly explain.
@Sonu-xyz123 Жыл бұрын
around 8:45 , you said it need 4 copies out of 6 to read and 3 copies to write. So what it mean ?
@Pythoholic Жыл бұрын
I think i mentioned 4 copies out of 6 to write the read replica you need 3 copies out of 6 to read. its basically the copies of data it needs to read, its like affirmation that if it gets 3 copies out of 6 , it will complete the read operation
@catchroniclesbyanik3 ай бұрын
For read operation, most of the time the writer instance and the read replicas have enough information about which segment to access to get the latest data ... So it doesn't actually require read quorum in most of the cases. Read quorum is only required when request comes to db instance after crash, because the ephemeral state has been lost
@niteshsrivastava65043 жыл бұрын
And the 15 replicas are created automatically or through auto scaling kinda step autoscaling? I can see a create read replica button also.
@engr707 Жыл бұрын
ur lectures are awesome, can you tell which software you use to create your slides and graphic and are you using any libs ?, if possible so share the link it will be highly appreciated.
@Pythoholic Жыл бұрын
It's just ppt . Thanks a lot
@barnalibiswas31863 жыл бұрын
Can you explain 7:38 to 7:45
@Pythoholic3 жыл бұрын
What it means is that aurora keeps 6 copies of your data across 3 availability zone. if you see the diagram here on the time 7:38 you can see the color code denoting the number of copies if the data. there are 2 copies each in each az
@barnalibiswas31863 жыл бұрын
@@Pythoholic As you have said it needs 4 copies out of 6 to write and 3 copies out of 6 to read, how do we decide that values
@Pythoholic3 жыл бұрын
you dont have to it will be managed automatically
@barnalibiswas31863 жыл бұрын
@@Pythoholic got it thank u so much I am going through your course and it's amazing
@Pythoholic3 жыл бұрын
hey no worries… btw are you from VSV?
@samarthgupta87824 жыл бұрын
could you please explain 06:44 to 07:50?
@boxitupsam7924 жыл бұрын
RDS is a database provisioning service, Database engine is the actual database u use like postgres mysql. We need 6 copies of data 1 will be master 5 others will be replicas (total 6) And that should be spread across 3 az We actually use the master to write and it replicates it across other nodes
@niteshsrivastava65043 жыл бұрын
For cross region disater mgmt, we can use cross region replica and promote that as primary in other region? Is the global table is replacement of cross region replica? Thanks for your efforts.
@Pythoholic3 жыл бұрын
Sure, i will get back to you, I will collect all the doubts and make a video.
@RK-bw8tu2 жыл бұрын
Excellent ! Thank you.
@ranjeethnadella6434 жыл бұрын
Does 15 low-latency read replicas mean the 15 replicas are created established in closer (AZ's) to the primary DB instance?
@Pythoholic4 жыл бұрын
Up to 15 Aurora Replicas can be distributed across the Availability Zones that a DB cluster spans within an AWS Region. it's like having the primary along with the same replications across the AZ in the region.
@ranjeethnadella6434 жыл бұрын
Is the number of replicas automated or by default. Do AWS charges for number of replicas that we maintain?
@Pythoholic4 жыл бұрын
As far i have read and used i have basically created them so that incase of a failure it uses the data from the replication. And thats what the documentation tells us is to create the replicas.
@ranjeethnadella6434 жыл бұрын
@@Pythoholic I see, I thought replicas are created automatically. Thanks for clarifying
@ayansaif67543 жыл бұрын
what is readers endpoint?
@chanksgaming980210 ай бұрын
To connect through only read the databases you dont have permission to write the data
@devendranabar68713 жыл бұрын
What exactly is Read Replica?
@Pythoholic3 жыл бұрын
Amazon RDS Read Replicas enable you to create one or more read-only copies of your database instance within the same AWS Region or in a different AWS Region
@gouravchoubey8603 жыл бұрын
@@Pythoholic Are these read replicas remains in Sync with master data?or is there any delay ?
@hades5509 Жыл бұрын
@@gouravchoubey860 async
@dheerajsharma10364 жыл бұрын
Nicely explained 👍
@nishitkumar76504 жыл бұрын
Sir aws aurora practical lab please
@Pythoholic4 жыл бұрын
kzbin.info/www/bejne/a4e5imyFaLl2asU This one is for RDS please check it
@rohitpandey8238 Жыл бұрын
nicely explained
@srb18553 жыл бұрын
Excellent 👌
@vinodkumar-cs4xi3 жыл бұрын
Very helpful 👌
@shahidhaider58573 жыл бұрын
Awesome sir..
@yusufnar8 ай бұрын
Is this the AWS marketing 😂😂
@yusufnar8 ай бұрын
All you said about performance is a big lie.
@Pythoholic8 ай бұрын
Thanks for the feedback Yusuf. I will update it as per ur feedback