Deploy and manage an Amazon RDS Oracle database with Multi-AZ configuration, establish connectivity from an EC2 instance, and explore failover capabilities to ensure high availability for an e-commerce application.
Objectives
- Create an RDS Oracle Database Instance with Multi-AZ.
- Connect to the RDS Oracle Database from Amazon EC2.
- Create database objects in the RDS Oracle DB instance.
- Perform the Multi-AZ failover.
Technical knowledge prerequisites
Familiarity with Oracle database concepts and experience managing Oracle databases are recommended for this lab. You should also be comfortable connecting to and interacting with a database using SQL*Plus or other Oracle client tools.
Outline
- Task 1: Set up the RDS Oracle Database Instance
- Task 2: Connect to RDS Oracle Database from EC2
- Task 3: Create Database Objects in RDS Oracle Instance
- Task 4: Test Multi-AZ Failover