SlideShare une entreprise Scribd logo
1  sur  36
Télécharger pour lire hors ligne
©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved
Implementing Service Oriented Architectures
Real World App Migrations to AWS
Bradley Clerkin – Solution Principal @ Slalom
Assumptions
•  You understand the “why cloud”.
•  You are considering a set of applications or
environments to move to AWS.
•  You want to hear about the real challenges of
executing an application migration to AWS.
Agenda
•  Migration stories
•  Realities of app migrations
•  Approach to successful app migrations
•  Q & A
Migration Stories
Retail Servicing Platform (Story 1)
Primary facility
goes down
Secondary is
deemed unusable
48 hour outage
ensues
“Customer impact was high, but the impact on reputation was
almost immeasurable.” -CTO
The Ideal
Lift & Shift + Big
Bang
Build advanced
automation to
support concurrent
deployments
Mirror production
architecture in
AWS
Push the big red
DR button to
migrate everything
6 Months
The Actual
Single Service
Migrations
Automation was
complex and only
feasible in AWS
Apps required
refactoring to run in
AWS
Pushed a red DR
button for each
service
12 Months
Financial Services Firm (Story 2)
End of life, out of
capacity on-prem
infrastructure
Home grown loan
origination and
servicing app
running on open
source technology
Company looking
to scale 10x in a
few years
“Our greatest challenge is in providing the capacity to meet the
almost unknown future demands of the business.” –Senior
Director of IT
The Ideal
Lift & Shift + Big
Bang
Build advanced
automation to
support auto
scaling
Focus on building
services
Cause no impact
on existing release
cycles
4 Months
The Actual
Two flops and one
Big Bang
Automation
required large
investment of time
from App SMEs
Building services
was cost and
resource
prohibitive
Impacted two
release cycles in
order to integrate
AWS with
development flows
8 Months +
Commonalties
•  With estimation, the devil is in the details.
•  Applications had to be refactored.
•  Automation tools and AWS platform services
were heavily utilized.
•  It was a group effort including partner, AWS, and
internal resources.
•  SME resources from Slalom were utilized.
Realities of App Migrations
Lift & Shift migrations may not be as they seem
•  L & S appears technically viable on the surface.
•  Non cloud optimized architectures are
expensive.
•  Most goals of cloud require cloud optimized
architectures.
•  Outages are typical in L & S scenarios.
•  This leads to failed cloud enablement efforts.
Applications will have to be refactored for AWS
•  Fight the urge to fully rewrite the application.
•  Avoid the shiny stuff when refactoring.
•  Understand application dependencies and
constraints.
•  Complete a cost benefit analysis when
determining what to refactor.
•  Understand how much holding onto your
existing architecture is going to cost.
Technical Debt
Technical debt is a metaphor referring to the debt
created from legacy systems and long-maintained
architectures. If the debt is not repaid by correcting
the suboptimal solution, then it will continue to
accumulate interest. This interest takes the form of
increasing complications when trying to resolve or
repay.
Technical debt must be paid down
•  Migrations are the collections agencies for
technical debt.
•  It can be embarrassing. Don’t play the blame
game.
•  Have a strategy for dealing with technical debt.
•  Focus on education and prevention.
Automation tooling plays a critical role in migration
projects
•  New automation tools are like an inheritance
check in the mail.
•  Make sure that the “why” is clearly defined.
•  Automation projects are continuous
improvement projects.
•  Treat your automation artifacts like codebases.
Big Bang migrations are troublesome
•  BB delays critical production validation.
•  Operational resources greatly benefit from gradual
changes.
•  The benefits of AWS are only realized at the end of
BB migrations.
•  The act of migration itself isn’t the benefit you want
to share, but rather the new capabilities realized
once an app is in AWS.
•  In most cases, hybrid solutions are valid solutions.
Limit the focus placed on building your own services
•  Cloud enables a constant conversation between
BYO and service consumption.
•  Focus on industry standard protocols and
available features.
•  Services that have proprietary components still
fit into standard architectures.
•  Make sure you select the right cloud vendor
from the start.
Approaching Cloud Migrations
Phase Focused Approach
App
Analysis
Backlog &
T-Shirt
Sizing
Build
Supporting
Pipeline
Non-Prod
Migration
Prod
Migration
Optimization
Perform an app analysis
Outputs: Current State Gap Analysis & Product Roadmap
Twelve-Factor Analysis
•  Codebase
•  Dependencies
•  Config
•  Backing services
•  Build, release, run
•  Processes
•  Port binding
•  Concurrency
•  Disposability
•  Dev/prod parity
•  Logs
•  Admin processes
AWS Readiness Analysis
•  Dependency mapping
•  Security and compliance
•  Licensing
•  Instance
•  Elasticity
•  Load balancing / Proxy
•  Authentication
•  Design for failure
•  Database
•  Data storage
•  File sharing
•  AWS services parity
More at 12factor.net and in AWS Architecture Center
Conduct a current state gap analysis
•  There is no “right” format.
•  Compare current state
against a standard.
•  Highlight gaps.
•  Theorize how to close
identified gaps.
Produce a product roadmap
•  Contains a phased plan
for architecture changes
and migration activities.
•  Allows for cross team
and executive level
communication.
•  Drives the current and
long term project efforts.
Construct a backlog and perform t-shirt sizing
•  Document task details for implementing the first phase of the
product roadmap.
•  Assign a complexity rating of S, M, L.
•  It’s critical to remember it’s not about time but rather
complexity.
Key Summary
Issue
Type
Status Priority Description Acceptance Criteria Estimate (T-Shirt) Assumptions
DR-­‐196	
   Build and
Deploy
Story Backlog Minor This story will encompass tasks necessary
to complete the orchestration for standing
up instances.
Create build artifacts
Deploy to AWS
Jenkins project created to support standing
up an application stack
Cloudformation configuration created Large
- Define Jenkins job to build the Ansible
artifacts (in flight)
- Create another job to build those jobs
(based on monitoring new role creation; build
chain) (in flight)
- Deployment portion: next phase
Architect and build the supporting deployment
pipeline
•  Acts as a factor for migrating workloads and
dealing with technical debt.
•  Typically consists of repositories, build server,
orchestration server, configuration management
tooling, and log management.
Migrate non-prod
•  Allows engineering teams to learn about AWS.
•  Enables rapid realization of the advertised benefits.
•  Limits the initial scope of operating in the cloud.
•  Ensures environments are built from similar
artifacts.
•  Once non-prod is conquered, other environments
follow suit quickly.
Migrate prod
•  The greatest obstacles are in operational sign-off.
•  Be prepared to answer the hard questions.
•  Continuously educate others on the project.
•  It is possible to automate a portion of this education.
•  If possible, extend the pipeline to production.
Optimize prod
•  Baseline production applications in AWS.
•  Utilize logging extensively in optimization efforts.
•  Improve cost and performance efficiency of
components.
•  Continue education and product roadmap
efforts.
Questions?
bradleyc@slalom.com
CHICAGO
Dashboards and Measurement
•  Report on your migration project status.
•  Introduce operational app status.
•  Measure business metrics.
•  Error dashboard.
•  Present this information live.
Start in development environments
•  Allows individuals building the applications to understand
the new services and APIs.
•  If you have to refactor the app the effort has to start in
Dev.
•  In many organizations the deployment of infrastructure is
a major bottleneck.
•  Limits the initial scope and risk of operating in the cloud.
•  Plan to build Prod from Dev artifacts.
•  Once Development is conquered other environments
follow suite quickly.
Challenges once you start to win
•  Limiting account sprawl
•  Guard rails rather then lock down
•  User education
•  Auditing at scale
•  AWS limits
•  Inner cloud migrations
Someone has to own AWS
•  Should be a cross functional team
•  Sets the standards and guard rails
•  Acts a center of excellence
•  Publishes the right way to do things
•  Spends time educating and enabling
•  Owns cost optimization
Inter cloud migrations
•  How to build the cloud for enterprise scale is hard
•  Many patterns and “correct” solutions
•  What worked at 50 instances likely won’t work at
500
•  Same is true for 5000
•  Trying to solve for 5000 at 50 doesn’t work either…
because you’ll miss something
•  Continuous improvement concepts should be
applied to cloud architectures

Contenu connexe

Tendances

Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS) Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS) Oliver Wells
 
Planning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter Warmer
Planning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter WarmerPlanning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter Warmer
Planning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter WarmerJoe Conlin
 
SAP Teched 2012 Session Tec3438 Automate IaaS SAP deployments
SAP Teched 2012 Session Tec3438 Automate IaaS SAP deploymentsSAP Teched 2012 Session Tec3438 Automate IaaS SAP deployments
SAP Teched 2012 Session Tec3438 Automate IaaS SAP deploymentsChris Kernaghan
 
Mainframe Modernization with AWS: Patterns and Best Practices
Mainframe Modernization with AWS: Patterns and Best PracticesMainframe Modernization with AWS: Patterns and Best Practices
Mainframe Modernization with AWS: Patterns and Best PracticesAmazon Web Services
 
SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013
SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013
SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013Amazon Web Services
 
Binbird Enterprise Architecture
Binbird Enterprise ArchitectureBinbird Enterprise Architecture
Binbird Enterprise ArchitecturePadam Sahi
 
(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
 
Cloud migration
Cloud migration Cloud migration
Cloud migration deszal
 
How to move to the cloud
How to move to the cloudHow to move to the cloud
How to move to the cloudInterxion
 
Pragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlay
Pragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlayPragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlay
Pragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlayAmazon Web Services
 
Cloud Data Integration
Cloud Data IntegrationCloud Data Integration
Cloud Data IntegrationRobert May
 
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...Amazon Web Services
 
Cloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for PartnersCloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for PartnersAmazon Web Services
 
Re-Platforming Applications for the Cloud
Re-Platforming Applications for the CloudRe-Platforming Applications for the Cloud
Re-Platforming Applications for the CloudCarter Wickstrom
 
(ISM313) How Delaware North Migrated 90+ Apps in Four Months
(ISM313) How Delaware North Migrated 90+ Apps in Four Months(ISM313) How Delaware North Migrated 90+ Apps in Four Months
(ISM313) How Delaware North Migrated 90+ Apps in Four MonthsAmazon Web Services
 
Mass migrations stephen orban - gartner toronto 2017
Mass migrations   stephen orban - gartner toronto 2017Mass migrations   stephen orban - gartner toronto 2017
Mass migrations stephen orban - gartner toronto 2017Amazon Web Services
 
Mainframe Possible: Migrating a Mainframe to AWS
Mainframe Possible: Migrating a Mainframe to AWSMainframe Possible: Migrating a Mainframe to AWS
Mainframe Possible: Migrating a Mainframe to AWSAmazon Web Services
 
Application Migrations at Scale AWS Summit SG 2017
Application Migrations at Scale AWS Summit SG 2017Application Migrations at Scale AWS Summit SG 2017
Application Migrations at Scale AWS Summit SG 2017Amazon Web Services
 
Measuring ROI and Driving Adoption of TAS in an Enterprise
Measuring ROI and Driving Adoption of TAS in an EnterpriseMeasuring ROI and Driving Adoption of TAS in an Enterprise
Measuring ROI and Driving Adoption of TAS in an EnterpriseVMware Tanzu
 

Tendances (20)

Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS) Ritech Solutions - Go For Launch Overview (AWS)
Ritech Solutions - Go For Launch Overview (AWS)
 
Planning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter Warmer
Planning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter WarmerPlanning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter Warmer
Planning for a (Mostly) Hassle-Free Cloud Migration | VTUG 2016 Winter Warmer
 
SAP Teched 2012 Session Tec3438 Automate IaaS SAP deployments
SAP Teched 2012 Session Tec3438 Automate IaaS SAP deploymentsSAP Teched 2012 Session Tec3438 Automate IaaS SAP deployments
SAP Teched 2012 Session Tec3438 Automate IaaS SAP deployments
 
Mainframe Modernization with AWS: Patterns and Best Practices
Mainframe Modernization with AWS: Patterns and Best PracticesMainframe Modernization with AWS: Patterns and Best Practices
Mainframe Modernization with AWS: Patterns and Best Practices
 
SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013
SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013
SmugMug's Zero-Downtime Migration to AWS (ARC312) | AWS re:Invent 2013
 
Application Portfolio Migration
Application Portfolio MigrationApplication Portfolio Migration
Application Portfolio Migration
 
Binbird Enterprise Architecture
Binbird Enterprise ArchitectureBinbird Enterprise Architecture
Binbird Enterprise Architecture
 
(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...
 
Cloud migration
Cloud migration Cloud migration
Cloud migration
 
How to move to the cloud
How to move to the cloudHow to move to the cloud
How to move to the cloud
 
Pragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlay
Pragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlayPragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlay
Pragmatic Approach to Workload Migrations - London Summit Enteprise Track RePlay
 
Cloud Data Integration
Cloud Data IntegrationCloud Data Integration
Cloud Data Integration
 
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
AWS Summit Singapore - Mass Migration to AWS: Best Practices to Solve Securit...
 
Cloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for PartnersCloud Migration, Application Modernization and Security for Partners
Cloud Migration, Application Modernization and Security for Partners
 
Re-Platforming Applications for the Cloud
Re-Platforming Applications for the CloudRe-Platforming Applications for the Cloud
Re-Platforming Applications for the Cloud
 
(ISM313) How Delaware North Migrated 90+ Apps in Four Months
(ISM313) How Delaware North Migrated 90+ Apps in Four Months(ISM313) How Delaware North Migrated 90+ Apps in Four Months
(ISM313) How Delaware North Migrated 90+ Apps in Four Months
 
Mass migrations stephen orban - gartner toronto 2017
Mass migrations   stephen orban - gartner toronto 2017Mass migrations   stephen orban - gartner toronto 2017
Mass migrations stephen orban - gartner toronto 2017
 
Mainframe Possible: Migrating a Mainframe to AWS
Mainframe Possible: Migrating a Mainframe to AWSMainframe Possible: Migrating a Mainframe to AWS
Mainframe Possible: Migrating a Mainframe to AWS
 
Application Migrations at Scale AWS Summit SG 2017
Application Migrations at Scale AWS Summit SG 2017Application Migrations at Scale AWS Summit SG 2017
Application Migrations at Scale AWS Summit SG 2017
 
Measuring ROI and Driving Adoption of TAS in an Enterprise
Measuring ROI and Driving Adoption of TAS in an EnterpriseMeasuring ROI and Driving Adoption of TAS in an Enterprise
Measuring ROI and Driving Adoption of TAS in an Enterprise
 

En vedette

Putting GRAPHics into geoGRAPHy presentations
Putting GRAPHics into geoGRAPHy presentationsPutting GRAPHics into geoGRAPHy presentations
Putting GRAPHics into geoGRAPHy presentationsAlan Doherty
 
HBW - S.Quintarelli e M.Zamperini 14 Nov 2011
HBW - S.Quintarelli e M.Zamperini   14 Nov 2011HBW - S.Quintarelli e M.Zamperini   14 Nov 2011
HBW - S.Quintarelli e M.Zamperini 14 Nov 2011Marco Zamperini
 
企業戦略論 第8週の発表スライド
企業戦略論 第8週の発表スライド企業戦略論 第8週の発表スライド
企業戦略論 第8週の発表スライドHikaru GOTO
 
Loch Skene Glaciated Landscape
 Loch Skene Glaciated Landscape Loch Skene Glaciated Landscape
Loch Skene Glaciated LandscapeAlan Doherty
 
Ed20 work introduction to the project Turkish
Ed20 work introduction to the project TurkishEd20 work introduction to the project Turkish
Ed20 work introduction to the project TurkishJoel Josephson
 
Moving Beyond BINO Beta
Moving Beyond BINO BetaMoving Beyond BINO Beta
Moving Beyond BINO BetaTim Swanson
 
Melbourne storm 2011
Melbourne storm 2011Melbourne storm 2011
Melbourne storm 2011Eugene Koh
 
TLL Sicily: Protocollo D Intesa
TLL Sicily: Protocollo D IntesaTLL Sicily: Protocollo D Intesa
TLL Sicily: Protocollo D Intesajexxon
 
L'ARPA e il progetto SmartOpenData
L'ARPA e il progetto SmartOpenDataL'ARPA e il progetto SmartOpenData
L'ARPA e il progetto SmartOpenDatajexxon
 
Droog Showroom Design -process 1
Droog Showroom Design -process 1Droog Showroom Design -process 1
Droog Showroom Design -process 1jin.fan
 
Perth storm 2012
Perth storm 2012Perth storm 2012
Perth storm 2012Eugene Koh
 
Santander brown-cybersecurity-roundtable-1-dec-2015
Santander brown-cybersecurity-roundtable-1-dec-2015Santander brown-cybersecurity-roundtable-1-dec-2015
Santander brown-cybersecurity-roundtable-1-dec-2015Christian Esteve Rothenberg
 
Carlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATORE
Carlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATORECarlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATORE
Carlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATOREAndrea Rossetti
 
Navigating GeoJuice
Navigating GeoJuiceNavigating GeoJuice
Navigating GeoJuiceAlan Doherty
 
Marco Pancini, Pubblicità basata sugli interessi degli utenti
Marco Pancini, Pubblicità basata sugli interessi degli utentiMarco Pancini, Pubblicità basata sugli interessi degli utenti
Marco Pancini, Pubblicità basata sugli interessi degli utentiAndrea Rossetti
 
The Trotternish Landslides
The Trotternish LandslidesThe Trotternish Landslides
The Trotternish LandslidesAlan Doherty
 
What does a successful partnership look like?
What does a successful partnership look like?What does a successful partnership look like?
What does a successful partnership look like?Amazon Web Services
 

En vedette (20)

Putting GRAPHics into geoGRAPHy presentations
Putting GRAPHics into geoGRAPHy presentationsPutting GRAPHics into geoGRAPHy presentations
Putting GRAPHics into geoGRAPHy presentations
 
HBW - S.Quintarelli e M.Zamperini 14 Nov 2011
HBW - S.Quintarelli e M.Zamperini   14 Nov 2011HBW - S.Quintarelli e M.Zamperini   14 Nov 2011
HBW - S.Quintarelli e M.Zamperini 14 Nov 2011
 
企業戦略論 第8週の発表スライド
企業戦略論 第8週の発表スライド企業戦略論 第8週の発表スライド
企業戦略論 第8週の発表スライド
 
Loch Skene Glaciated Landscape
 Loch Skene Glaciated Landscape Loch Skene Glaciated Landscape
Loch Skene Glaciated Landscape
 
Ed20 work introduction to the project Turkish
Ed20 work introduction to the project TurkishEd20 work introduction to the project Turkish
Ed20 work introduction to the project Turkish
 
Moving Beyond BINO Beta
Moving Beyond BINO BetaMoving Beyond BINO Beta
Moving Beyond BINO Beta
 
Melbourne storm 2011
Melbourne storm 2011Melbourne storm 2011
Melbourne storm 2011
 
TLL Sicily: Protocollo D Intesa
TLL Sicily: Protocollo D IntesaTLL Sicily: Protocollo D Intesa
TLL Sicily: Protocollo D Intesa
 
L'ARPA e il progetto SmartOpenData
L'ARPA e il progetto SmartOpenDataL'ARPA e il progetto SmartOpenData
L'ARPA e il progetto SmartOpenData
 
Droog Showroom Design -process 1
Droog Showroom Design -process 1Droog Showroom Design -process 1
Droog Showroom Design -process 1
 
Perth storm 2012
Perth storm 2012Perth storm 2012
Perth storm 2012
 
Santander brown-cybersecurity-roundtable-1-dec-2015
Santander brown-cybersecurity-roundtable-1-dec-2015Santander brown-cybersecurity-roundtable-1-dec-2015
Santander brown-cybersecurity-roundtable-1-dec-2015
 
10 stories
10 stories10 stories
10 stories
 
Atia 2014 final
Atia 2014 finalAtia 2014 final
Atia 2014 final
 
Carlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATORE
Carlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATORECarlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATORE
Carlo Prisco, E-COMMERCE: TUTELA DEL CONSUMATORE
 
20160921 think fast answer quick
20160921 think fast answer quick20160921 think fast answer quick
20160921 think fast answer quick
 
Navigating GeoJuice
Navigating GeoJuiceNavigating GeoJuice
Navigating GeoJuice
 
Marco Pancini, Pubblicità basata sugli interessi degli utenti
Marco Pancini, Pubblicità basata sugli interessi degli utentiMarco Pancini, Pubblicità basata sugli interessi degli utenti
Marco Pancini, Pubblicità basata sugli interessi degli utenti
 
The Trotternish Landslides
The Trotternish LandslidesThe Trotternish Landslides
The Trotternish Landslides
 
What does a successful partnership look like?
What does a successful partnership look like?What does a successful partnership look like?
What does a successful partnership look like?
 

Similaire à Implementing Service Oriented Architecture

RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...RightScale
 
estrat AWS Cloud Breakfast
estrat AWS Cloud Breakfastestrat AWS Cloud Breakfast
estrat AWS Cloud BreakfastPaul Cooper
 
Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionAccenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionTom Laszewski
 
Enterprise Management for the AWS Cloud
Enterprise Management for the AWS CloudEnterprise Management for the AWS Cloud
Enterprise Management for the AWS Cloud2nd Watch
 
Migrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleMigrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleTom Laszewski
 
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...Amazon Web Services
 
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...Amazon Web Services
 
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...Amazon Web Services
 
Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013
Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013
Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013Amazon Web Services
 
Migration into a Cloud
Migration into a CloudMigration into a Cloud
Migration into a CloudDivya S
 
Creating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organizationCreating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organizationTom Laszewski
 
Aws pluginfor rd
Aws pluginfor rdAws pluginfor rd
Aws pluginfor rdMidVision
 
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)Amazon Web Services
 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentationyeshlenchetty
 
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITAsk The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITRightScale
 
AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)
AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)
AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)Amazon Web Services
 
Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...
Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...
Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...Amazon Web Services
 
It summit 2014_migrating_applications_to_the_cloud-5
It summit 2014_migrating_applications_to_the_cloud-5It summit 2014_migrating_applications_to_the_cloud-5
It summit 2014_migrating_applications_to_the_cloud-5margaret_ronald
 
Measure and Increase Developer Productivity with Help of Serverless at AWS Co...
Measure and Increase Developer Productivity with Help of Serverless at AWS Co...Measure and Increase Developer Productivity with Help of Serverless at AWS Co...
Measure and Increase Developer Productivity with Help of Serverless at AWS Co...Vadym Kazulkin
 

Similaire à Implementing Service Oriented Architecture (20)

RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
RightScale Webinar: Operationalize Your Enterprise AWS Usage Through an IT Ve...
 
estrat AWS Cloud Breakfast
estrat AWS Cloud Breakfastestrat AWS Cloud Breakfast
estrat AWS Cloud Breakfast
 
Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout SessionAccenture 2014 AWS re:Invent Enterprise Migration Breakout Session
Accenture 2014 AWS re:Invent Enterprise Migration Breakout Session
 
Enterprise Management for the AWS Cloud
Enterprise Management for the AWS CloudEnterprise Management for the AWS Cloud
Enterprise Management for the AWS Cloud
 
Migrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scaleMigrating thousands of workloads to AWS at enterprise scale
Migrating thousands of workloads to AWS at enterprise scale
 
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
(ENT206) Migrating Thousands of Workloads to AWS at Enterprise Scale | AWS re...
 
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
AWS re:Invent 2016: Deploying Amazon WorkSpaces at Enterprise Scale to Delive...
 
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
Migrating Thousands of Workloads to AWS at Enterprise Scale – Chris Wegmann, ...
 
Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013
Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013
Enterprise Management for the AWS Cloud (DMG209) | AWS re:Invent 2013
 
Migration into a Cloud
Migration into a CloudMigration into a Cloud
Migration into a Cloud
 
Creating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organizationCreating an Operating Model to enable a high frequency organization
Creating an Operating Model to enable a high frequency organization
 
Aws pluginfor rd
Aws pluginfor rdAws pluginfor rd
Aws pluginfor rd
 
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
AWS re:Invent 2016: Workshop: Migrating Microsoft Applications to AWS (ENT216)
 
Cloud migration presentation
Cloud migration presentationCloud migration presentation
Cloud migration presentation
 
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid ITAsk The Architect: RightScale & AWS Dive Deep into Hybrid IT
Ask The Architect: RightScale & AWS Dive Deep into Hybrid IT
 
AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)
AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)
AWS re:Invent 2016: Large-scale AWS Migrations (ENT204)
 
Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...
Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...
Demystifying Cloud Economics - How to Build an Investment Case for Scale Migr...
 
It summit 2014_migrating_applications_to_the_cloud-5
It summit 2014_migrating_applications_to_the_cloud-5It summit 2014_migrating_applications_to_the_cloud-5
It summit 2014_migrating_applications_to_the_cloud-5
 
Measure and Increase Developer Productivity with Help of Serverless at AWS Co...
Measure and Increase Developer Productivity with Help of Serverless at AWS Co...Measure and Increase Developer Productivity with Help of Serverless at AWS Co...
Measure and Increase Developer Productivity with Help of Serverless at AWS Co...
 
Application Migrations at Scale
Application Migrations at ScaleApplication Migrations at Scale
Application Migrations at Scale
 

Plus de Amazon Web Services

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Amazon Web Services
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Amazon Web Services
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Amazon Web Services
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Amazon Web Services
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...Amazon Web Services
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsAmazon Web Services
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareAmazon Web Services
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSAmazon Web Services
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAmazon Web Services
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareAmazon Web Services
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWSAmazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...Amazon Web Services
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

Plus de Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Dernier

Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 

Dernier (20)

Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 

Implementing Service Oriented Architecture

  • 1. ©2015,  Amazon  Web  Services,  Inc.  or  its  affiliates.  All  rights  reserved Implementing Service Oriented Architectures Real World App Migrations to AWS Bradley Clerkin – Solution Principal @ Slalom
  • 2. Assumptions •  You understand the “why cloud”. •  You are considering a set of applications or environments to move to AWS. •  You want to hear about the real challenges of executing an application migration to AWS.
  • 3. Agenda •  Migration stories •  Realities of app migrations •  Approach to successful app migrations •  Q & A
  • 5. Retail Servicing Platform (Story 1) Primary facility goes down Secondary is deemed unusable 48 hour outage ensues “Customer impact was high, but the impact on reputation was almost immeasurable.” -CTO
  • 6. The Ideal Lift & Shift + Big Bang Build advanced automation to support concurrent deployments Mirror production architecture in AWS Push the big red DR button to migrate everything 6 Months
  • 7. The Actual Single Service Migrations Automation was complex and only feasible in AWS Apps required refactoring to run in AWS Pushed a red DR button for each service 12 Months
  • 8. Financial Services Firm (Story 2) End of life, out of capacity on-prem infrastructure Home grown loan origination and servicing app running on open source technology Company looking to scale 10x in a few years “Our greatest challenge is in providing the capacity to meet the almost unknown future demands of the business.” –Senior Director of IT
  • 9. The Ideal Lift & Shift + Big Bang Build advanced automation to support auto scaling Focus on building services Cause no impact on existing release cycles 4 Months
  • 10. The Actual Two flops and one Big Bang Automation required large investment of time from App SMEs Building services was cost and resource prohibitive Impacted two release cycles in order to integrate AWS with development flows 8 Months +
  • 11. Commonalties •  With estimation, the devil is in the details. •  Applications had to be refactored. •  Automation tools and AWS platform services were heavily utilized. •  It was a group effort including partner, AWS, and internal resources. •  SME resources from Slalom were utilized.
  • 12. Realities of App Migrations
  • 13. Lift & Shift migrations may not be as they seem •  L & S appears technically viable on the surface. •  Non cloud optimized architectures are expensive. •  Most goals of cloud require cloud optimized architectures. •  Outages are typical in L & S scenarios. •  This leads to failed cloud enablement efforts.
  • 14. Applications will have to be refactored for AWS •  Fight the urge to fully rewrite the application. •  Avoid the shiny stuff when refactoring. •  Understand application dependencies and constraints. •  Complete a cost benefit analysis when determining what to refactor. •  Understand how much holding onto your existing architecture is going to cost.
  • 15. Technical Debt Technical debt is a metaphor referring to the debt created from legacy systems and long-maintained architectures. If the debt is not repaid by correcting the suboptimal solution, then it will continue to accumulate interest. This interest takes the form of increasing complications when trying to resolve or repay.
  • 16. Technical debt must be paid down •  Migrations are the collections agencies for technical debt. •  It can be embarrassing. Don’t play the blame game. •  Have a strategy for dealing with technical debt. •  Focus on education and prevention.
  • 17. Automation tooling plays a critical role in migration projects •  New automation tools are like an inheritance check in the mail. •  Make sure that the “why” is clearly defined. •  Automation projects are continuous improvement projects. •  Treat your automation artifacts like codebases.
  • 18. Big Bang migrations are troublesome •  BB delays critical production validation. •  Operational resources greatly benefit from gradual changes. •  The benefits of AWS are only realized at the end of BB migrations. •  The act of migration itself isn’t the benefit you want to share, but rather the new capabilities realized once an app is in AWS. •  In most cases, hybrid solutions are valid solutions.
  • 19. Limit the focus placed on building your own services •  Cloud enables a constant conversation between BYO and service consumption. •  Focus on industry standard protocols and available features. •  Services that have proprietary components still fit into standard architectures. •  Make sure you select the right cloud vendor from the start.
  • 21. Phase Focused Approach App Analysis Backlog & T-Shirt Sizing Build Supporting Pipeline Non-Prod Migration Prod Migration Optimization
  • 22. Perform an app analysis Outputs: Current State Gap Analysis & Product Roadmap Twelve-Factor Analysis •  Codebase •  Dependencies •  Config •  Backing services •  Build, release, run •  Processes •  Port binding •  Concurrency •  Disposability •  Dev/prod parity •  Logs •  Admin processes AWS Readiness Analysis •  Dependency mapping •  Security and compliance •  Licensing •  Instance •  Elasticity •  Load balancing / Proxy •  Authentication •  Design for failure •  Database •  Data storage •  File sharing •  AWS services parity More at 12factor.net and in AWS Architecture Center
  • 23. Conduct a current state gap analysis •  There is no “right” format. •  Compare current state against a standard. •  Highlight gaps. •  Theorize how to close identified gaps.
  • 24. Produce a product roadmap •  Contains a phased plan for architecture changes and migration activities. •  Allows for cross team and executive level communication. •  Drives the current and long term project efforts.
  • 25. Construct a backlog and perform t-shirt sizing •  Document task details for implementing the first phase of the product roadmap. •  Assign a complexity rating of S, M, L. •  It’s critical to remember it’s not about time but rather complexity. Key Summary Issue Type Status Priority Description Acceptance Criteria Estimate (T-Shirt) Assumptions DR-­‐196   Build and Deploy Story Backlog Minor This story will encompass tasks necessary to complete the orchestration for standing up instances. Create build artifacts Deploy to AWS Jenkins project created to support standing up an application stack Cloudformation configuration created Large - Define Jenkins job to build the Ansible artifacts (in flight) - Create another job to build those jobs (based on monitoring new role creation; build chain) (in flight) - Deployment portion: next phase
  • 26. Architect and build the supporting deployment pipeline •  Acts as a factor for migrating workloads and dealing with technical debt. •  Typically consists of repositories, build server, orchestration server, configuration management tooling, and log management.
  • 27. Migrate non-prod •  Allows engineering teams to learn about AWS. •  Enables rapid realization of the advertised benefits. •  Limits the initial scope of operating in the cloud. •  Ensures environments are built from similar artifacts. •  Once non-prod is conquered, other environments follow suit quickly.
  • 28. Migrate prod •  The greatest obstacles are in operational sign-off. •  Be prepared to answer the hard questions. •  Continuously educate others on the project. •  It is possible to automate a portion of this education. •  If possible, extend the pipeline to production.
  • 29. Optimize prod •  Baseline production applications in AWS. •  Utilize logging extensively in optimization efforts. •  Improve cost and performance efficiency of components. •  Continue education and product roadmap efforts.
  • 32. Dashboards and Measurement •  Report on your migration project status. •  Introduce operational app status. •  Measure business metrics. •  Error dashboard. •  Present this information live.
  • 33. Start in development environments •  Allows individuals building the applications to understand the new services and APIs. •  If you have to refactor the app the effort has to start in Dev. •  In many organizations the deployment of infrastructure is a major bottleneck. •  Limits the initial scope and risk of operating in the cloud. •  Plan to build Prod from Dev artifacts. •  Once Development is conquered other environments follow suite quickly.
  • 34. Challenges once you start to win •  Limiting account sprawl •  Guard rails rather then lock down •  User education •  Auditing at scale •  AWS limits •  Inner cloud migrations
  • 35. Someone has to own AWS •  Should be a cross functional team •  Sets the standards and guard rails •  Acts a center of excellence •  Publishes the right way to do things •  Spends time educating and enabling •  Owns cost optimization
  • 36. Inter cloud migrations •  How to build the cloud for enterprise scale is hard •  Many patterns and “correct” solutions •  What worked at 50 instances likely won’t work at 500 •  Same is true for 5000 •  Trying to solve for 5000 at 50 doesn’t work either… because you’ll miss something •  Continuous improvement concepts should be applied to cloud architectures