{"id":2544,"date":"2022-10-09T09:09:56","date_gmt":"2022-10-09T14:09:56","guid":{"rendered":"https:\/\/wiki-cloud.co\/?p=2544"},"modified":"2025-10-08T15:53:22","modified_gmt":"2025-10-08T20:53:22","slug":"deploying-amazon-rds-multi-az-instance","status":"publish","type":"post","link":"https:\/\/wiki-cloud.co\/en\/2022\/10\/deploying-amazon-rds-multi-az-instance\/","title":{"rendered":"Deploying Amazon RDS Multi-AZ Instance"},"content":{"rendered":"<p style=\"text-align: justify;\">In a previously <a href=\"https:\/\/wiki-cloud.co\/en\/2022\/10\/high-availability-with-amazon-rds-multi-az\/\" target=\"_blank\" rel=\"noopener\">article<\/a>&nbsp;anterior explic&aacute;bamos los modelos de despliegue de alta disponibilidad que presenta Amazon RDS llamado Multi-AZ que presenta dos opciones donde se pueden tener una o dos instancias de base de datos en espera que son&nbsp;<strong><em>Multi-AZ DB instance deployment&nbsp;<\/em><\/strong>and <strong><em>cl&uacute;ster de base de datos Multi-AZ <\/em><\/strong>respectively.<\/p>\n<p style=\"text-align: justify;\">Next, we are going to concentrate on a practical example of the implementation of&nbsp;<strong><em>Multi-AZ DB instance deployment. <\/em><\/strong>The objective of this practical example is to configure the Multi-AZ DB instance schema and we are going to check its functionality by simulating how if there was a failure in the primary database doing a restart and see how the failover is done automatically in the standby database for it this to take the place of the primary.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_high_availability_with_amazon_rds_multiAZ_01.png\" width=\"823\" height=\"546\" \/><\/p>\n<p style=\"text-align: center;\">Image 1 \u2013 Multi-AZ DB Instance Deployment Architecture<\/p>\n<p style=\"text-align: justify;\">Before starting with the deployment of the RDS database and the configuration of the Multi-AZ deployment model, you must have previously created and configured the VPC with its respective public and private subnets according to the architecture that has been designed.<\/p>\n<p style=\"text-align: justify;\">For the following practical exercise used the region of <em><strong>Europe (Paris) \/ eu-west-3<\/strong><\/em> that has three availability zones and where the VPC that comes by default for this region will be used, later during the creation and configuration of the Amazon RDS instance the respective subnets will be created.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_01.png\" width=\"957\" height=\"563\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>Create and Configure Amazon RDS Multi-AZ instance<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\">We will proceed to search in the AWS Management Console the RDS service and then start the process of creating and configuring the Amazon RDS DB instance by enabling the Multi-AZ scheme.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_02.png\" width=\"819\" height=\"200\" \/><\/p>\n<p style=\"text-align: justify;\">We select the standard create option which allows us to set configuration options including the Multi-AZ deployment model option.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_03.png\" width=\"762\" height=\"190\" \/><\/p>\n<p style=\"text-align: justify;\">In this example we are going to select the MySQL database engine to create our instance and select the latest version available in production.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_04.png\" width=\"762\" height=\"668\" \/><\/p>\n<p style=\"text-align: justify;\">Now in the templates we select the production that already brings us default values for high availability.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_05.png\" width=\"762\" height=\"239\" \/><\/p>\n<p style=\"text-align: justify;\">The next step is to define the name of the database instance and we configure a master user with its respective password, complying with the parameters defined by the AWS management console.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_06.png\" width=\"762\" height=\"606\" \/><\/p>\n<p style=\"text-align: justify;\">The next step is to select the type of instance for the database that includes the number of vCPUs, RAM, and network. For this practice exercise, I selected the instance with the fewest features.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_07.png\" width=\"762\" height=\"327\" \/><\/p>\n<p style=\"text-align: justify;\">Now we select the storage where our data will be hosted, where we specify the type of disk, its capacity in GiB and the amount of IOPS and if we want our storage to have auto scaling (optional).<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_08.png\" width=\"762\" height=\"687\" \/><\/p>\n<p style=\"text-align: justify;\">Now comes the most important step of this practical exercise and it is the availability and durability part, where we select the Multi-AZ deployment model that is recommended for production scenarios, in this case a standby instance will be created in another availability zone in the region we have selected (Europe \u2013 Paris \/ eu-west-3).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_09.png\" width=\"762\" height=\"217\" \/><\/p>\n<p style=\"text-align: justify;\">Finally, we configure the connectivity part, where in this case we select the option to connect to an EC2 instance that was the one that we previously created and we select the VPC that is created by default for this region and we add a new security group for the database enabling port 3306 that will serve us for connectivity tests.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_10.png\" width=\"762\" height=\"1442\" \/><\/p>\n<p style=\"text-align: justify;\">I leave the following options by default and click on the \u201cCreate Database\u201d button.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_11.png\" width=\"759\" height=\"128\" \/><\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_12.png\" width=\"1567\" height=\"1011\" \/><\/p>\n<p style=\"text-align: justify;\">Once our Amazon RDS (MySQL) database instance has been created, we will also have our subnets and our EC2 instance created to do the respective connectivity tests. It is important to copy the Endpoint that will be used to configure the connection string to our database instance.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_13.png\" width=\"1222\" height=\"135\" \/><\/p>\n<p style=\"text-align: justify;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_14.png\" width=\"827\" height=\"604\" \/><\/p>\n<p style=\"text-align: justify;\"><span style=\"text-decoration: underline;\"><strong>Connection and testing Amazon RDS Multi-AZ instance<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\">For the part of the connection tests and verification of the Multi-AZ deployment model, we are going to start with the part of the connectivity tests from an EC2 instance (Linux) and later we are going to simulate a failure to verify that the Multi-AZ deployment model  and the replication works correctly.<\/p>\n<p style=\"text-align: justify;\">The first step is to connect to the EC2 instance that we have created and configured. In my case I will connect through <a href=\"https:\/\/www.putty.org\/\" target=\"_blank\" rel=\"noopener\">Putty<\/a>&nbsp;pero tambi&eacute;n lo podemos hacer directamente desde la consola de administraci&oacute;n de AWS.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" style=\"display: block; margin-left: auto; margin-right: auto;\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_15.png\" width=\"741\" height=\"490\" \/><\/p>\n<p style=\"text-align: justify;\">Next we are going to run the following command on our EC2 Linux instance to download the updated package lists from the repositories in order to get information about the latest versions of the packages and their respective dependencies.<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">sudo apt-get update<\/pre><\/div>\n\n\n\n<p style=\"text-align: justify;\">Now going to install the MySQL client on our EC2 instance to connect to the Amazon RDS (MySQL) instance that we have already created and configured and where we will run some commands to interact with a database and verify the replication. During the execution of the following command, the system asked if we want to continue and we type \u201cY\u201d and the \u201cEnter\u201d key to continue with the process.<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">sudo apt-get install default-mysql-client<\/pre><\/div>\n\n\n\n<p style=\"text-align: justify;\">Once the MySQL client is installed, the next step will be to connect to our Amazon RDS instance and we will do it through the following command where we put the Endponit that provides us with the Amazon RDS configuration that appears in the AWS management console.<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">mysql -h project-db.cmklzpffazxt.eu-west-3.rds.amazonaws.com -u admin -P 3306 -p<\/pre><\/div>\n\n\n\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_16.png\" width=\"741\" height=\"490\" \/><\/p>\n<p style=\"text-align: justify;\">Next, we are going to run a series of commands to the MySQL database engine to create a database, create a table, and insert some sample data.<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">SHOW DATABASES;<\/pre><\/div>\n\n\n\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_17.png\" width=\"741\" height=\"490\" \/><\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">CREATE DATABASE Company;<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">SHOW DATABASES;<\/pre><\/div>\n\n\n\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_18.png\" width=\"741\" height=\"490\" \/><\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">USE Company;<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">SHOW TABLES;<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">CREATE TABLE Employees (\n\u00a0 employeeId int(11) NOT NULL,\n\u00a0 lastName varchar(50) NOT NULL,\n\u00a0 firstName varchar(50) NOT NULL,\n\u00a0 jobTitle varchar(50) NOT NULL,\n\u00a0 city varchar(20) NOT NULL,\n\u00a0 country varchar(10) NOT NULL\n);<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">SHOW TABLES;<\/pre><\/div>\n\n\n\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_19.png\" width=\"741\" height=\"490\" \/><\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">INSERT INTO Employees (employeeID, lastName, firstName, jobTitle, city, country) VALUES (1002,'Murphy','Diane','President', 'Seattle','United States');\nINSERT INTO Employees (employeeID, lastName, firstName, jobTitle, city, country) VALUES (1056,'Patterson','Mary','VP Sales', 'London','England');\nINSERT INTO Employees (employeeID, lastName, firstName, jobTitle, city, country) values (1102,'Bondur','Gerard','Sales Manager EMEA', 'Berlin','Germany');\nINSERT INTO Employees (employeeID, lastName, firstName, jobTitle, city, country) values (1567,'Castillo','Paola','Sales Rep', 'Madrid','Spain');<\/pre><\/div>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;sql&quot;,&quot;mime&quot;:&quot;text\/x-mysql&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;MySQL&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;mysql&quot;}\">SELECT * FROM Employees;<\/pre><\/div>\n\n\n\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_20.png\" width=\"741\" height=\"490\" \/><\/p>\n<p style=\"text-align: justify;\">Now we do is execute a command at an interval of every 5 seconds to find out the IP address of the (primary) database that is responding to the requests that an application would make.<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre class=\"CodeMirror\" data-setting=\"{&quot;showPanel&quot;:true,&quot;languageLabel&quot;:&quot;language&quot;,&quot;fullScreenButton&quot;:true,&quot;copyButton&quot;:true,&quot;mode&quot;:&quot;shell&quot;,&quot;mime&quot;:&quot;text\/x-sh&quot;,&quot;theme&quot;:&quot;colorforth&quot;,&quot;lineNumbers&quot;:true,&quot;styleActiveLine&quot;:false,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true,&quot;fileName&quot;:&quot;&quot;,&quot;TrpContentRestriction&quot;:{&quot;restriction_type&quot;:&quot;exclude&quot;,&quot;selected_languages&quot;:[],&quot;panel_open&quot;:true},&quot;language&quot;:&quot;Shell&quot;,&quot;maxHeight&quot;:&quot;400px&quot;,&quot;modeName&quot;:&quot;shell&quot;}\">while true; do host project-db.cmklzpffazxt.eu-west-3.rds.amazonaws.com; sleep 5; done<\/pre><\/div>\n\n\n\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_21.png\" width=\"741\" height=\"490\" \/><\/p>\n<p style=\"text-align: justify;\">To verify that the failover is done, we do is a reboot to the Amazon RDS DB instance from the AWS Management Console.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_26.png\" width=\"930\" height=\"411\" \/><\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_23.png\" width=\"955\" height=\"485\" \/><\/p>\n<p style=\"text-align: justify;\">After the Amazon RDS primary database is restarted, the standby database that contains the replica of the data takes its place to become the primary and begins serving incoming requests.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_24.png\" width=\"741\" height=\"490\" \/><\/p>\n<p style=\"text-align: justify;\">Finally, we check the Amazon RDS (MySQL) instance events in the AWS Management Console to verify that it has made the failover and the Multi-AZ deployment model has been applied.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_image_deploying-amazon-rds-multi-az-instance_25.png\" width=\"819\" height=\"1080\" \/><\/p>\n<p style=\"text-align: justify;\">I hope this information is useful.<\/p>\n<p style=\"text-align: justify;\">Best Regards,<\/p>\n\n\n\n<p><strong>Share:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-social-links is-style-logos-only is-layout-flex wp-block-social-links-is-layout-flex\">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<\/ul>\n\n\n\n<p><strong>Follow us:<\/strong><\/p>\n\n\n<div class=\"wp-block-coblocks-social wp-block-coblocks-social-profiles is-style-icon-and-text has-colors has-button-size-med\"><ul><li><a href=\"https:\/\/www.facebook.com\/groups\/wikicloud\" title=\"Facebook\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--facebook has-padding\" style=\"border-radius:40px\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">Facebook<\/span><\/a><\/li><li><a href=\"https:\/\/twitter.com\/johnbulla\" title=\"Twitter account\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--twitter has-padding\" style=\"border-radius:40px\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">Twitter account<\/span><\/a><\/li><li><a href=\"https:\/\/www.linkedin.com\/in\/johnbulla\/\" title=\"Linkedin\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--linkedin has-padding\" style=\"border-radius:40px\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">Linkedin<\/span><\/a><\/li><li><a href=\"https:\/\/www.youtube.com\/user\/johnbulla\" title=\"YouTube\" class=\"wp-block-button__link wp-block-coblocks-social__button wp-block-coblocks-social__button--youtube has-padding\" style=\"border-radius:40px\" target=\"_blank\" rel=\"noopener noreferrer\"><span class=\"wp-block-coblocks-social__icon\"><\/span><span class=\"wp-block-coblocks-social__text\">YouTube<\/span><\/a><\/li><\/ul><\/div>\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>En un art&iacute;culo&nbsp;anterior explic&aacute;bamos los modelos de despliegue de alta disponibilidad que presenta Amazon RDS llamado Multi-AZ que presenta dos opciones donde se pueden<\/p>","protected":false},"author":1,"featured_media":2599,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[78],"tags":[],"class_list":["post-2544","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-aws"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Implementando instancia de base de datos Amazon RDS Multi-AZ - Wiki Cloud<\/title>\n<meta name=\"description\" content=\"Ejemplo pr\u00e1ctico de la implementaci\u00f3n de instancia de base de datos Multi-AZ. El objetivo de este ejemplo pr\u00e1ctico es configurar el esquema de instancia de base de datos Multi-AZ y vamos a comprobar su funcionalidad simulando c\u00f3mo si hubiera una falla en la base de datos primaria haciendo un reinicio y ver c\u00f3mo se hace el failover autom\u00e1ticamente en la base de datos en espera para que esta tome el lugar de la primaria.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Implementando instancia de base de datos Amazon RDS Multi-AZ - Wiki Cloud\" \/>\n<meta property=\"og:description\" content=\"Ejemplo pr\u00e1ctico de la implementaci\u00f3n de instancia de base de datos Multi-AZ. El objetivo de este ejemplo pr\u00e1ctico es configurar el esquema de instancia de base de datos Multi-AZ y vamos a comprobar su funcionalidad simulando c\u00f3mo si hubiera una falla en la base de datos primaria haciendo un reinicio y ver c\u00f3mo se hace el failover autom\u00e1ticamente en la base de datos en espera para que esta tome el lugar de la primaria.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wiki-cloud.co\/en\/2022\/10\/deploying-amazon-rds-multi-az-instance\/\" \/>\n<meta property=\"og:site_name\" content=\"Wiki Cloud\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-09T14:09:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-08T20:53:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png\" \/>\n\t<meta property=\"og:image:width\" content=\"780\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"John Bulla\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Bulla\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/\"},\"author\":{\"name\":\"John Bulla\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\"},\"headline\":\"Implementando instancia de base de datos Amazon RDS Multi-AZ\",\"datePublished\":\"2022-10-09T14:09:56+00:00\",\"dateModified\":\"2025-10-08T20:53:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/\"},\"wordCount\":1245,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\"},\"image\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png\",\"articleSection\":[\"AWS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/\",\"name\":\"Implementando instancia de base de datos Amazon RDS Multi-AZ - Wiki Cloud\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png\",\"datePublished\":\"2022-10-09T14:09:56+00:00\",\"dateModified\":\"2025-10-08T20:53:22+00:00\",\"description\":\"Ejemplo pr\u00e1ctico de la implementaci\u00f3n de instancia de base de datos Multi-AZ. El objetivo de este ejemplo pr\u00e1ctico es configurar el esquema de instancia de base de datos Multi-AZ y vamos a comprobar su funcionalidad simulando c\u00f3mo si hubiera una falla en la base de datos primaria haciendo un reinicio y ver c\u00f3mo se hace el failover autom\u00e1ticamente en la base de datos en espera para que esta tome el lugar de la primaria.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png\",\"contentUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png\",\"width\":780,\"height\":420},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/2022\\\/10\\\/deploying-amazon-rds-multi-az-instance\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Implementando instancia de base de datos Amazon RDS Multi-AZ\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/\",\"name\":\"Wiki Cloud\",\"description\":\"All about the cloud world\",\"publisher\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/es\\\/#\\\/schema\\\/person\\\/b73ea518d1f5e5fc1dba6f6fadb1e0ed\",\"name\":\"John Bulla\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\",\"url\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\",\"contentUrl\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\",\"width\":400,\"height\":131,\"caption\":\"John Bulla\"},\"logo\":{\"@id\":\"https:\\\/\\\/wiki-cloud.co\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/logo_wiki_cloud_400x130.png\"},\"sameAs\":[\"https:\\\/\\\/wiki-cloud.co\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Implementando instancia de base de datos Amazon RDS Multi-AZ - Wiki Cloud","description":"Ejemplo pr\u00e1ctico de la implementaci\u00f3n de instancia de base de datos Multi-AZ. El objetivo de este ejemplo pr\u00e1ctico es configurar el esquema de instancia de base de datos Multi-AZ y vamos a comprobar su funcionalidad simulando c\u00f3mo si hubiera una falla en la base de datos primaria haciendo un reinicio y ver c\u00f3mo se hace el failover autom\u00e1ticamente en la base de datos en espera para que esta tome el lugar de la primaria.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Implementando instancia de base de datos Amazon RDS Multi-AZ - Wiki Cloud","og_description":"Ejemplo pr\u00e1ctico de la implementaci\u00f3n de instancia de base de datos Multi-AZ. El objetivo de este ejemplo pr\u00e1ctico es configurar el esquema de instancia de base de datos Multi-AZ y vamos a comprobar su funcionalidad simulando c\u00f3mo si hubiera una falla en la base de datos primaria haciendo un reinicio y ver c\u00f3mo se hace el failover autom\u00e1ticamente en la base de datos en espera para que esta tome el lugar de la primaria.","og_url":"https:\/\/wiki-cloud.co\/en\/2022\/10\/deploying-amazon-rds-multi-az-instance\/","og_site_name":"Wiki Cloud","article_published_time":"2022-10-09T14:09:56+00:00","article_modified_time":"2025-10-08T20:53:22+00:00","og_image":[{"width":780,"height":420,"url":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png","type":"image\/png"}],"author":"John Bulla","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Bulla","Est. reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#article","isPartOf":{"@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/"},"author":{"name":"John Bulla","@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed"},"headline":"Implementando instancia de base de datos Amazon RDS Multi-AZ","datePublished":"2022-10-09T14:09:56+00:00","dateModified":"2025-10-08T20:53:22+00:00","mainEntityOfPage":{"@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/"},"wordCount":1245,"commentCount":0,"publisher":{"@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed"},"image":{"@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#primaryimage"},"thumbnailUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png","articleSection":["AWS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/","url":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/","name":"Implementando instancia de base de datos Amazon RDS Multi-AZ - Wiki Cloud","isPartOf":{"@id":"https:\/\/wiki-cloud.co\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#primaryimage"},"image":{"@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#primaryimage"},"thumbnailUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png","datePublished":"2022-10-09T14:09:56+00:00","dateModified":"2025-10-08T20:53:22+00:00","description":"Ejemplo pr\u00e1ctico de la implementaci\u00f3n de instancia de base de datos Multi-AZ. El objetivo de este ejemplo pr\u00e1ctico es configurar el esquema de instancia de base de datos Multi-AZ y vamos a comprobar su funcionalidad simulando c\u00f3mo si hubiera una falla en la base de datos primaria haciendo un reinicio y ver c\u00f3mo se hace el failover autom\u00e1ticamente en la base de datos en espera para que esta tome el lugar de la primaria.","breadcrumb":{"@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#primaryimage","url":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png","contentUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2022\/10\/article_coverpage_deploying-amazon_rds_multi-az-instance_780x420.png","width":780,"height":420},{"@type":"BreadcrumbList","@id":"https:\/\/wiki-cloud.co\/2022\/10\/deploying-amazon-rds-multi-az-instance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wiki-cloud.co\/es\/"},{"@type":"ListItem","position":2,"name":"Implementando instancia de base de datos Amazon RDS Multi-AZ"}]},{"@type":"WebSite","@id":"https:\/\/wiki-cloud.co\/es\/#website","url":"https:\/\/wiki-cloud.co\/es\/","name":"Wiki Cloud","description":"All about the cloud world","publisher":{"@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wiki-cloud.co\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wiki-cloud.co\/es\/#\/schema\/person\/b73ea518d1f5e5fc1dba6f6fadb1e0ed","name":"John Bulla","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png","url":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png","contentUrl":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png","width":400,"height":131,"caption":"John Bulla"},"logo":{"@id":"https:\/\/wiki-cloud.co\/wp-content\/uploads\/2020\/06\/logo_wiki_cloud_400x130.png"},"sameAs":["https:\/\/wiki-cloud.co"]}]}},"_links":{"self":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts\/2544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/comments?post=2544"}],"version-history":[{"count":77,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts\/2544\/revisions"}],"predecessor-version":[{"id":3284,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/posts\/2544\/revisions\/3284"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/media\/2599"}],"wp:attachment":[{"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/media?parent=2544"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/categories?post=2544"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiki-cloud.co\/en\/wp-json\/wp\/v2\/tags?post=2544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}