SlideShare a Scribd company logo
14
Most read
15
Most read
19
Most read
Presented By: Rahul Miglani
OCI Introduction
Knoldus is a team of passionate technologists with a product
mindset who work along with businesses to deliver solutions
at the speed of competitive advantage.
Our main capabilities are around Reactive Products, IoT,
Microservices & API, Data Science, Data Engineering and
DevOps.
We also have our strategic partnerships with Databricks,
Lightbend, Confluent, Snowflake and many more, to deliver
more value to clients.
Our Agenda
Oracle Cloud Infrastructure Logging
01 OCI Overview
02 How Free Tier works
03 OCI benefits
04 OCI Services
05 OCI Console Demo
Overview
Oracle Cloud Infrastructure is a set of complementary cloud services that enable you
to build and run a wide range of applications and services in a highly available hosted
environment. Oracle Cloud Infrastructure (OCI) offers high-performance compute
capabilities (as physical hardware instances) and storage capacity in a flexible overlay
virtual network that is securely accessible from your on-premises network.
The Free Trial provides you with $300 of cloud credits that are valid for up to 30 days.
You may spend these credits on any eligible Oracle Cloud Infrastructure service.
Always Free Resources
All Oracle Cloud Infrastructure accounts (whether free or paid) have a set of resources that are free of
charge for the life of the account. These resources display the Always Free label in the Console (for Ampere
A1 Compute shapes, see Compute).
Using the Always Free resources, you can provision a virtual machine (VM) instance, an Oracle Autonomous
Database, and the networking, load balancing, and storage resources needed to support the applications
that you want to build. With these resources, you can do things like run small-scale applications or perform
proof-of-concept testing.
OCI Basics
OCI Regions
A collection of availability domains located in a single geographic location.
Availability Domains
One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as
instances, volumes, and subnets. A region contains one or more availability domains.
Fault Domains
A logical grouping of hardware and infrastructure within an availability domain. Fault domains
isolate resources during hardware failure or unexpected software changes.
Compartments
A collection of related resources that can be accessed only by groups that have been given
permission by an administrator in your organization.
DevOps is a continuous integration/continuous delivery (CI/CD) service that automates the
delivery and deployment of software to Oracle Cloud Infrastructure (OCI) compute platforms.
OCI Architecture
REGION AD FD
Within the region we have this concept of Availability Domain, these are also referred to as ADs.
ADs are completely isolated data centers located within a region, but connected to each other by low
latency, high bandwidth network. Within an AD, we have the Fault Domains, also known as FDs. FDs
act as a logical data center within an Availability Domain.
Image Courtesy : ORACLE
OCI Architecture
REGION AD FD
Application running on multiple Fault Domains are protected against hardware failures.
Applications running across multiple Availability Domains are protected against physical data
center outages, and applications running across regions are protected against regional failures.
Running applications in multiple Fault Domains, Availability Domains, and regions can also provide load
balancing capabilities for better performance and scalability on top of high availability.
Image Courtesy : ORACLE
Multi AD Architecture
Image Courtesy : ORACLE
Availability Domains don't share any physical infrastructure, such as power and cooling, and they don't share
an internal network.If anyone becomes unavailable for any reason, let's say because of a natural disaster or
power failure, your Availability Domain 2 and Availability Domain 3 are still operational, and applications on
Availability Domain 2 and Availability Domain 3 are still up and running and serving our end users. So multiple
Availability Domains inside the regions are providing high availability for applications, and protecting them
against what we call site failures. If one site goes down, the other sites are still up and running.
Image Courtesy : ORACLE
Multi AD-Multi FD Architecture
Image Courtesy : ORACLE
In this example, we have a region with three Availability Domains, and within each Availability Domain, there
are three Fault Domains, Fault Domain 1, Fault Domain 2, and Fault Domain 3. If one Fault Domain is not
available for any reason, the other Fault Domains are still up and running. In a nutshell, Fault Domains are
protecting our applications against software and hardware failure.
As a best practice, always design your architecture to deploy instances that perform the same tasks in
different Fault Domains in one AD, and different Availability Domains in a region.
Image Courtesy : ORACLE
Compartments
Resources and compartments can be added and deleted any time by following a proper procedure.
Resources can be moved from one compartment to another, so it is a very flexible design. You may
decide that resources need to be moved, because your company made an acquisition, or maybe
there's a re-org. Compartments are logical, so resources from multiple regions can be in the same
compartment. We can have subcompartments within compartments, and this nesting can be six levels
deep.
Now here is the most important key point, when the administrator writes a policy for identity and
access management, the policy is always written for a group, and it is always attached to a
compartment or a subcompartment.
Image Courtesy : ORACLE
OCI Compute Services
● CODE
● APP CONTAINER
● LANGUAGE RUNTIME
● OS
● VIRTUALIZATION
● CODE
● APP CONTAINER
● LANGUAGE RUNTIME
● OS
● CODE
● APP CONTAINER
● LANGUAGE RUNTIME
● OS
● CODE
● APP CONTAINER
● CODE
Image Courtesy : ORACLE
OCI Storage Services
Block volumes are used when we have to deploy storage area network or SAN modee. Local NVMe can be
used for OLTP, NoSQL, and data warehousing type workloads. Block volumes can be used for database,
VM system, boot, and data storage requirements. File storage can be used for general purpose file system
for EBS and HPC workloads. Object Storage can be used for unstructured data, including logs, images, and
videos. Archive Object Storage can be used for backups and long term archival needs for compliance
requirements.
Image Courtesy : ORACLE
OCI Networking
VCN
Oracle VCN is a software defined private network in
OCI. It enables OCI resources, such as compute
instances, to securely communicate with internet and
other instances inside OCI or your on-premise data
centers. Just like a traditional data center network,
the VCN provides you with complete control over
your network environment.
VCN is highly available, scalable, and secure.
Customers define VCNs according to specific
workload IP address requirements. You can divide a
VCN into smaller ranges using private or public
subnets. Each VCN can provide different type of
connectivity using gateways. Let's look at various
gateways options.
Image Courtesy : ORACLE
OCI Networking Gateways
● Internet Gateway
● NAT Gateway
● DRG - Dynamic Routing Gateway -IPSec VPN , FastConnect
● Service Gateway
● Local VCN peering
● Remote VCN peering
Image Courtesy : ORACLE
OCI Load Balancer
OCI load balancing service provides an automatic traffic
distribution from one entry point into multiple backend
servers in your VCN. This helps to load balance large amount
of traffic, which could overwhelm a single server. It gives a
mechanism to scale out application tier by adding more
servers, and also provides the application high availability, so
even if one availability domain has an issue, you can still be
up and running with other availability domains.
OCI IAM
We have root compartment. Then we have organized our resources into network compartment and
storage compartment. We have also created network admin group, and for network admins, we can write
policies to network resources in network compartment. For storage admins, we can write policy for storage
resources in storage compartment. This way, users in each group can only work and administer resources
that they are authorized for.
Image Courtesy : ORACLE
OCI Authentication
Let's look at various options for authentication. Oracle Access Management seamlessly integrates your
identities and systems to secure access from anywhere at any time and by any method by delivering risk
aware end to end user authentication and single sign on. OCI provides users and applications many ways
to authenticate themselves. Username and password is pretty common.
OCI also support API signing keys in conjunction SDK and CLI. Or tokens are Oracle generated tokens
strings to authenticate with third party APIs that do not support OCI signature based authentication. One
example would be autonomous data warehousing database.
OCI Policy
There are four verbs starting with Inspect; then Read, which is
superset of Inspect; then Use, which is superset of Read; and finally,
Manage, which is all permissions. Resource types or all resources,
database family, instance family, object family, VCN, volume, cluster,
file, and DNS
Image Courtesy : ORACLE
DEMO
on OCI Console
Thank You !
Get in touch with us:
Lorem Studio, Lord Building
D4456, LA, USA

More Related Content

PDF
Oracle Cloud Infrastructure
PPTX
Oracle Cloud Infrastructure Overview Deck.pptx
PPTX
Cloud Oracle
PDF
Oracle Cloud Infrastructure – Storage
PDF
Introduction to Oracle Cloud
PPTX
Oracle Cloud Infrastructure.pptx
PPTX
OCI Overview
PPTX
V model
Oracle Cloud Infrastructure
Oracle Cloud Infrastructure Overview Deck.pptx
Cloud Oracle
Oracle Cloud Infrastructure – Storage
Introduction to Oracle Cloud
Oracle Cloud Infrastructure.pptx
OCI Overview
V model

What's hot (20)

PPTX
Oracle Cloud Infrastructure (OCI)
PDF
Oracle RAC 19c: Best Practices and Secret Internals
PPTX
Azure fundamentals
PPT
Oracle GoldenGate
PDF
Migration to Oracle Multitenant
PPTX
Oracle architecture ppt
PPTX
Cloud Migration PPT -final.pptx
PDF
Oracle Enterprise Manager
PPTX
Microsoft Azure
PDF
AZ-900 Azure Fundamentals.pdf
PDF
Introduction to Azure
PPTX
Oracle Database Exadata Cloud Service Conference
PPTX
Move your oracle apps to oci
PPTX
Oracle Database Cloud Service
PDF
Cloud Migration Strategy and Best Practices
PDF
Oracle RAC 19c - the Basis for the Autonomous Database
PDF
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
PDF
Oracle Cloud
PPTX
Eucalyptus cloud computing
PDF
Enterprise manager 13c
Oracle Cloud Infrastructure (OCI)
Oracle RAC 19c: Best Practices and Secret Internals
Azure fundamentals
Oracle GoldenGate
Migration to Oracle Multitenant
Oracle architecture ppt
Cloud Migration PPT -final.pptx
Oracle Enterprise Manager
Microsoft Azure
AZ-900 Azure Fundamentals.pdf
Introduction to Azure
Oracle Database Exadata Cloud Service Conference
Move your oracle apps to oci
Oracle Database Cloud Service
Cloud Migration Strategy and Best Practices
Oracle RAC 19c - the Basis for the Autonomous Database
Oracle Real Application Clusters 19c- Best Practices and Internals- EMEA Tour...
Oracle Cloud
Eucalyptus cloud computing
Enterprise manager 13c
Ad

Similar to Introduction to Oracle Cloud Infrastructure Services (20)

PDF
Developer Services in OCI
PPTX
E-Business suite migration to Oracle cloud
PDF
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdf
PDF
Oracle Cloud Reason top to adobt oraclee
PDF
Whats new in Autonomous Database in 2022
PDF
Oracle CloudWorld 2023 - Multi-cloud App Dev for Java Devs with Microsoft Azu...
PPTX
Day 1 - EBS Cloud Manager-Getting Started Intro and More.pptx
PDF
IaaS Cloud Providers: A comparative analysis
PPTX
Analytics and Lakehouse Integration Options for Oracle Applications
PDF
Top 10 reasons to adopt cloud
PDF
Multi-cloud App Development with Microsoft Azure and Oracle Cloud Infrastructure
PDF
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...
PPTX
Oracle Cloud Overview - Day1 (1)-converted.pptx
PPTX
Azure-Interview-Questions-Slides.pptx
PPTX
Cloud Made Easy - August 2017
PDF
Lucw lsec-securit-20110907-4-final-5
PDF
Cloud Computing Interview Questions PDF By ScholarHat
PDF
As34269277
PDF
QUICK REFERENCE FOR KEY CONCEPT AND TERMINOLOGY FOR ORACLE CLOUD INFRASTRUCTURE
PPTX
Multitenancy on OCI - FinalRM.pptx
Developer Services in OCI
E-Business suite migration to Oracle cloud
OCI Oracle Foundations Associate (1Z0-1085-23) Exam Dumps 2023.pdf
Oracle Cloud Reason top to adobt oraclee
Whats new in Autonomous Database in 2022
Oracle CloudWorld 2023 - Multi-cloud App Dev for Java Devs with Microsoft Azu...
Day 1 - EBS Cloud Manager-Getting Started Intro and More.pptx
IaaS Cloud Providers: A comparative analysis
Analytics and Lakehouse Integration Options for Oracle Applications
Top 10 reasons to adopt cloud
Multi-cloud App Development with Microsoft Azure and Oracle Cloud Infrastructure
DTU Global Azure 2023 Bootcamp - Multi-cloud App Dev for Java Developers with...
Oracle Cloud Overview - Day1 (1)-converted.pptx
Azure-Interview-Questions-Slides.pptx
Cloud Made Easy - August 2017
Lucw lsec-securit-20110907-4-final-5
Cloud Computing Interview Questions PDF By ScholarHat
As34269277
QUICK REFERENCE FOR KEY CONCEPT AND TERMINOLOGY FOR ORACLE CLOUD INFRASTRUCTURE
Multitenancy on OCI - FinalRM.pptx
Ad

More from Knoldus Inc. (20)

PPTX
Angular Hydration Presentation (FrontEnd)
PPTX
Optimizing Test Execution: Heuristic Algorithm for Self-Healing
PPTX
Self-Healing Test Automation Framework - Healenium
PPTX
Kanban Metrics Presentation (Project Management)
PPTX
Java 17 features and implementation.pptx
PPTX
Chaos Mesh Introducing Chaos in Kubernetes
PPTX
GraalVM - A Step Ahead of JVM Presentation
PPTX
Nomad by HashiCorp Presentation (DevOps)
PPTX
Nomad by HashiCorp Presentation (DevOps)
PPTX
DAPR - Distributed Application Runtime Presentation
PPTX
Introduction to Azure Virtual WAN Presentation
PPTX
Introduction to Argo Rollouts Presentation
PPTX
Intro to Azure Container App Presentation
PPTX
Insights Unveiled Test Reporting and Observability Excellence
PPTX
Introduction to Splunk Presentation (DevOps)
PPTX
Code Camp - Data Profiling and Quality Analysis Framework
PPTX
AWS: Messaging Services in AWS Presentation
PPTX
Amazon Cognito: A Primer on Authentication and Authorization
PPTX
ZIO Http A Functional Approach to Scalable and Type-Safe Web Development
PPTX
Managing State & HTTP Requests In Ionic.
Angular Hydration Presentation (FrontEnd)
Optimizing Test Execution: Heuristic Algorithm for Self-Healing
Self-Healing Test Automation Framework - Healenium
Kanban Metrics Presentation (Project Management)
Java 17 features and implementation.pptx
Chaos Mesh Introducing Chaos in Kubernetes
GraalVM - A Step Ahead of JVM Presentation
Nomad by HashiCorp Presentation (DevOps)
Nomad by HashiCorp Presentation (DevOps)
DAPR - Distributed Application Runtime Presentation
Introduction to Azure Virtual WAN Presentation
Introduction to Argo Rollouts Presentation
Intro to Azure Container App Presentation
Insights Unveiled Test Reporting and Observability Excellence
Introduction to Splunk Presentation (DevOps)
Code Camp - Data Profiling and Quality Analysis Framework
AWS: Messaging Services in AWS Presentation
Amazon Cognito: A Primer on Authentication and Authorization
ZIO Http A Functional Approach to Scalable and Type-Safe Web Development
Managing State & HTTP Requests In Ionic.

Recently uploaded (20)

PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Modernizing your data center with Dell and AMD
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPT
Teaching material agriculture food technology
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
cuic standard and advanced reporting.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Electronic commerce courselecture one. Pdf
PDF
Spectral efficient network and resource selection model in 5G networks
Reach Out and Touch Someone: Haptics and Empathic Computing
Understanding_Digital_Forensics_Presentation.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
MYSQL Presentation for SQL database connectivity
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Modernizing your data center with Dell and AMD
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
20250228 LYD VKU AI Blended-Learning.pptx
Teaching material agriculture food technology
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Diabetes mellitus diagnosis method based random forest with bat algorithm
Dropbox Q2 2025 Financial Results & Investor Presentation
cuic standard and advanced reporting.pdf
Chapter 3 Spatial Domain Image Processing.pdf
The AUB Centre for AI in Media Proposal.docx
Digital-Transformation-Roadmap-for-Companies.pptx
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Electronic commerce courselecture one. Pdf
Spectral efficient network and resource selection model in 5G networks

Introduction to Oracle Cloud Infrastructure Services

  • 1. Presented By: Rahul Miglani OCI Introduction
  • 2. Knoldus is a team of passionate technologists with a product mindset who work along with businesses to deliver solutions at the speed of competitive advantage. Our main capabilities are around Reactive Products, IoT, Microservices & API, Data Science, Data Engineering and DevOps. We also have our strategic partnerships with Databricks, Lightbend, Confluent, Snowflake and many more, to deliver more value to clients.
  • 3. Our Agenda Oracle Cloud Infrastructure Logging 01 OCI Overview 02 How Free Tier works 03 OCI benefits 04 OCI Services 05 OCI Console Demo
  • 4. Overview Oracle Cloud Infrastructure is a set of complementary cloud services that enable you to build and run a wide range of applications and services in a highly available hosted environment. Oracle Cloud Infrastructure (OCI) offers high-performance compute capabilities (as physical hardware instances) and storage capacity in a flexible overlay virtual network that is securely accessible from your on-premises network. The Free Trial provides you with $300 of cloud credits that are valid for up to 30 days. You may spend these credits on any eligible Oracle Cloud Infrastructure service.
  • 5. Always Free Resources All Oracle Cloud Infrastructure accounts (whether free or paid) have a set of resources that are free of charge for the life of the account. These resources display the Always Free label in the Console (for Ampere A1 Compute shapes, see Compute). Using the Always Free resources, you can provision a virtual machine (VM) instance, an Oracle Autonomous Database, and the networking, load balancing, and storage resources needed to support the applications that you want to build. With these resources, you can do things like run small-scale applications or perform proof-of-concept testing.
  • 6. OCI Basics OCI Regions A collection of availability domains located in a single geographic location. Availability Domains One or more isolated, fault-tolerant Oracle data centers that host cloud resources such as instances, volumes, and subnets. A region contains one or more availability domains. Fault Domains A logical grouping of hardware and infrastructure within an availability domain. Fault domains isolate resources during hardware failure or unexpected software changes. Compartments A collection of related resources that can be accessed only by groups that have been given permission by an administrator in your organization. DevOps is a continuous integration/continuous delivery (CI/CD) service that automates the delivery and deployment of software to Oracle Cloud Infrastructure (OCI) compute platforms.
  • 7. OCI Architecture REGION AD FD Within the region we have this concept of Availability Domain, these are also referred to as ADs. ADs are completely isolated data centers located within a region, but connected to each other by low latency, high bandwidth network. Within an AD, we have the Fault Domains, also known as FDs. FDs act as a logical data center within an Availability Domain. Image Courtesy : ORACLE
  • 8. OCI Architecture REGION AD FD Application running on multiple Fault Domains are protected against hardware failures. Applications running across multiple Availability Domains are protected against physical data center outages, and applications running across regions are protected against regional failures. Running applications in multiple Fault Domains, Availability Domains, and regions can also provide load balancing capabilities for better performance and scalability on top of high availability. Image Courtesy : ORACLE
  • 9. Multi AD Architecture Image Courtesy : ORACLE Availability Domains don't share any physical infrastructure, such as power and cooling, and they don't share an internal network.If anyone becomes unavailable for any reason, let's say because of a natural disaster or power failure, your Availability Domain 2 and Availability Domain 3 are still operational, and applications on Availability Domain 2 and Availability Domain 3 are still up and running and serving our end users. So multiple Availability Domains inside the regions are providing high availability for applications, and protecting them against what we call site failures. If one site goes down, the other sites are still up and running. Image Courtesy : ORACLE
  • 10. Multi AD-Multi FD Architecture Image Courtesy : ORACLE In this example, we have a region with three Availability Domains, and within each Availability Domain, there are three Fault Domains, Fault Domain 1, Fault Domain 2, and Fault Domain 3. If one Fault Domain is not available for any reason, the other Fault Domains are still up and running. In a nutshell, Fault Domains are protecting our applications against software and hardware failure. As a best practice, always design your architecture to deploy instances that perform the same tasks in different Fault Domains in one AD, and different Availability Domains in a region. Image Courtesy : ORACLE
  • 11. Compartments Resources and compartments can be added and deleted any time by following a proper procedure. Resources can be moved from one compartment to another, so it is a very flexible design. You may decide that resources need to be moved, because your company made an acquisition, or maybe there's a re-org. Compartments are logical, so resources from multiple regions can be in the same compartment. We can have subcompartments within compartments, and this nesting can be six levels deep. Now here is the most important key point, when the administrator writes a policy for identity and access management, the policy is always written for a group, and it is always attached to a compartment or a subcompartment. Image Courtesy : ORACLE
  • 12. OCI Compute Services ● CODE ● APP CONTAINER ● LANGUAGE RUNTIME ● OS ● VIRTUALIZATION ● CODE ● APP CONTAINER ● LANGUAGE RUNTIME ● OS ● CODE ● APP CONTAINER ● LANGUAGE RUNTIME ● OS ● CODE ● APP CONTAINER ● CODE Image Courtesy : ORACLE
  • 13. OCI Storage Services Block volumes are used when we have to deploy storage area network or SAN modee. Local NVMe can be used for OLTP, NoSQL, and data warehousing type workloads. Block volumes can be used for database, VM system, boot, and data storage requirements. File storage can be used for general purpose file system for EBS and HPC workloads. Object Storage can be used for unstructured data, including logs, images, and videos. Archive Object Storage can be used for backups and long term archival needs for compliance requirements. Image Courtesy : ORACLE
  • 14. OCI Networking VCN Oracle VCN is a software defined private network in OCI. It enables OCI resources, such as compute instances, to securely communicate with internet and other instances inside OCI or your on-premise data centers. Just like a traditional data center network, the VCN provides you with complete control over your network environment. VCN is highly available, scalable, and secure. Customers define VCNs according to specific workload IP address requirements. You can divide a VCN into smaller ranges using private or public subnets. Each VCN can provide different type of connectivity using gateways. Let's look at various gateways options. Image Courtesy : ORACLE
  • 15. OCI Networking Gateways ● Internet Gateway ● NAT Gateway ● DRG - Dynamic Routing Gateway -IPSec VPN , FastConnect ● Service Gateway ● Local VCN peering ● Remote VCN peering Image Courtesy : ORACLE
  • 16. OCI Load Balancer OCI load balancing service provides an automatic traffic distribution from one entry point into multiple backend servers in your VCN. This helps to load balance large amount of traffic, which could overwhelm a single server. It gives a mechanism to scale out application tier by adding more servers, and also provides the application high availability, so even if one availability domain has an issue, you can still be up and running with other availability domains.
  • 17. OCI IAM We have root compartment. Then we have organized our resources into network compartment and storage compartment. We have also created network admin group, and for network admins, we can write policies to network resources in network compartment. For storage admins, we can write policy for storage resources in storage compartment. This way, users in each group can only work and administer resources that they are authorized for. Image Courtesy : ORACLE
  • 18. OCI Authentication Let's look at various options for authentication. Oracle Access Management seamlessly integrates your identities and systems to secure access from anywhere at any time and by any method by delivering risk aware end to end user authentication and single sign on. OCI provides users and applications many ways to authenticate themselves. Username and password is pretty common. OCI also support API signing keys in conjunction SDK and CLI. Or tokens are Oracle generated tokens strings to authenticate with third party APIs that do not support OCI signature based authentication. One example would be autonomous data warehousing database.
  • 19. OCI Policy There are four verbs starting with Inspect; then Read, which is superset of Inspect; then Use, which is superset of Read; and finally, Manage, which is all permissions. Resource types or all resources, database family, instance family, object family, VCN, volume, cluster, file, and DNS Image Courtesy : ORACLE
  • 21. Thank You ! Get in touch with us: Lorem Studio, Lord Building D4456, LA, USA