AWS odb documentation change
Summary
Added documentation for Autonomous Database Serverless (ADB-S) including setup steps, prerequisites, supported regions/AZs, and creation process
Security assessment
Added configuration options for mTLS/TLS network connectivity which are security features for encrypted database connections. No evidence of addressing a specific security vulnerability.
Diff
diff --git a/odb/latest/UserGuide/getting-started.md b/odb/latest/UserGuide/getting-started.md index 73d18c694..ebb51bb9f 100644 --- a//odb/latest/UserGuide/getting-started.md +++ b//odb/latest/UserGuide/getting-started.md @@ -7 +7 @@ -PrerequisitesSupported OCI servicesSupported RegionsPlanning IP address spaceStep 1: Create an ODB networkStep 2: Create an Oracle Exadata infrastructureStep 3: Create a VM clusterStep 4: Create Oracle Exadata databases +PrerequisitesSupported OCI servicesSupported RegionsPlanning IP address spaceCreating an ADB-S instanceStep 1: Create an ODB networkStep 2: Create an Oracle Exadata infrastructureStep 3: Create a VM clusterStep 4: Create Oracle Exadata databases @@ -12,0 +13,2 @@ To begin using Oracle Database@AWS, you can create the following resources using +**For Oracle Exadata Database Service on Dedicated Infrastructure or Autonomous Database on Dedicated Exadata Infrastructure:** + @@ -23,0 +26,15 @@ To begin using Oracle Database@AWS, you can create the following resources using +**For Autonomous Database Serverless (ADB-S):** + + 1. ODB network + + 2. Autonomous Database Serverless instance + + 3. ODB peering connection + + + + +###### Note + +Autonomous Database Serverless does not require Exadata infrastructure or VM cluster provisioning. + @@ -30 +47 @@ Before configuring your Oracle Exadata infrastructure, make sure that you do the - * Perform the steps in [Onboarding to Oracle Database@AWS](./setting-up.html). You must have accepted a private offer to use Oracle Database@AWS. + * Perform the steps in [Onboarding to Oracle Database@AWS](./setting-up.html). You must have accepted a private offer or a public offer to use Oracle Database@AWS. @@ -44,0 +62,2 @@ Oracle Database@AWS supports the following Oracle Cloud Infrastructure (OCI) ser + * Autonomous Database Serverless – Provides a fully managed, serverless Oracle Autonomous Database that auto-scales compute and storage based on workload demand. No Exadata infrastructure or VM cluster provisioning is required. Available via public offer on AWS Marketplace. For more information, see [Oracle Autonomous Database Serverless](https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/index.html) in the OCI documentation. + @@ -91,0 +111,9 @@ South America (São Paulo) | `sa-east-1` | `sae1-az1` +**Supported Availability Zones for Autonomous Database Serverless (ADB-S)** + +ADB-S is available in the following Availability Zones: + +Region name | Region code | Availability Zones +---|---|--- +US East (N. Virginia) | `us-east-1` | `use1-az6` +US West (Oregon) | `us-west-2` | `usw2-az3`, `usw2-az4` + @@ -198,0 +227,31 @@ VM cluster configuration | Number with /27 (32 IPs) | Number with /26 (64 IPs) | +## Creating an Autonomous Database Serverless instance + +To create an Autonomous Database Serverless instance, you need only an ODB network. No Exadata infrastructure or VM cluster creation is needed. + +###### To create an Autonomous Database Serverless instance + + 1. Create an ODB network (see Step 1: Create an ODB network in Oracle Database@AWS). + + 2. Sign in to the AWS Management Console and open the Oracle Database@AWS console at [https://console.aws.amazon.com/odb/](https://console.aws.amazon.com/odb/). + + 3. From the left pane, choose **Autonomous Databases**. + + 4. Choose **Create Autonomous Database**. + + 5. Select a workload type: Transaction Processing, Data Warehouse, JSON, or APEX. + + 6. Configure compute resources, including the ECPU count and auto-scaling options. + + 7. Configure storage allocation. + + 8. Set the administrator credentials. + + 9. Configure network access. Choose mTLS (requires wallet download for connections) or TLS for network connectivity. + + 10. Choose **Create Autonomous Database**. + + + + +After the database is provisioned, you can connect using the connection strings from the Oracle Database@AWS console. If you chose mTLS, download the wallet from the console to use with your database client. +