Skip to content

fixed oci readme #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2025
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