Well made video that served my purpose of a visual introduction.
@BeABetterDev4 жыл бұрын
Thanks Vimal!
@DataEngUncomplicated4 жыл бұрын
Great video! Thanks!
@Roberto-live4 жыл бұрын
Great Tutorial!!
@pranaytonpay12462 жыл бұрын
Yet another great video., so informative and so well explained. I keep looking for updates on your channel to not miss any.... Was wondering, do you plan on creating some videos that talk about AWS Networking stuff ?
@BeABetterDev2 жыл бұрын
Thanks so much Pranay! VPC / Networking topics have been on my backburner for a while. I'll try to prioritize them in the coming months. Cheers.
@NoSQLKnowHow4 жыл бұрын
You can also use Global Tables to migrate from one AWS Region to another. Add a new region, wait until it replicates, then delete the old region. Data migration done!
@BeABetterDev4 жыл бұрын
Beautiful! I hadn't even thought of that, but thats an amazing tip. Thanks Kirk!
@tune_with_MMAB2 жыл бұрын
@@BeABetterDev p0o
@andriys57724 жыл бұрын
Thank you!
@BeABetterDev4 жыл бұрын
You're welcome!
@santhoshn37664 жыл бұрын
Hi, thanks for the awesome video! I have one question, what happen in below scenario: Imagine Table User has auto increment column as UserId, Person A creating a record from Asia region Person B creating a record from Europe region both happening at the same time, There's a chance of creating same auto increment Id in both region's table and it will make issues will doing synchronisation?
@ahsanrfq59684 жыл бұрын
That's a good question. Specially with the eventual consistency, i wonder if it would increment twice or once. (leaving message here, just incase he sees your question and replies)
@BeABetterDev4 жыл бұрын
Hi Santhos, great question. In this case, Global Tables would apply its 'Last Writer Wins' policy. This is a form of strong eventual consistency. A side affect of global tables is that for a split second, the content will be out of date for Person A's record in Asia. Hope this helps.
@BeABetterDev4 жыл бұрын
Hi Ashan, see my answer to Santhos regarding this question if you are interested.
@santhoshn37664 жыл бұрын
@@BeABetterDev thanks a lot..
@abhishekdash13793 жыл бұрын
During a situation when one region goes down and one application is trying to fetch data from DynamoDB, will the global table functionality serve the data from some replica automatically?
@RamaKrishnaReddy-ff6wh4 жыл бұрын
hey can you make a video on EKS and also I came to know that there is an AWS cloud practitioner certificate, what are your views on that certificate
@SivaPrakash-ss6zw4 жыл бұрын
Folks, I understand that this is similar to s3 cross region replication. But what about SQL DB? do they have features like streams/write-to-replicas?
@nickmaiorano2962 жыл бұрын
Yes - use global databases with RDS Aurora. This works with MySql or PostGres engines.
@pchernik2 жыл бұрын
This video says that "oldest timestamp (took place first) wins" - but isn't it "last writer wins" - where the most recent timestamp wins???
@kumarrao44803 жыл бұрын
You need to come up with a AWS Solution Architect Udemy course. You teach a lot better than those at Udemy
@BeABetterDev3 жыл бұрын
Hi Kumar, this is something I'm working on as we speak :)