Skip to content
Merged
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
4 changes: 2 additions & 2 deletions multicloud/oci-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Create an Autonomous Database on OCI
There are different ways that you can deploy a new Oracle Autonomous Database:
* [Using the OCI Console](https://youtu.be/5BUXoBewZbQ)
* [Using Terraform scripts](https://github.com/oci-landing-zones/terraform-oci-multicloud-azure/tree/main)
* Using Terraform scripts: [Oracle Cloud Foundation Terraform Structure](https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation/tree/main/cloud-foundation)
* Using the OCI CLI

The steps below show how to create an Autonomous Database using the OCI CLI.
Expand All @@ -16,7 +16,7 @@ The steps below show how to create an Autonomous Database using the OCI CLI.

## Deploy your Autonomous Database
Autonomous Database will be deployed on a public endpoint - which will simplify the architecture. The OCI CLI will deploy:
* An Oracle Autonomous Database. It is deployed to a private subnet on that VPC Network. That private subnet is managed by Oracle Database@Google Cloud.
* An Oracle Autonomous Database
* An Object Storage bucket with sample data
* Sample code will use OCI GenAI (or other AI service).
* Use your computer as a client.
Expand Down