Create an Amazon Aurora Global Database deployment that spans multiple regions.
Latest Videos
•
18m
In this tutorial, you will learn how to create an Amazon Aurora Global Database deployment that spans multiple AWS regions and replicates your data with no impact on performance. Aurora Global Database provides disaster recovery from region-wide outages and enables low-latency global reads.
Amazon Aurora is a MySQL and PostgreSQL-compatible relational database that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases.
An Aurora Global Database consists of a primary AWS region —where your data is mastered— and multiple read-only secondary AWS regions where the data is replicated. Your writes go to the primary database, but you can read from any region and benefit from low latency.
Up Next in Latest Videos
-
Create a deployable version of your s...
In this tutorial, we will use AWS CodeBuild to build a collection of sample source code input files (build input artifacts or build input) into a deploy-able version of the source code. Specifically, we will instruct CodeBuild to use Apache Maven, a common build tool, to build a set of Java class...
-
Use CodeDeploy to Deploy an Applicati...
In this tutorial, you'll use CodeDeploy to deploy an application revision to an Amazon EC2 Auto Scaling group. Amazon EC2 Auto Scaling launches Amazon EC2 instances using predifined conditions, and then terminates those instances when they are no longer needed. Amazon EC2 Auto Scaling can help Co...
-
Set Up AWS Federated Authentication w...
In this tutorial, we will walk through how to set up AWS Identity and Access Management (IAM), federated sign-in through Active Directory (AD) and Active Directory Federation Services (ADFS). With IAM, you can centrally manage users, security credentials such as access keys, and permissions that ...