Amazon AURORA Explained | How does Aurora work? Visual Explanation

  Рет қаралды 17,677

Pythoholic

Pythoholic

Күн бұрын

Пікірлер: 45
@Pythoholic
@Pythoholic 4 жыл бұрын
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
@mylesjamir4232
@mylesjamir4232 3 жыл бұрын
I realize it is quite off topic but does anyone know of a good place to stream new series online ?
@ezequieldavis6743
@ezequieldavis6743 3 жыл бұрын
@Myles Jamir flixportal =)
@mylesjamir4232
@mylesjamir4232 3 жыл бұрын
@Ezequiel Davis Thanks, I went there and it seems like they got a lot of movies there :) Appreciate it!!
@ezequieldavis6743
@ezequieldavis6743 3 жыл бұрын
@Myles Jamir You are welcome =)
@devendranabar6871
@devendranabar6871 3 жыл бұрын
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.
@engr707
@engr707 11 ай бұрын
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
@Pythoholic 11 ай бұрын
It's just ppt . Thanks a lot
@RK-bw8tu
@RK-bw8tu 2 жыл бұрын
Excellent ! Thank you.
@niteshsrivastava6504
@niteshsrivastava6504 3 жыл бұрын
And the 15 replicas are created automatically or through auto scaling kinda step autoscaling? I can see a create read replica button also.
@dheerajsharma1036
@dheerajsharma1036 3 жыл бұрын
Nicely explained 👍
@rohitpandey8238
@rohitpandey8238 Жыл бұрын
nicely explained
@SohailKhan-mk3zb
@SohailKhan-mk3zb Жыл бұрын
around 8:45 , you said it need 4 copies out of 6 to read and 3 copies to write. So what it mean ?
@Pythoholic
@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
@catchroniclesbyanik
@catchroniclesbyanik Ай бұрын
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
@niteshsrivastava6504
@niteshsrivastava6504 3 жыл бұрын
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.
@Pythoholic
@Pythoholic 3 жыл бұрын
Sure, i will get back to you, I will collect all the doubts and make a video.
@vinodkumar-cs4xi
@vinodkumar-cs4xi 2 жыл бұрын
Very helpful 👌
@ranjeethnadella643
@ranjeethnadella643 4 жыл бұрын
Does 15 low-latency read replicas mean the 15 replicas are created established in closer (AZ's) to the primary DB instance?
@Pythoholic
@Pythoholic 4 жыл бұрын
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.
@ranjeethnadella643
@ranjeethnadella643 4 жыл бұрын
Is the number of replicas automated or by default. Do AWS charges for number of replicas that we maintain?
@Pythoholic
@Pythoholic 4 жыл бұрын
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.
@ranjeethnadella643
@ranjeethnadella643 4 жыл бұрын
@@Pythoholic I see, I thought replicas are created automatically. Thanks for clarifying
@shahidhaider5857
@shahidhaider5857 3 жыл бұрын
Awesome sir..
@srb1855
@srb1855 3 жыл бұрын
Excellent 👌
@ayansaif6754
@ayansaif6754 3 жыл бұрын
what is readers endpoint?
@chanksgaming9802
@chanksgaming9802 9 ай бұрын
To connect through only read the databases you dont have permission to write the data
@devendranabar6871
@devendranabar6871 3 жыл бұрын
What exactly is Read Replica?
@Pythoholic
@Pythoholic 3 жыл бұрын
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
@gouravchoubey860
@gouravchoubey860 3 жыл бұрын
@@Pythoholic Are these read replicas remains in Sync with master data?or is there any delay ?
@hades5509
@hades5509 Жыл бұрын
@@gouravchoubey860 async
@barnalibiswas3186
@barnalibiswas3186 3 жыл бұрын
Can you explain 7:38 to 7:45
@Pythoholic
@Pythoholic 3 жыл бұрын
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
@barnalibiswas3186
@barnalibiswas3186 3 жыл бұрын
@@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
@Pythoholic
@Pythoholic 3 жыл бұрын
you dont have to it will be managed automatically
@barnalibiswas3186
@barnalibiswas3186 3 жыл бұрын
@@Pythoholic got it thank u so much I am going through your course and it's amazing
@Pythoholic
@Pythoholic 3 жыл бұрын
hey no worries… btw are you from VSV?
@samarthgupta8782
@samarthgupta8782 3 жыл бұрын
could you please explain 06:44 to 07:50?
@boxitupsam792
@boxitupsam792 3 жыл бұрын
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
@nishitkumar7650
@nishitkumar7650 3 жыл бұрын
Sir aws aurora practical lab please
@Pythoholic
@Pythoholic 3 жыл бұрын
kzbin.info/www/bejne/a4e5imyFaLl2asU This one is for RDS please check it
@yusufnar
@yusufnar 6 ай бұрын
Is this the AWS marketing 😂😂
@yusufnar
@yusufnar 6 ай бұрын
All you said about performance is a big lie.
@Pythoholic
@Pythoholic 6 ай бұрын
Thanks for the feedback Yusuf. I will update it as per ur feedback
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,6 МЛН
How does AWS RDS work? |  HANDS ON DEMO | VISUAL EXPLANATION
18:50
AWS Aurora VS DynamoDB
38:39
Be A Better Dev
Рет қаралды 81 М.
PostgreSQL In-Depth Training: Aurora Part 1
1:15:25
Amazon Web Services
Рет қаралды 23 М.
AWS MySQL Aurora Vs RDS - What one should I chose?
7:02
Johnny Chivers
Рет қаралды 18 М.