SlideShare ist ein Scribd-Unternehmen logo
1 von 35
Downloaden Sie, um offline zu lesen
By 2020 the amount of new workloads
estimated to be run in the cloud
83%
BUT WAIT. 
I NEED TO RUN ORACLE
WORKLOADS ON-PREMISE
WRONG
*
*) sort of
ORACLE CLOUD
INFRASTRUCTURE
Get started with
BUILDING BLOCKS FOR OCI
IDENTITY & ACCESS
MANAGEMENT
VIRTUAL MACHINE
VIRTUAL CLOUD
NETWORK
BARE METAL
LOAD BALANCER OBJECT STORAGE
DATABASE  BLOCK STORAGE
AUDIT FILE STORAGE
EMAIL CONTAINERS
DATA TRANSFER DNS
Each and every resource
in OCI has always an
OCID
User: ocid1.user.oc1..aaaaaaaa43unp7xlqstas6ugiyjdltw3fe2uilskcs3medspgbeuu6patgia
Tenancy: ocid1.tenancy.oc1..aaaaaaaazw33gsdom5s1mk3yj4u5hoeohgym6gd6oygpp2zvauwwx74olktq
To build an infrastructure we will
need to create resources in your
                  TENANCY
PICK A REGION
FOR YOUR
INFRASTRUCTURE
 
Phoenix - PHX
Ashburn - IAD
London - LHR
Frankfurt - FRA
Each region has multiple Availability Domains 
Enables you to build HA configurations easily!
IAM
Create users, groups and
compartments using IAM service
My favourite service with OCI - easy to
control everything under one account
with compartments
IAM is a global service 
Users belong to groups
Policies
Policies grant users access to specific
resources in compartments by 
ALLOW
Policy is one of inspect, read, use or
manage
Some policies are granted to tenancy
Resource types are individual or family
Allow group <group name> to <verb> <resource-type> in compartment <compartment name>
VCN
Virtul Cloud Network
ResourceResource #1#1 #2#2 #3#3
Subnets One subnet - One AD Private or Public
Three IP's per subnet
reserved by Oracle
Gateways /
Connections
Internet, Dynamic, Local Fast Connect  vs IpSec VPN VCN peering
Route Tables
Route subnet traffic to IGW,
DRG, LRG, NAT GW etc.
No route required for
subnets under same VCN
Overlapping case most
specific rule used
Security Lists
Assigned to subnet but
managed on instance level
Stateful or stateless
Changes are applied always
immediately
VNIC
One primary private IPV4
address (32 total) / subnet
Optional public IPV4
address for each private
IPV4
Disable Source/destination
check for NAT GW
IP Address &
DNS
Public or Private
Ephemeral or reserved
public IP
DNS VCN & Internet
Resolver or custom
VCN RESOURCES
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Your basic VCN could look like this 
Compartment
VCN  10.0.0.0/16
PublicSubnet 10.0.0.0/24 PrivateSubnet 10.0.2.0/24
AD1 AD2
PublicSubnet 10.0.1.0/24
AD1
Network is there.
And the other services?
COMPUTE
Shutdown instances when you
don't need them
Resilient hardware but design
for failure
Optimize
Use pre-build Linux or Windows
images to standardize your
operations
Bring your own images to
match existing On-Premise
standards
Standardize
Pick from wide range of shapes ,
new X7 based 2.X shapes
available 
Scale up/down when needed 
Oracle manages physical
security layer
Default access to instances via
SSH keypairs
Access to services through
instance principals
Utilize KSplice without additional
cost 
SecurityPerformance
Choose between BareMetal and Virtual Machine
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Great for
isolated
workloads
Either local
(NVMe) or
block storage
Performance
Standard,
DenseIO,
GPU shapes
Runs on
same
hardware as
BM but
shared
Attach block
storage
Standard,
DenseIO
shapes
You still manage
backups and OS
level security!
Choose between
BM, VM or Exadata
for your DB
Options: SE, EE, EE
- High perf, EE -
Extreme perf
Bring your own
license (BYOL) or
license included
11.2, 12.1, 12.2, 18.1
(no Exa)
All standard database
features exist and can be
used! (RAC included)
Licensing "benefits"
Requires public subnet
for backups to object
storage
All user created
tablespaces encrypted by
default TDE
But what are all these
different storages?
Block Object File
Attach block volume  to
compute instance (iSCSI
or PV)
Two types: Block & Boot
Volumes accessed by
instances on the same
AD
Boot volumes can be
preserved during
termination
Size between 50GB and
16TB
Encrypted at rest
Backup & Restore &
Store any type of objects 
Either Object or Archive
Consists of an object,
bucket, namespace &
compartment
Strong consistency,
across multiple ADs
Use pre-authenticated
request to give access
Archive storage for
seldom accessed data -
minimum retention 90
days
4 hours for TTFB
Network file system
Use for any application
requiring NFS / shared
file system (eBS)
Service runs on each AD
and is replicated within
AD
Filesystem mount can be
shared within  a region
Additional network related services
DNS LOAD BALANCING
Create and manage your own
DNS zones
Supports variety of different
record types (A, AAAA, ALIAS
etc.)
Public (two subnets) or Private
(one subnet) 
No primary LB , floating IP
Consists of listener, backend set,
backend servers and a policy for
load balancing and health
Remember to modify security
lists to allow traffic
Additional services
EMAIL AUDIT
Send emails :)
Set up an approved sender to
deliver high volume emails
to recepients 
Manage email service also
through policies
Supported by all services &
all calls on API endpoints
logged
By default events are logged
for 90 days
Can be extended to 365 days
but no archive possibility 
Example services for
Oracle e-Business
Suite instance
Every EBS needs a database! Pick VM,
BM or Exadata
1. Database 
Private LB on one AD to distribute
traffic to web/forms nodes.
5. Load Balancer
Use for backups
6. Object Storage
Mount targets for shared FS and create
rules to allow traffic to all nodes
4. File Storage
Three instances. Two for web/forms
and one for CM server.
2. Compute 
Provision required volumes for
each compute
3. Block Storage
How do I build all these?
You can use console or OCI-CLI to manage resources
OCI-CLI is a python based script utilizing OCI API's
oci <service> <type> <action> <options>
But there is one more!
TERRAFORM
Orchestration tool
to take benefit of
Infrastructure as
Code
Saves state of your
resources
Providers for OCI,
AWS, Azure etc.
Pre-build modules
are great!
Terraform is
quite simple to
master.
Define variables
and call
resources to
create/modify/
delete
resources 
DEMO
OCI has potential
to become
premier cloud
pick for enterprise
applications but 
more integreated
services are
needed
OCI Kubernetes
Released few weeks ago
Container engine service
Create and manage
Kubernetes clusters
Pull docker images from OCI
registry service 
Step in the
right direction!
OCI Summary
Deploy resilient infrastructure
Deploy high availability infrastructure
as code 
Leverage cloud options
Integrated cloud services
Modernize your enterprise applications by
saving costs, optimizing performance
Good basis exists but overall
improvements required to integrate OCI
with other cloud resources
Questions?
THANK YOU!
Simo Vilmunen
Technical Architect @Uponor,
Oracle Solutions OCI, On-
Premise & AWS
blog:
https://finnishingthoughts.wordpress.com
twitter:
@svilmune
email: simo.vilmunen 

Weitere ähnliche Inhalte

Was ist angesagt?

Oracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptxOracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptxGarvitNTT
 
CAF presentation 09 16-2020
CAF presentation 09 16-2020CAF presentation 09 16-2020
CAF presentation 09 16-2020Michael Nichols
 
Oracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – StorageOracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – StorageMarketingArrowECS_CZ
 
Oracle Database Migration to Oracle Cloud Infrastructure
Oracle Database Migration to Oracle Cloud InfrastructureOracle Database Migration to Oracle Cloud Infrastructure
Oracle Database Migration to Oracle Cloud InfrastructureSinanPetrusToma
 
Introducing Azure SQL Database
Introducing Azure SQL DatabaseIntroducing Azure SQL Database
Introducing Azure SQL DatabaseJames Serra
 
Oracle Cloud Infrastructure Overview Deck.pptx
Oracle Cloud Infrastructure Overview Deck.pptxOracle Cloud Infrastructure Overview Deck.pptx
Oracle Cloud Infrastructure Overview Deck.pptxLabibKhairi
 
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...Amazon Web Services
 
OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)
OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)
OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)オラクルエンジニア通信
 
MV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-clickMV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-clickRuggero Citton
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceJean-Philippe PINTE
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftDavid J Rosenthal
 
Oracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデートOracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデートオラクルエンジニア通信
 
azure-security-overview-slideshare-180419183626.pdf
azure-security-overview-slideshare-180419183626.pdfazure-security-overview-slideshare-180419183626.pdf
azure-security-overview-slideshare-180419183626.pdfBenAissaTaher1
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to AzureRobert Crane
 
Oracle Cloud Reference Architecture
Oracle Cloud Reference ArchitectureOracle Cloud Reference Architecture
Oracle Cloud Reference ArchitectureBob Rhubart
 
Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017
Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017
Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017Amazon Web Services Korea
 

Was ist angesagt? (20)

Oracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptxOracle Cloud Infrastructure.pptx
Oracle Cloud Infrastructure.pptx
 
CAF presentation 09 16-2020
CAF presentation 09 16-2020CAF presentation 09 16-2020
CAF presentation 09 16-2020
 
Oracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – StorageOracle Cloud Infrastructure – Storage
Oracle Cloud Infrastructure – Storage
 
Oracle Database Migration to Oracle Cloud Infrastructure
Oracle Database Migration to Oracle Cloud InfrastructureOracle Database Migration to Oracle Cloud Infrastructure
Oracle Database Migration to Oracle Cloud Infrastructure
 
Introducing Azure SQL Database
Introducing Azure SQL DatabaseIntroducing Azure SQL Database
Introducing Azure SQL Database
 
Oracle Cloud Infrastructure Overview Deck.pptx
Oracle Cloud Infrastructure Overview Deck.pptxOracle Cloud Infrastructure Overview Deck.pptx
Oracle Cloud Infrastructure Overview Deck.pptx
 
Azure storage
Azure storageAzure storage
Azure storage
 
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
An Overview of Best Practices for Large Scale Migrations - AWS Transformation...
 
Azure migration
Azure migrationAzure migration
Azure migration
 
OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)
OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)
OCI 購入モデルの整理と Universal Credit 最新情報(2021年2月17日版)
 
MV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-clickMV2ADB - Move to Oracle Autonomous Database in One-click
MV2ADB - Move to Oracle Autonomous Database in One-click
 
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud ServiceOracle Cloud Storage Service & Oracle Database Backup Cloud Service
Oracle Cloud Storage Service & Oracle Database Backup Cloud Service
 
Azure Arc Overview from Microsoft
Azure Arc Overview from MicrosoftAzure Arc Overview from Microsoft
Azure Arc Overview from Microsoft
 
第18回しゃちほこオラクル俱楽部
第18回しゃちほこオラクル俱楽部第18回しゃちほこオラクル俱楽部
第18回しゃちほこオラクル俱楽部
 
Oracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデートOracle Cloud Infrastructure:2022年1月度サービス・アップデート
Oracle Cloud Infrastructure:2022年1月度サービス・アップデート
 
azure-security-overview-slideshare-180419183626.pdf
azure-security-overview-slideshare-180419183626.pdfazure-security-overview-slideshare-180419183626.pdf
azure-security-overview-slideshare-180419183626.pdf
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to Azure
 
Oracle Cloud Reference Architecture
Oracle Cloud Reference ArchitectureOracle Cloud Reference Architecture
Oracle Cloud Reference Architecture
 
Fundamentals of AWS Security
Fundamentals of AWS SecurityFundamentals of AWS Security
Fundamentals of AWS Security
 
Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017
Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017
Amazon Aurora 성능 향상 및 마이그레이션 모범 사례 - AWS Summit Seoul 2017
 

Ähnlich wie How to get started with Oracle Cloud Infrastructure

Openstack_administration
Openstack_administrationOpenstack_administration
Openstack_administrationAshish Sharma
 
Oracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle CloudOracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle Cloudpasalapudi
 
Resume-SystemsDBA-Brian Wigton
Resume-SystemsDBA-Brian WigtonResume-SystemsDBA-Brian Wigton
Resume-SystemsDBA-Brian WigtonBrian Wigton
 
Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010DavidGristwood
 
Oracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdf
Oracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdfOracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdf
Oracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdfMohamedHusseinEid
 
Deep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instancesDeep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instancesAmazon Web Services
 
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...Amazon Web Services
 
Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Sandesh Rao
 
Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architecturesabhinav vedanbhatla
 
1z0-997-20-oci-professional-incomplete.pdf
1z0-997-20-oci-professional-incomplete.pdf1z0-997-20-oci-professional-incomplete.pdf
1z0-997-20-oci-professional-incomplete.pdfMohamedHusseinEid
 
Automating hard things may 2015
Automating hard things   may 2015Automating hard things   may 2015
Automating hard things may 2015Mark Baker
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudWolfgang Gentzsch
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudThe UberCloud
 
OpenStack in Enterprise
OpenStack in EnterpriseOpenStack in Enterprise
OpenStack in EnterpriseNalee Jang
 
Module 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online ConferenceModule 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online ConferenceAmazon Web Services
 
Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference Amazon Web Services
 
CoreOS and cloud provider integration: simple cloud-init example at Exoscale
CoreOS and cloud provider integration: simple cloud-init example at ExoscaleCoreOS and cloud provider integration: simple cloud-init example at Exoscale
CoreOS and cloud provider integration: simple cloud-init example at ExoscaleAntoine COETSIER
 

Ähnlich wie How to get started with Oracle Cloud Infrastructure (20)

Openstack_administration
Openstack_administrationOpenstack_administration
Openstack_administration
 
Oracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle CloudOracle E-Business Suite On Oracle Cloud
Oracle E-Business Suite On Oracle Cloud
 
Resume-SystemsDBA-Brian Wigton
Resume-SystemsDBA-Brian WigtonResume-SystemsDBA-Brian Wigton
Resume-SystemsDBA-Brian Wigton
 
How Easy to Automate Application Deployment on AWS
How Easy to Automate Application Deployment on AWSHow Easy to Automate Application Deployment on AWS
How Easy to Automate Application Deployment on AWS
 
Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010Understanding the Windows Azure Platform - Dec 2010
Understanding the Windows Azure Platform - Dec 2010
 
Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros
 
Microsoft cloud 101
Microsoft cloud 101Microsoft cloud 101
Microsoft cloud 101
 
Oracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdf
Oracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdfOracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdf
Oracle Cloud DBA - OCP 2021 [1Z0-1093-21].pdf
 
Deep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instancesDeep Dive on Amazon EC2 instances
Deep Dive on Amazon EC2 instances
 
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
 
Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022Whats new in Autonomous Database in 2022
Whats new in Autonomous Database in 2022
 
Survey of open source cloud architectures
Survey of open source cloud architecturesSurvey of open source cloud architectures
Survey of open source cloud architectures
 
1z0-997-20-oci-professional-incomplete.pdf
1z0-997-20-oci-professional-incomplete.pdf1z0-997-20-oci-professional-incomplete.pdf
1z0-997-20-oci-professional-incomplete.pdf
 
Automating hard things may 2015
Automating hard things   may 2015Automating hard things   may 2015
Automating hard things may 2015
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the Cloud
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the Cloud
 
OpenStack in Enterprise
OpenStack in EnterpriseOpenStack in Enterprise
OpenStack in Enterprise
 
Module 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online ConferenceModule 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online Conference
 
Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference
 
CoreOS and cloud provider integration: simple cloud-init example at Exoscale
CoreOS and cloud provider integration: simple cloud-init example at ExoscaleCoreOS and cloud provider integration: simple cloud-init example at Exoscale
CoreOS and cloud provider integration: simple cloud-init example at Exoscale
 

Kürzlich hochgeladen

AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...sonatiwari757
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.soniya singh
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...aditipandeya
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)Damian Radcliffe
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLimonikaupta
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goahorny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goasexy call girls service in goa
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girlsstephieert
 

Kürzlich hochgeladen (20)

Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 26 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
Call Girls in Mayur Vihar ✔️ 9711199171 ✔️ Delhi ✔️ Enjoy Call Girls With Our...
 
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Green Park Escort Service Delhi N.C.R.
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Dilsukhnagar high-profile Cal...
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)How is AI changing journalism? (v. April 2024)
How is AI changing journalism? (v. April 2024)
 
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRLLucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
Lucknow ❤CALL GIRL 88759*99948 ❤CALL GIRLS IN Lucknow ESCORT SERVICE❤CALL GIRL
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goahorny (9316020077 ) Goa  Call Girls Service by VIP Call Girls in Goa
horny (9316020077 ) Goa Call Girls Service by VIP Call Girls in Goa
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 6 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Russian Call girls in Dubai +971563133746 Dubai Call girls
Russian  Call girls in Dubai +971563133746 Dubai  Call girlsRussian  Call girls in Dubai +971563133746 Dubai  Call girls
Russian Call girls in Dubai +971563133746 Dubai Call girls
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In South Ex 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In South Ex 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
10.pdfMature Call girls in Dubai +971563133746 Dubai Call girls
 
Call Girls In Noida 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Noida 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Noida 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Noida 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 

How to get started with Oracle Cloud Infrastructure

  • 1. By 2020 the amount of new workloads estimated to be run in the cloud 83%
  • 2. BUT WAIT.  I NEED TO RUN ORACLE WORKLOADS ON-PREMISE
  • 5. BUILDING BLOCKS FOR OCI IDENTITY & ACCESS MANAGEMENT VIRTUAL MACHINE VIRTUAL CLOUD NETWORK BARE METAL LOAD BALANCER OBJECT STORAGE DATABASE  BLOCK STORAGE AUDIT FILE STORAGE EMAIL CONTAINERS DATA TRANSFER DNS
  • 6. Each and every resource in OCI has always an OCID User: ocid1.user.oc1..aaaaaaaa43unp7xlqstas6ugiyjdltw3fe2uilskcs3medspgbeuu6patgia Tenancy: ocid1.tenancy.oc1..aaaaaaaazw33gsdom5s1mk3yj4u5hoeohgym6gd6oygpp2zvauwwx74olktq
  • 7. To build an infrastructure we will need to create resources in your                   TENANCY
  • 8. PICK A REGION FOR YOUR INFRASTRUCTURE   Phoenix - PHX Ashburn - IAD London - LHR Frankfurt - FRA Each region has multiple Availability Domains  Enables you to build HA configurations easily!
  • 9. IAM
  • 10. Create users, groups and compartments using IAM service My favourite service with OCI - easy to control everything under one account with compartments IAM is a global service  Users belong to groups
  • 11. Policies Policies grant users access to specific resources in compartments by  ALLOW Policy is one of inspect, read, use or manage Some policies are granted to tenancy Resource types are individual or family Allow group <group name> to <verb> <resource-type> in compartment <compartment name>
  • 13. ResourceResource #1#1 #2#2 #3#3 Subnets One subnet - One AD Private or Public Three IP's per subnet reserved by Oracle Gateways / Connections Internet, Dynamic, Local Fast Connect  vs IpSec VPN VCN peering Route Tables Route subnet traffic to IGW, DRG, LRG, NAT GW etc. No route required for subnets under same VCN Overlapping case most specific rule used Security Lists Assigned to subnet but managed on instance level Stateful or stateless Changes are applied always immediately VNIC One primary private IPV4 address (32 total) / subnet Optional public IPV4 address for each private IPV4 Disable Source/destination check for NAT GW IP Address & DNS Public or Private Ephemeral or reserved public IP DNS VCN & Internet Resolver or custom VCN RESOURCES Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  • 14. Your basic VCN could look like this  Compartment VCN  10.0.0.0/16 PublicSubnet 10.0.0.0/24 PrivateSubnet 10.0.2.0/24 AD1 AD2 PublicSubnet 10.0.1.0/24 AD1
  • 15. Network is there. And the other services?
  • 16. COMPUTE Shutdown instances when you don't need them Resilient hardware but design for failure Optimize Use pre-build Linux or Windows images to standardize your operations Bring your own images to match existing On-Premise standards Standardize Pick from wide range of shapes , new X7 based 2.X shapes available  Scale up/down when needed  Oracle manages physical security layer Default access to instances via SSH keypairs Access to services through instance principals Utilize KSplice without additional cost  SecurityPerformance
  • 17. Choose between BareMetal and Virtual Machine Lorem ipsum dolor sit amet, consectetur adipiscing elit. Great for isolated workloads Either local (NVMe) or block storage Performance Standard, DenseIO, GPU shapes Runs on same hardware as BM but shared Attach block storage Standard, DenseIO shapes
  • 18. You still manage backups and OS level security!
  • 19. Choose between BM, VM or Exadata for your DB Options: SE, EE, EE - High perf, EE - Extreme perf Bring your own license (BYOL) or license included 11.2, 12.1, 12.2, 18.1 (no Exa) All standard database features exist and can be used! (RAC included) Licensing "benefits" Requires public subnet for backups to object storage All user created tablespaces encrypted by default TDE
  • 20. But what are all these different storages?
  • 21. Block Object File Attach block volume  to compute instance (iSCSI or PV) Two types: Block & Boot Volumes accessed by instances on the same AD Boot volumes can be preserved during termination Size between 50GB and 16TB Encrypted at rest Backup & Restore & Store any type of objects  Either Object or Archive Consists of an object, bucket, namespace & compartment Strong consistency, across multiple ADs Use pre-authenticated request to give access Archive storage for seldom accessed data - minimum retention 90 days 4 hours for TTFB Network file system Use for any application requiring NFS / shared file system (eBS) Service runs on each AD and is replicated within AD Filesystem mount can be shared within  a region
  • 22. Additional network related services DNS LOAD BALANCING Create and manage your own DNS zones Supports variety of different record types (A, AAAA, ALIAS etc.) Public (two subnets) or Private (one subnet)  No primary LB , floating IP Consists of listener, backend set, backend servers and a policy for load balancing and health Remember to modify security lists to allow traffic
  • 23. Additional services EMAIL AUDIT Send emails :) Set up an approved sender to deliver high volume emails to recepients  Manage email service also through policies Supported by all services & all calls on API endpoints logged By default events are logged for 90 days Can be extended to 365 days but no archive possibility 
  • 24. Example services for Oracle e-Business Suite instance
  • 25. Every EBS needs a database! Pick VM, BM or Exadata 1. Database  Private LB on one AD to distribute traffic to web/forms nodes. 5. Load Balancer Use for backups 6. Object Storage Mount targets for shared FS and create rules to allow traffic to all nodes 4. File Storage Three instances. Two for web/forms and one for CM server. 2. Compute  Provision required volumes for each compute 3. Block Storage
  • 26. How do I build all these?
  • 27. You can use console or OCI-CLI to manage resources OCI-CLI is a python based script utilizing OCI API's oci <service> <type> <action> <options>
  • 28. But there is one more!
  • 29. TERRAFORM Orchestration tool to take benefit of Infrastructure as Code Saves state of your resources Providers for OCI, AWS, Azure etc. Pre-build modules are great!
  • 30. Terraform is quite simple to master. Define variables and call resources to create/modify/ delete resources 
  • 31. DEMO
  • 32. OCI has potential to become premier cloud pick for enterprise applications but  more integreated services are needed
  • 33. OCI Kubernetes Released few weeks ago Container engine service Create and manage Kubernetes clusters Pull docker images from OCI registry service  Step in the right direction!
  • 34. OCI Summary Deploy resilient infrastructure Deploy high availability infrastructure as code  Leverage cloud options Integrated cloud services Modernize your enterprise applications by saving costs, optimizing performance Good basis exists but overall improvements required to integrate OCI with other cloud resources
  • 35. Questions? THANK YOU! Simo Vilmunen Technical Architect @Uponor, Oracle Solutions OCI, On- Premise & AWS blog: https://finnishingthoughts.wordpress.com twitter: @svilmune email: simo.vilmunen