Task 2: Create an ODB Network for Oracle Database@AWS
An ODB network is a private network that hosts Oracle Exadata VM Clusters in a specified availability zone (AZ). You can set up peering between an ODB network and a VPC, which enables applications to connect to your Exadata Database.
You can not peer the same VPC to two different ODB networks.
Customers can use AWS APIs (ODB namespace) to create and manage their ODB network. The ODB network requires a client subnet CIDR for Exadata VM Cluster launches, backup subnet CIDR for managed database backups, and an availability zone where the ODB network is created.
The ODB network is a private network, and by default, does not have connectivity to AWS VPCs, on-premises network or the internet. To connect to Exadata Databases in the ODB network privately, customers can set up a peering connection between one VPC and the ODB network. This peering between ODB Network and the VPC is referred to as ODB peering.
After ODB peering is set up, EC2 instances or applications in the VPC can connect to Exadata Databases in the ODB network. Customers must pass in the peer-vpc-arn
to the ODB Network to setup ODB peering to set up connectivity between the ODB network and VPC.
Restriction of CIDR blocks: In the setup flow, you will enter CIDR values for Client subnet CIDR and Backup subnet CIDR. These CIDR blocks must comply with the following:
- Valid Private IPV4 CIDR Ranges: The CIDR block must be private and IPV4. For example, 10.0.0.0/16, 172.16.0.0/16, 192.168.1.0/26.
- Allowed CIDR Range: The CIDR block range is from /16 to /27. The Upper Bound (/16) is limited by OCI’s VCN size. For more information, see Allowed VCN Size and Address Ranges. The Lower Bound (/27) is based on provisioning IP requirements for Exadata VM Clusters. For more information, see Requirements for IP addresses space.
Note
The ODB Network reserves three (3) IP addresses in the primary subnet. It is recommended that you allocate more space for the subnet than the minimum required. For example, using /25 instead of /27 reduces the impact of reserved addresses on the subnet's available space. For future growth, additional addresses provide availability to scale up your Exadata VM Cluster beyond your immediate needs. - Restricted CIDR blocks:
- 100.106.0.0/16 - Reserved for the cluster interconnect by OCI automation.
- 100.107.0.0/16 - Reserved for the cluster interconnect by OCI automation.
- 100.105.0.0/16 - Reserved for local storage interconnect.
- 169.254.0.0/16 - IP Addresses Reserved for Use by Oracle.
- Reserved Class D 224.0.0.0 - 239.255.255.255 - IP Addresses Reserved for Use by Oracle
- Reserved Class E 240.0.0.0 - 255.255.255.255 - IP Addresses Reserved for Use by Oracle
- Restriction of CIDR blocks on AWS VPC: There are permitted and restricted VPC CIDR block associations. For more information, see https://docs.aws.amazon.com/vpc/latest/userguide/vpc-cidr-blocks.html#add-cidr-block-restrictions.
- CIDR blocks allocated for Client and Backup subnets must not overlap with each other or with the peered VPC.
What's Next?
Continue provisioning with Task 3: Create an Exadata Infrastructure for Oracle Database@AWS.