AWS Security ChangesHomeSearch

AWS odb documentation change

Service: odb · 2025-03-30 · Documentation low

File: odb/latest/UserGuide/configuring.md

Summary

Added section about configuring Amazon VPC Transit Gateways for Oracle Database@AWS

Security assessment

Documents networking configuration options without explicit security context or features

Diff

diff --git a/odb/latest/UserGuide/configuring.md b/odb/latest/UserGuide/configuring.md
index b9dafbb31..6175b842e 100644
--- a/odb/latest/UserGuide/configuring.md
+++ b/odb/latest/UserGuide/configuring.md
@@ -5 +5 @@
-Configuring VPC route tables for ODB peeringConfiguring DNS
+Configuring VPC route tables for ODB peeringConfiguring DNSConfiguring Amazon VPC Transit Gateways for Oracle Database@AWS
@@ -48 +48 @@ Oracle Database@AWS manages Domain Name System (DNS) configuration for the ODB n
-When an Oracle Database@AWS provisions an ODB network, it creates the following resources:
+When Oracle Database@AWS provisions an ODB network, it creates the following resources:
@@ -188,0 +189,36 @@ Use a command of the form `nslookup -type=`record-name` `record-type``.
+## Configuring Amazon VPC Transit Gateways for Oracle Database@AWS
+
+Amazon VPC Transit Gateways is a network transit hub that interconnects virtual private clouds (VPCs) and on-premises networks. Each VPC in the hub-and-spoke architecture can connect to the transit gateway to gain access to other connected VPCs. AWS Transit Gateway supports traffic for both IPv4 and IPv6.
+
+In Oracle Database@AWS, an ODB network supports a peering connection to only one VPC. If you connect a transit gateway to a VPC that is peered to an ODB network, you can connect multiple VPCs to this gateway. Applications running in these VPCs can access an Exadata VM cluster running in your ODB network.
+
+The following diagram shows a transit gateway that is connected to two VPCs and one on-premises network. 
+
+![Shows an ODB network peered with a VPC that is connected to a transit gateway. The gateway is connected to a VPC and an on-premises network.](/images/odb/latest/UserGuide/images/ODB-tgw.png)
+
+In the preceding diagram, one VPC is peered to an ODB network. In this configuration, the ODB network can route traffic to all VPCs attached to the transit gateway. The route table for each VPC includes both the local route and routes that send traffic destined for the ODB network to the transit gateway.
+
+Note the following limitations of Amazon VPC Transit Gateways for Oracle Database@AWS:
+
+  * Amazon VPC Transit Gateways doesn't offer native integration to use an ODB network as an attachment. Therefore, VPC features such as the following aren't available:
+
+    * Resolution of public DNS hostnames to private IP addresses
+
+    * Event notification for changes in the ODB network topology, routing, and connection status
+
+  * Multicast traffic to the ODB network isn't supported.
+
+
+
+
+In AWS Transit Gateway, you're charged for the number of connections that you make to the transit gateway per hour and the amount of traffic that flows through AWS Transit Gateway. For cost information, see [AWS Transit Gateway pricing](https://aws.amazon.com/transit-gateway/pricing/).
+
+###### To configure a transit gateway for Oracle Database@AWS
+
+  1. Add CIDR ranges to your ODB network for the VPCs and on-premises networks that you plan to attach to your transit gateway. For more information, see [Updating an ODB network in Oracle Database@AWS](./managing.html#managing.updating).
+
+  2. Follow the steps in [Get started with using Amazon VPC Transit Gateways](https://docs.aws.amazon.com/vpc/latest/tgw/tgw-getting-started.html).
+
+
+
+