Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data-platform/multicloud/oracle-database@aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Currently, Oracle Database@AWS is available in two Availability Zones in both th
- [OD@AWS Monitoring](https://docs.oracle.com/en-us/iaas/Content/database-at-aws-exadata-awsmn/awsmn-monitor.html)


# Architecture
- [Oracle Database@AWS Architecture Examples - with drawio files](./architecture/)


# Step-by-step Guides

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# Oracle Database@AWS Architecture Examples

This repository contains a curated collection of architecture diagrams for **Oracle Database@AWS** deployments and integration patterns.

The goal is to provide:
- Reference architectures
- Design inspiration
- Common deployment patterns
- Integration examples with AWS services
- Reusable draw.io diagrams for workshops, presentations, and technical discussions

All diagrams are provided in editable **draw.io (`.drawio`)** format so they can be customized for your own environments and use cases.



# Repository Structure

| Diagram | Description |
|---|---|
| [01_DB@AWS_RAM_3Envs_Cross_AZ.drawio](./files/01_DB@AWS_RAM_3Envs_Cross_AZ.drawio) | DB@AWS target architecture with ODB network segmentation across three environments plus DR. Internal network traffic is routed through ODB peering, while external traffic uses a TGW hub-and-spoke configuration. MAA Cross-AZ setup. |
| [02_DB@AWS_LSM(NetAccGovernance)_RAM_2Envs_Cross_Region.drawio](./files/02_DB@AWS_LSM(NetAccGovernance)_RAM_2Envs_Cross_Region.drawio) | DB@AWS target architecture with account segregation. The AWS Network Account owns all network components, including the ODB networks and Transit VPCs. The AWS PROD Account owns the PROD VM Cluster and the AWS TEST Account owns the TEST VM Cluster. ODB network segmentation covers two environments plus DR, with internal traffic routed through ODB peering and external traffic through a TGW hub-and-spoke configuration. MAA Cross-Region setup. |
| [03_DB@AWS_LSM(Payer)_RAM_7Envs_Consolidation_9Avmc_Cros_AZ.drawio](./files/03_DB@AWS_LSM(Payer)_RAM_7Envs_Consolidation_9Avmc_Cros_AZ.drawio) | DB@AWS target architecture with ODB network segmentation across seven environments plus DR. Internal network traffic is routed through ODB peering, while external traffic uses a TGW hub-and-spoke configuration. MAA Cross-AZ setup. ADB-D consolidation requires two additional CNs (Compute Nodes) in the Exadata Basic configuration to provide enough local storage to host six AVMCs (Autonomous VM Clusters), with five ACDBs (Autonomous Container Databases) each. |
| [04_DB@AWS_RAM_4Envs_Hub_Spoke_FireWallVPC_Cross_AZ.drawio](./files/04_DB@AWS_RAM_4Envs_Hub_Spoke_FireWallVPC_Cross_AZ.drawio) | DB@AWS target architecture with ODB network segmentation across four environments plus DR. Internal network traffic is routed through ODB peering, while external traffic uses a TGW hub-and-spoke configuration plus a Firewall VPC. MAA Cross-AZ setup. |




# Diagram Format

All diagrams are created using: [draw.io / diagrams.net](https://www.diagrams.net/)

You can:
- Open them directly in draw.io
- Edit and customize them
- Export to PNG, SVG, or PDF
- Embed them in documentation or presentations



# Intended Audience

These examples are intended for:
- Solution Architects
- Cloud Architects
- Oracle DBAs
- AWS Architects
- Technical Sales teams
- Anyone evaluating Oracle Database@AWS solution



# Disclaimer

These diagrams are provided as reference examples only.

They are:
- Not production deployment guides
- Not official Oracle reference architectures
- Subject to change as DB@AWS capabilities evolve

Always validate architecture decisions against:
- Current Oracle and AWS documentation
- Oracle and AWS best practices
- Security and compliance requirements
- Specific operational constraints



Loading