SlideShare ist ein Scribd-Unternehmen logo
1 von 32
Downloaden Sie, um offline zu lesen
Approaching Multicloud API Security Using “Metacloud.”
David S. Linthicum
dlinthicum@deloitte.com
NewBook
Why Are We Here?
Multicloud Interoperability is Crucial
36%
56%
Fully
Interoperable
"Some Level" of
Interoperability
Respondents Report on their
Cloud Interoperability
Source: 2022 Enterprise Cloud Index, which is based on a survey of 1,700 IT decision makers globally.
87% Respondents agree multiclouds require simpler cross-platform tools,
dashboard and configuration approaches
What are the Top
Multicloud Challenges?
38%
38%
42%
43%
49%
49%
Capacity Planning Across
Infrastructures
Application Mobility
Performance Across
Network Overlays
Cost
Data Integration
Security
KeyDriversforaMulticloudEnvironment
An IDC study found that 86% of enterprises predict that they will need a Multicloud approach to support their solutions within the next two years
Multicloud Adoption Drivers Multicloud Environment Benefits
Reduce cloud spend through competitive negotiation
Increase business agility through greater access to
the latest technologies across multiple providers
Meet current and future requirements of governance,
security, privacy, risk management and compliance
regulations
Reduce vulnerability risk by
limiting blast radius with multiple
Cloud Service Providers
Reduce latency caused by
exploding data volume on single
cloud service provider platform
Reduce operating cost with more
competitive price
Offers true flexibility to implement
solutions that best fit each
business workload to optimize
performance
Adopt the latest technologies
from different leading service
providers
Improve geographic presence
and disaster recovery in
response to outages
Business Continuity Technology Innovation
Data Gravity Reduction
Service Flexibility
Cost Reduction
Vulnerability Mitigation
Gain autonomy by minimizing vendor lock-in
Improve resiliency and reliability by distributing
workloads across multiple cloud service providers
Optimize the best of breed of cloud computing
solutions across the various Cloud Service Providers
Business Innovation
Supported
Leveraging Best-Of-Breed
Technology Available
Business
Value Created
Need for Innovation
Innovationis the driver.
Business Innovation
Supported
Leveraging Best-Of-Breed
Technology Available
Business
Value Created
Need for Innovation
The General Issue
Thebasicideabehindmulticloudsecurity.
PROTECT DETECT RESPOND TRACK
Multicloud/cloudAPIsecurityrisks
Broken object-level authorization. BOLA
occurs when a request can access or modify
data the requestor shouldn't have access to,
such as being able to access another user's
account by tampering with an identifier in the
request.
Broken function-level authorization. This
arises when the principle of least privilege
(POLP) isn't implemented, often as a result of
overly complex access control policies. It
results in an attacker being able to execute
sensitive commands or access endpoints
intended for privileged accounts.
Broken user authentication. Like BOLA, if the
authentication process can be compromised,
an attacker can pose as another user on a one-
time or even permanent basis.
Excessive data exposure. API responses to a
request often return more data than is relevant
or necessary. Even though the data may not be
displayed to the user, it can be easily examined
and may lead to a potential exposure of
sensitive information.
Improper asset management. API
development and deployment is usually fast-
paced, and thorough documentation is often
omitted in the rush to release new or updated
APIs. This leads to exposed and ghost
endpoints, as well as a poor understanding of
how older APIs work and need to be
implemented.
Lack of resources and rate limiting. API
endpoints are usually open to the internet and,
if there are no restrictions on the number or
size of requests, are open to DoS and brute-
force attacks.
Injection flaws. If request data isn't parsed and
validated correctly, an attacker can potentially
launch a command or SQL injection attack to
access it or execute malicious commands
without authorization.
Mass assignment. Software development
frameworks often proved the functionality to
insert all the data received from an online form
into a database or object with just one line of
code -- known as mass assignment -- removing
the need to write repetitive lines of form-
mapping code. If this is done without
specifying what data is acceptable, it opens a
variety of attack vectors.
Source: https://www.techtarget.com/searchapparchitecture/tip/10-API-security-guidelines-and-best-practices
Data
Orchestration
Service/API
Management &
Development
Network
Management
Logical
Abstracted
Storage
and
Data
Resource
Management
Logical
Abstracted
Services
Management
Devices
Applications
Cloud-
Based
Databases
Consumer/Producer Pool
Partner Clouds
Virtual
Databases
(Abstraction)
OLTP Analytical Common
Storage
Services
Special
Purpose
Management/Monitoring/CloudOps/Complexity
Management
Security
and
Governance/SecOps&GovOps
Cloud
Service
Brokering
Data
Focused
Multicloud
Service
Focused
Multicloud
Applications
Abstracted
Compute
Orchestration
and
Process
Native APIs
Application Services/Microservices
Data Integration
Public Clouds Private Clouds
Legacy
Infrastructure
Management
Cost
Governance
Multicloud is not complex…oh wait.
Security Risk and Costs
Growth of Complexity
Three Clouds
Two Clouds
Start
N Clouds
Complexity = API Security Risk
Number of
Cloud-Based
Systems
Complexity
Number of
Traditional
Systems
Star
t
Tipping
Point
Hitting the “API Complexity Wall”
Cost
Complexity
Star
t
Negative
Value
Finding “Negative Value.”
Multicloud API security issues
Authentication and
Authorization
Data Protection
API Gateway Security
Compliance
Visibility and Monitoring
The Solution
Movingfromsingleclouddeployments
Cloud
A
Storage Database APIs
Database A
Database B
Compute Platform APIs
Platform A
Platform B
Misc. cloud
services APIs
AI
Development
Operations
Governance
Security
Data
Orchestration
Service/API
Management &
Development
Network
Management
Logical
Abstracted
Storage
and
Data
Resource
Management
Logical
Abstracted
Services
Management
Devices
Applications
Cloud-
Based
Databases
Consumer/Producer Pool
Partner Clouds
Virtual
Databases
(Abstraction)
OLTP Analytical Common
Storage
Services
Special
Purpose
Management/Monitoring/CloudOps/Complexity
Management
Security
and
Governance/SecOps&GovOps
Cloud
Service
Brokering
Data
Focused
Multicloud
Service
Focused
Multicloud
Applications
Abstracted
Compute
Orchestration
and
Process
Native APIs
Application Services/Microservices
Data Integration
Public Clouds Private Clouds
Legacy
Infrastructure
Management
Cost
Governance
Deployed multicloud – abstraction and automation is key
Abstract
to
remove
complexity
Why abstraction and automation?
• A reaction to the fact that cloud API
implementations are becoming more
complex.
• The increased API complexity is
causing some negative value for
cloud deployments.
• The movement to hybrid and
multicloud is only accelerating.
Solutions in a nutshell
Cross Cloud API Security
Automation/abstraction
API
Data Movement
API
Data Processing
API
Service Processing
Abstraction/automation
API
Data
API
Services
API
Platforms
API
Knowledge/AI
API
Security
API
Development
API
Etc.
Cloud A Cloud B Cloud C
Example: Service Abstraction
• Heterogenous
Services
Complex
Services and
Microservices
• Service
Virtualization
Abstract
Services
Applications
Humans
• The trick of building composable
services is building at the right level of
granularity
• Challenges
• Engraining business logic into code
• Decomposing legacy services that
are not fine-grained enough
• Method
• Top-down process decomposition, vs.
bottom-up service development
• Must be iterative
Challenge:ServiceGranularity
The Approach: Automation of Abstract Resources
Step 1
• Service/API
invocation 1
• Oracle Database
Step 2
• Service/API
invocation 2
• Windows NT
Step 3
• Service/API
invocation 3
• Linux system
Orchestration
Common Security
Cloud
A
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Development
Cloud
B
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Development
Cloud
C
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Development
API Secuirty
API Security
API Security
To multicloud deployments
Common
API
security
Cloud A
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Development
Cloud B
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Development
Cloud C
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Development
Complexity in
a domain
Job 1: Reduce Complexity
Cross-Cloud Services:
Operations, API Security, Governance, Development, Deployment, Service Management,
Services Brokerage, Integrated AI, Data Integration, Etc.
Cloud A
Storage
Database
A
Database
B
Compute
Platform
A
Platform
B
AI Dev
Cloud B
Storage
Database
A
Database
B
Compute
Platform
A
Platform
B
AI Dev
Cloud C
Storage
Database
A
Database
B
Compute
Platform
A
Platform
B
AI Dev
Rise of the ”Supercloud” or ”Metacloud”
Cloud
A
Security
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Developme
nt
Cloud
B
Security
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Developme
nt
Cloud
C
Security
Storage
Database A
Database B
Compute
Platform A
Platform B
AI
Developme
nt
Security
Orchestration,
Observability,
Access
Management,
Directory
Services,
API
Secuirty,
Etc.
Modern Cross-Cloud
Security Approaches
Observability
and Security
What's
happening?
What's
likely to
happen?
How will
it
happen?
How to
defend?
How can we
stop this from
happening in
the future?
Security Observability is Key
I'm going to
breach
cloud data.
I've found
an attack
vector.
Breach
attempt.
Attempt
detected
and
analyzed.
Learning
data
generated.
Defensive
posture
adjusted.
Repeat
Leveraging AI as a Security Weapon
Approaching the Problem
Key Considerations
Modernization
Migration
Security and Privacy
Monitoring
Complexity Management
Innovation
Use Cases
Deployments
DevOps & Agile
Financial Management
7. Migrate
Code Migration
Migration Verification
Operations Planning
5. Cloud Complexity Management (abstraction, automation, complexity mediation, complexity in domains)
6. Skills Gap Analysis and Augmentation Planning
1. Plan & Assessment
4. Common Services
3. Operations Planning
2. Target Solution Planning
Common Security Services (data protection, identity, access, MFA, monitoring, scanning, encryption, compliance, SecOps)
Common Governance Services (services, cost, compliance, resource, GovOps)
Common Cognitive Services (machine and deep Learning)
Common Management and Monitoring (AIOps, CloudOps)
Data Center
Special Systems
(e.g., factory robotics)
Colo/MSP
In Process / Net New
Multi-cloud
Public Clouds
Private Clouds
IoT/Edge
DevOps Chain Planning
Colo/MSP
Performance
Security
BC / DR
Governance
Cost Management
Abstraction
Automation
8. Operate
Data Migration
Resource Migration
Security Migration
Governance
Migration
DevOps Integration
SecOps
Monitoring and
Metrics Plan
Legacy/Cloud
Operations
GovOps
PerfOps
DevOps
Planning Migrate Operate
FrameworkforMulticloudExecution
RevisingtheOperatingModelinAnticipationofMulticloud
Roll out of cloud operating model can be iterative and continue to evolve over time. It can start
with establishing a Minimum Viable Operating Model leveraging 3-5 scenarios per LOB as pilots,
and evolve into a fully integrated set of cloud with business focus.
As part of the cloud transformation program, an organization needs to evolve its existing IT
Operating Model processes, workflows, roles, and governance to support the agile nature of
cloud, and transform how services are delivered in efficient manner.
Cloud
Operating
Model
Maturity
Time
360 Days
Cloud 0: Assess current state
of Operating model using the
diagnostic tool across the 8
key categories, current state
competency assessment
Cloud 1.0: Identify gaps, new roles /
capabilities, key procedures, tools, KPIs
and standards and policies across all 8
categories
Cloud 2.0: Design and formulate teams,
define processes, frameworks and test
plans to implement changes identified
in the assessment process
180 Days
90 Days
Today
Business inputs are
increasingly delivered
through ongoing iterations
of cloud services
Cloud 4.0: Achieve end state
maturity with optimized
model. Fully-integrated
capabilities aligned with
cloud organization;
Frictionless governance and
control policies in place; and
automated operations
Operating model
continues to evolve
and be refined
270 Days
Cloud 3.0: Enhance operating model,
incorporate feedback, iterate and
automate workflows and processes
Moving to multicloud increases an organization’s need to focus on maturing the operating model in response to cloud
Thank you

Weitere ähnliche Inhalte

Was ist angesagt?

Containers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatContainers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatAmazon Web Services
 
APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...
APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...
APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...apidays
 
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Amazon Web Services
 
Azure API Management
Azure API ManagementAzure API Management
Azure API ManagementDaniel Toomey
 
Tracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracing
Tracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracingTracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracing
Tracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracingYuri Shkuro
 
The Ideal Approach to Application Modernization; Which Way to the Cloud?
The Ideal Approach to Application Modernization; Which Way to the Cloud?The Ideal Approach to Application Modernization; Which Way to the Cloud?
The Ideal Approach to Application Modernization; Which Way to the Cloud?Codit
 
Service Mesh - Observability
Service Mesh - ObservabilityService Mesh - Observability
Service Mesh - ObservabilityAraf Karsh Hamid
 
apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...
apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...
apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...apidays
 
DevSecOps: The DoD Software Factory
DevSecOps: The DoD Software FactoryDevSecOps: The DoD Software Factory
DevSecOps: The DoD Software Factoryscoopnewsgroup
 
Azure Container Apps
Azure Container AppsAzure Container Apps
Azure Container AppsKen Sykora
 
From Monolithic to Microservices
From Monolithic to Microservices From Monolithic to Microservices
From Monolithic to Microservices Amazon Web Services
 
The Paved Road at Netflix
The Paved Road at NetflixThe Paved Road at Netflix
The Paved Road at NetflixDianne Marsh
 
Agile, User Stories, Domain Driven Design
Agile, User Stories, Domain Driven DesignAgile, User Stories, Domain Driven Design
Agile, User Stories, Domain Driven DesignAraf Karsh Hamid
 
Exposing services with Azure API Management
Exposing services with Azure API ManagementExposing services with Azure API Management
Exposing services with Azure API ManagementCallon Campbell
 
Platform Engineering - a 360 degree view
Platform Engineering - a 360 degree viewPlatform Engineering - a 360 degree view
Platform Engineering - a 360 degree viewGiulio Roggero
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudNew Relic
 
Open shift 4 infra deep dive
Open shift 4    infra deep diveOpen shift 4    infra deep dive
Open shift 4 infra deep diveWinton Winton
 

Was ist angesagt? (20)

Containers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatContainers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red Hat
 
APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...
APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...
APIsecure 2023 - API orchestration: to build resilient applications, Cherish ...
 
Rethinking Cloud Proxies
Rethinking Cloud ProxiesRethinking Cloud Proxies
Rethinking Cloud Proxies
 
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
 
Azure API Management
Azure API ManagementAzure API Management
Azure API Management
 
Tracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracing
Tracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracingTracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracing
Tracing 2000+ polyglot microservices at Uber with Jaeger and OpenTracing
 
The Ideal Approach to Application Modernization; Which Way to the Cloud?
The Ideal Approach to Application Modernization; Which Way to the Cloud?The Ideal Approach to Application Modernization; Which Way to the Cloud?
The Ideal Approach to Application Modernization; Which Way to the Cloud?
 
Service Mesh - Observability
Service Mesh - ObservabilityService Mesh - Observability
Service Mesh - Observability
 
apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...
apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...
apidays Paris 2022 - API design best practices, Ryan Clifford & Ros Bennis, F...
 
DevSecOps: The DoD Software Factory
DevSecOps: The DoD Software FactoryDevSecOps: The DoD Software Factory
DevSecOps: The DoD Software Factory
 
DevOps @ OpenShift Online
DevOps @ OpenShift OnlineDevOps @ OpenShift Online
DevOps @ OpenShift Online
 
Azure Container Apps
Azure Container AppsAzure Container Apps
Azure Container Apps
 
From Monolithic to Microservices
From Monolithic to Microservices From Monolithic to Microservices
From Monolithic to Microservices
 
The Paved Road at Netflix
The Paved Road at NetflixThe Paved Road at Netflix
The Paved Road at Netflix
 
Agile, User Stories, Domain Driven Design
Agile, User Stories, Domain Driven DesignAgile, User Stories, Domain Driven Design
Agile, User Stories, Domain Driven Design
 
Exposing services with Azure API Management
Exposing services with Azure API ManagementExposing services with Azure API Management
Exposing services with Azure API Management
 
Platform Engineering - a 360 degree view
Platform Engineering - a 360 degree viewPlatform Engineering - a 360 degree view
Platform Engineering - a 360 degree view
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
 
Architecture: Microservices
Architecture: MicroservicesArchitecture: Microservices
Architecture: Microservices
 
Open shift 4 infra deep dive
Open shift 4    infra deep diveOpen shift 4    infra deep dive
Open shift 4 infra deep dive
 

Ähnlich wie Approaching Multicloud API Security Using "Metacloud

Cloud Security Primer - F5 Networks
Cloud Security Primer - F5 NetworksCloud Security Primer - F5 Networks
Cloud Security Primer - F5 NetworksHarry Gunns
 
Data Services and the Modern Data Ecosystem (ASEAN)
Data Services and the Modern Data Ecosystem (ASEAN)Data Services and the Modern Data Ecosystem (ASEAN)
Data Services and the Modern Data Ecosystem (ASEAN)Denodo
 
A Different Approach to Securing Your Cloud Journey
A Different Approach to Securing Your Cloud JourneyA Different Approach to Securing Your Cloud Journey
A Different Approach to Securing Your Cloud JourneyCloudflare
 
[Cloud Summit 2010] Peter Coffee - Sales Force
[Cloud Summit 2010] Peter Coffee - Sales Force[Cloud Summit 2010] Peter Coffee - Sales Force
[Cloud Summit 2010] Peter Coffee - Sales ForceTecla Internet
 
Celera Networks on Cloud Computing
Celera Networks on Cloud Computing Celera Networks on Cloud Computing
Celera Networks on Cloud Computing CeleraNetworks
 
ICRTITCS-2012 Conference Publication
ICRTITCS-2012 Conference PublicationICRTITCS-2012 Conference Publication
ICRTITCS-2012 Conference PublicationTejaswi Agarwal
 
AWS Webcast - Top 3 Ways to Improve Web App Security
AWS Webcast - Top 3 Ways to Improve Web App SecurityAWS Webcast - Top 3 Ways to Improve Web App Security
AWS Webcast - Top 3 Ways to Improve Web App SecurityAmazon Web Services
 
Top Trends in Cloud Computing for 2023.pptx
Top Trends in Cloud Computing for 2023.pptxTop Trends in Cloud Computing for 2023.pptx
Top Trends in Cloud Computing for 2023.pptxSaadZaman23
 
Bluedog white paper - Our WebObjects Web Security Model
Bluedog white paper - Our WebObjects Web Security ModelBluedog white paper - Our WebObjects Web Security Model
Bluedog white paper - Our WebObjects Web Security Modeltom termini
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
Azure Overview Csco
Azure Overview CscoAzure Overview Csco
Azure Overview Cscorajramab
 
talk6securingcloudamarprusty-191030091632.pptx
talk6securingcloudamarprusty-191030091632.pptxtalk6securingcloudamarprusty-191030091632.pptx
talk6securingcloudamarprusty-191030091632.pptxTrongMinhHoang1
 
Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...
Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...
Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...NetworkCollaborators
 
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...Amazon Web Services
 
Sukumar Nayak-Agile-DevOps-Cloud Management
Sukumar Nayak-Agile-DevOps-Cloud ManagementSukumar Nayak-Agile-DevOps-Cloud Management
Sukumar Nayak-Agile-DevOps-Cloud ManagementSukumar Nayak
 
EMEA10: Trepidation in Moving to the Cloud
EMEA10: Trepidation in Moving to the CloudEMEA10: Trepidation in Moving to the Cloud
EMEA10: Trepidation in Moving to the CloudCompTIA UK
 
Cloud Application Security --Symantec
 Cloud Application Security --Symantec Cloud Application Security --Symantec
Cloud Application Security --SymantecAbhishek Sood
 

Ähnlich wie Approaching Multicloud API Security Using "Metacloud (20)

Cloud Security Primer - F5 Networks
Cloud Security Primer - F5 NetworksCloud Security Primer - F5 Networks
Cloud Security Primer - F5 Networks
 
Data Services and the Modern Data Ecosystem (ASEAN)
Data Services and the Modern Data Ecosystem (ASEAN)Data Services and the Modern Data Ecosystem (ASEAN)
Data Services and the Modern Data Ecosystem (ASEAN)
 
A Different Approach to Securing Your Cloud Journey
A Different Approach to Securing Your Cloud JourneyA Different Approach to Securing Your Cloud Journey
A Different Approach to Securing Your Cloud Journey
 
[Cloud Summit 2010] Peter Coffee - Sales Force
[Cloud Summit 2010] Peter Coffee - Sales Force[Cloud Summit 2010] Peter Coffee - Sales Force
[Cloud Summit 2010] Peter Coffee - Sales Force
 
Celera Networks on Cloud Computing
Celera Networks on Cloud Computing Celera Networks on Cloud Computing
Celera Networks on Cloud Computing
 
ICRTITCS-2012 Conference Publication
ICRTITCS-2012 Conference PublicationICRTITCS-2012 Conference Publication
ICRTITCS-2012 Conference Publication
 
AWS Webcast - Top 3 Ways to Improve Web App Security
AWS Webcast - Top 3 Ways to Improve Web App SecurityAWS Webcast - Top 3 Ways to Improve Web App Security
AWS Webcast - Top 3 Ways to Improve Web App Security
 
Top Trends in Cloud Computing for 2023.pptx
Top Trends in Cloud Computing for 2023.pptxTop Trends in Cloud Computing for 2023.pptx
Top Trends in Cloud Computing for 2023.pptx
 
Bluedog white paper - Our WebObjects Web Security Model
Bluedog white paper - Our WebObjects Web Security ModelBluedog white paper - Our WebObjects Web Security Model
Bluedog white paper - Our WebObjects Web Security Model
 
SECURING THE CLOUD DATA LAKES
SECURING THE CLOUD DATA LAKESSECURING THE CLOUD DATA LAKES
SECURING THE CLOUD DATA LAKES
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Azure Overview Csco
Azure Overview CscoAzure Overview Csco
Azure Overview Csco
 
Cloud Computing.pptx
Cloud Computing.pptxCloud Computing.pptx
Cloud Computing.pptx
 
talk6securingcloudamarprusty-191030091632.pptx
talk6securingcloudamarprusty-191030091632.pptxtalk6securingcloudamarprusty-191030091632.pptx
talk6securingcloudamarprusty-191030091632.pptx
 
htcia-5-2015
htcia-5-2015htcia-5-2015
htcia-5-2015
 
Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...
Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...
Cisco Connect 2018 Thailand - Enabling the next gen data center transformatio...
 
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
(ENT202) Four Critical Things to Consider When Moving Your Core Business Appl...
 
Sukumar Nayak-Agile-DevOps-Cloud Management
Sukumar Nayak-Agile-DevOps-Cloud ManagementSukumar Nayak-Agile-DevOps-Cloud Management
Sukumar Nayak-Agile-DevOps-Cloud Management
 
EMEA10: Trepidation in Moving to the Cloud
EMEA10: Trepidation in Moving to the CloudEMEA10: Trepidation in Moving to the Cloud
EMEA10: Trepidation in Moving to the Cloud
 
Cloud Application Security --Symantec
 Cloud Application Security --Symantec Cloud Application Security --Symantec
Cloud Application Security --Symantec
 

Mehr von apidays

Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...apidays
 
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...apidays
 
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...apidays
 
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...apidays
 
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...apidays
 
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...apidays
 
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...apidays
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...apidays
 
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...apidays
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...apidays
 
Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...
Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...
Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...apidays
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...
Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...
Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...apidays
 
Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...
Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...
Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...apidays
 
Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...
Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...
Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...apidays
 
Apidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBM
Apidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBMApidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBM
Apidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBMapidays
 
Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...
Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...
Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...apidays
 
Apidays Singapore 2024 - Application and Platform Optimization through Power ...
Apidays Singapore 2024 - Application and Platform Optimization through Power ...Apidays Singapore 2024 - Application and Platform Optimization through Power ...
Apidays Singapore 2024 - Application and Platform Optimization through Power ...apidays
 

Mehr von apidays (20)

Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
Apidays Singapore 2024 - Building with the Planet in Mind by Sandeep Joshi, M...
 
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
Apidays Singapore 2024 - Connecting Cross Border Commerce with Payments by Gu...
 
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
Apidays Singapore 2024 - Privacy Enhancing Technologies for AI by Mark Choo, ...
 
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
Apidays Singapore 2024 - Blending AI and IoT for Smarter Health by Matthew Ch...
 
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
Apidays Singapore 2024 - OpenTelemetry for API Monitoring by Danielle Kayumbi...
 
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
Apidays Singapore 2024 - Connecting Product and Engineering Teams with Testin...
 
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
Apidays Singapore 2024 - The Growing Carbon Footprint of Digitalization and H...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
Apidays Singapore 2024 - API Monitoring x SRE by Ryan Ashneil and Eugene Wong...
 
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
Apidays Singapore 2024 - A nuanced approach on AI costs and benefits for the ...
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
Apidays Singapore 2024 - How APIs drive business at BNP Paribas by Quy-Doan D...
 
Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...
Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...
Apidays Singapore 2024 - Harnessing Green IT by Jai Prakash and Timothée Dufr...
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...
Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...
Apidays Singapore 2024 - Creating API First Engineering Team by Asim Suvedi, ...
 
Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...
Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...
Apidays Singapore 2024 - Designing a Scalable MLOps Pipeline by Victoria Lo, ...
 
Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...
Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...
Apidays Singapore 2024 - The 5 Key Tenets of a Multiform API Management Strat...
 
Apidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBM
Apidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBMApidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBM
Apidays Singapore 2024 - APIs in the world of Generative AI by Claudio Tag, IBM
 
Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...
Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...
Apidays Singapore 2024 - Banking: From Obsolete to Absolute by Indra Salim, a...
 
Apidays Singapore 2024 - Application and Platform Optimization through Power ...
Apidays Singapore 2024 - Application and Platform Optimization through Power ...Apidays Singapore 2024 - Application and Platform Optimization through Power ...
Apidays Singapore 2024 - Application and Platform Optimization through Power ...
 

Kürzlich hochgeladen

On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
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
 
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
 
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
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsstephieert
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Roomdivyansh0kumar0
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
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
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Servicesexy call girls service in goa
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 

Kürzlich hochgeladen (20)

Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
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.
 
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
 
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)
 
Radiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girlsRadiant Call girls in Dubai O56338O268 Dubai Call girls
Radiant Call girls in Dubai O56338O268 Dubai Call girls
 
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With RoomVIP Kolkata Call Girl Dum Dum 👉 8250192130  Available With Room
VIP Kolkata Call Girl Dum Dum 👉 8250192130 Available With Room
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Model Towh Delhi 💯Call Us 🔝8264348440🔝
 
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
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
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
 
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Ishita 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Ishita 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 

Approaching Multicloud API Security Using "Metacloud

  • 1. Approaching Multicloud API Security Using “Metacloud.” David S. Linthicum dlinthicum@deloitte.com
  • 3. Why Are We Here?
  • 4. Multicloud Interoperability is Crucial 36% 56% Fully Interoperable "Some Level" of Interoperability Respondents Report on their Cloud Interoperability Source: 2022 Enterprise Cloud Index, which is based on a survey of 1,700 IT decision makers globally. 87% Respondents agree multiclouds require simpler cross-platform tools, dashboard and configuration approaches What are the Top Multicloud Challenges? 38% 38% 42% 43% 49% 49% Capacity Planning Across Infrastructures Application Mobility Performance Across Network Overlays Cost Data Integration Security
  • 5. KeyDriversforaMulticloudEnvironment An IDC study found that 86% of enterprises predict that they will need a Multicloud approach to support their solutions within the next two years Multicloud Adoption Drivers Multicloud Environment Benefits Reduce cloud spend through competitive negotiation Increase business agility through greater access to the latest technologies across multiple providers Meet current and future requirements of governance, security, privacy, risk management and compliance regulations Reduce vulnerability risk by limiting blast radius with multiple Cloud Service Providers Reduce latency caused by exploding data volume on single cloud service provider platform Reduce operating cost with more competitive price Offers true flexibility to implement solutions that best fit each business workload to optimize performance Adopt the latest technologies from different leading service providers Improve geographic presence and disaster recovery in response to outages Business Continuity Technology Innovation Data Gravity Reduction Service Flexibility Cost Reduction Vulnerability Mitigation Gain autonomy by minimizing vendor lock-in Improve resiliency and reliability by distributing workloads across multiple cloud service providers Optimize the best of breed of cloud computing solutions across the various Cloud Service Providers
  • 6. Business Innovation Supported Leveraging Best-Of-Breed Technology Available Business Value Created Need for Innovation Innovationis the driver. Business Innovation Supported Leveraging Best-Of-Breed Technology Available Business Value Created Need for Innovation
  • 9. Multicloud/cloudAPIsecurityrisks Broken object-level authorization. BOLA occurs when a request can access or modify data the requestor shouldn't have access to, such as being able to access another user's account by tampering with an identifier in the request. Broken function-level authorization. This arises when the principle of least privilege (POLP) isn't implemented, often as a result of overly complex access control policies. It results in an attacker being able to execute sensitive commands or access endpoints intended for privileged accounts. Broken user authentication. Like BOLA, if the authentication process can be compromised, an attacker can pose as another user on a one- time or even permanent basis. Excessive data exposure. API responses to a request often return more data than is relevant or necessary. Even though the data may not be displayed to the user, it can be easily examined and may lead to a potential exposure of sensitive information. Improper asset management. API development and deployment is usually fast- paced, and thorough documentation is often omitted in the rush to release new or updated APIs. This leads to exposed and ghost endpoints, as well as a poor understanding of how older APIs work and need to be implemented. Lack of resources and rate limiting. API endpoints are usually open to the internet and, if there are no restrictions on the number or size of requests, are open to DoS and brute- force attacks. Injection flaws. If request data isn't parsed and validated correctly, an attacker can potentially launch a command or SQL injection attack to access it or execute malicious commands without authorization. Mass assignment. Software development frameworks often proved the functionality to insert all the data received from an online form into a database or object with just one line of code -- known as mass assignment -- removing the need to write repetitive lines of form- mapping code. If this is done without specifying what data is acceptable, it opens a variety of attack vectors. Source: https://www.techtarget.com/searchapparchitecture/tip/10-API-security-guidelines-and-best-practices
  • 10. Data Orchestration Service/API Management & Development Network Management Logical Abstracted Storage and Data Resource Management Logical Abstracted Services Management Devices Applications Cloud- Based Databases Consumer/Producer Pool Partner Clouds Virtual Databases (Abstraction) OLTP Analytical Common Storage Services Special Purpose Management/Monitoring/CloudOps/Complexity Management Security and Governance/SecOps&GovOps Cloud Service Brokering Data Focused Multicloud Service Focused Multicloud Applications Abstracted Compute Orchestration and Process Native APIs Application Services/Microservices Data Integration Public Clouds Private Clouds Legacy Infrastructure Management Cost Governance Multicloud is not complex…oh wait.
  • 11. Security Risk and Costs Growth of Complexity Three Clouds Two Clouds Start N Clouds Complexity = API Security Risk
  • 14. Multicloud API security issues Authentication and Authorization Data Protection API Gateway Security Compliance Visibility and Monitoring
  • 16. Movingfromsingleclouddeployments Cloud A Storage Database APIs Database A Database B Compute Platform APIs Platform A Platform B Misc. cloud services APIs AI Development Operations Governance Security
  • 17. Data Orchestration Service/API Management & Development Network Management Logical Abstracted Storage and Data Resource Management Logical Abstracted Services Management Devices Applications Cloud- Based Databases Consumer/Producer Pool Partner Clouds Virtual Databases (Abstraction) OLTP Analytical Common Storage Services Special Purpose Management/Monitoring/CloudOps/Complexity Management Security and Governance/SecOps&GovOps Cloud Service Brokering Data Focused Multicloud Service Focused Multicloud Applications Abstracted Compute Orchestration and Process Native APIs Application Services/Microservices Data Integration Public Clouds Private Clouds Legacy Infrastructure Management Cost Governance Deployed multicloud – abstraction and automation is key Abstract to remove complexity
  • 18. Why abstraction and automation? • A reaction to the fact that cloud API implementations are becoming more complex. • The increased API complexity is causing some negative value for cloud deployments. • The movement to hybrid and multicloud is only accelerating.
  • 19. Solutions in a nutshell Cross Cloud API Security Automation/abstraction API Data Movement API Data Processing API Service Processing Abstraction/automation API Data API Services API Platforms API Knowledge/AI API Security API Development API Etc. Cloud A Cloud B Cloud C
  • 20. Example: Service Abstraction • Heterogenous Services Complex Services and Microservices • Service Virtualization Abstract Services Applications Humans
  • 21. • The trick of building composable services is building at the right level of granularity • Challenges • Engraining business logic into code • Decomposing legacy services that are not fine-grained enough • Method • Top-down process decomposition, vs. bottom-up service development • Must be iterative Challenge:ServiceGranularity
  • 22. The Approach: Automation of Abstract Resources Step 1 • Service/API invocation 1 • Oracle Database Step 2 • Service/API invocation 2 • Windows NT Step 3 • Service/API invocation 3 • Linux system Orchestration Common Security
  • 23. Cloud A Storage Database A Database B Compute Platform A Platform B AI Development Cloud B Storage Database A Database B Compute Platform A Platform B AI Development Cloud C Storage Database A Database B Compute Platform A Platform B AI Development API Secuirty API Security API Security To multicloud deployments
  • 24. Common API security Cloud A Storage Database A Database B Compute Platform A Platform B AI Development Cloud B Storage Database A Database B Compute Platform A Platform B AI Development Cloud C Storage Database A Database B Compute Platform A Platform B AI Development Complexity in a domain Job 1: Reduce Complexity
  • 25. Cross-Cloud Services: Operations, API Security, Governance, Development, Deployment, Service Management, Services Brokerage, Integrated AI, Data Integration, Etc. Cloud A Storage Database A Database B Compute Platform A Platform B AI Dev Cloud B Storage Database A Database B Compute Platform A Platform B AI Dev Cloud C Storage Database A Database B Compute Platform A Platform B AI Dev Rise of the ”Supercloud” or ”Metacloud”
  • 26. Cloud A Security Storage Database A Database B Compute Platform A Platform B AI Developme nt Cloud B Security Storage Database A Database B Compute Platform A Platform B AI Developme nt Cloud C Security Storage Database A Database B Compute Platform A Platform B AI Developme nt Security Orchestration, Observability, Access Management, Directory Services, API Secuirty, Etc. Modern Cross-Cloud Security Approaches
  • 27. Observability and Security What's happening? What's likely to happen? How will it happen? How to defend? How can we stop this from happening in the future? Security Observability is Key
  • 28. I'm going to breach cloud data. I've found an attack vector. Breach attempt. Attempt detected and analyzed. Learning data generated. Defensive posture adjusted. Repeat Leveraging AI as a Security Weapon
  • 30. Key Considerations Modernization Migration Security and Privacy Monitoring Complexity Management Innovation Use Cases Deployments DevOps & Agile Financial Management 7. Migrate Code Migration Migration Verification Operations Planning 5. Cloud Complexity Management (abstraction, automation, complexity mediation, complexity in domains) 6. Skills Gap Analysis and Augmentation Planning 1. Plan & Assessment 4. Common Services 3. Operations Planning 2. Target Solution Planning Common Security Services (data protection, identity, access, MFA, monitoring, scanning, encryption, compliance, SecOps) Common Governance Services (services, cost, compliance, resource, GovOps) Common Cognitive Services (machine and deep Learning) Common Management and Monitoring (AIOps, CloudOps) Data Center Special Systems (e.g., factory robotics) Colo/MSP In Process / Net New Multi-cloud Public Clouds Private Clouds IoT/Edge DevOps Chain Planning Colo/MSP Performance Security BC / DR Governance Cost Management Abstraction Automation 8. Operate Data Migration Resource Migration Security Migration Governance Migration DevOps Integration SecOps Monitoring and Metrics Plan Legacy/Cloud Operations GovOps PerfOps DevOps Planning Migrate Operate FrameworkforMulticloudExecution
  • 31. RevisingtheOperatingModelinAnticipationofMulticloud Roll out of cloud operating model can be iterative and continue to evolve over time. It can start with establishing a Minimum Viable Operating Model leveraging 3-5 scenarios per LOB as pilots, and evolve into a fully integrated set of cloud with business focus. As part of the cloud transformation program, an organization needs to evolve its existing IT Operating Model processes, workflows, roles, and governance to support the agile nature of cloud, and transform how services are delivered in efficient manner. Cloud Operating Model Maturity Time 360 Days Cloud 0: Assess current state of Operating model using the diagnostic tool across the 8 key categories, current state competency assessment Cloud 1.0: Identify gaps, new roles / capabilities, key procedures, tools, KPIs and standards and policies across all 8 categories Cloud 2.0: Design and formulate teams, define processes, frameworks and test plans to implement changes identified in the assessment process 180 Days 90 Days Today Business inputs are increasingly delivered through ongoing iterations of cloud services Cloud 4.0: Achieve end state maturity with optimized model. Fully-integrated capabilities aligned with cloud organization; Frictionless governance and control policies in place; and automated operations Operating model continues to evolve and be refined 270 Days Cloud 3.0: Enhance operating model, incorporate feedback, iterate and automate workflows and processes Moving to multicloud increases an organization’s need to focus on maturing the operating model in response to cloud