SlideShare a Scribd company logo
1 of 114
Architecting
     Applications
Matt Wood
Technology Evangelist
Hello.
Thank you.
AGENDA
     9th November, 2010


Application lifecycle
Environments
Testing
Mo  ving to Production
Summar y
There Will Be Code
1

Application
 lifecycle
Developing
Applications
Development   Test   Staging   Production
Development   Test   Staging   Production
Flexibility
Quality
Ship it!
Unpredictable
Time consuming
                          Bursty
Development   Test   Staging   Production



 Resource
                     Collaborative
intensive

               Costly
Focus on
productivity
Toolkit for
productivity
EC2

Elastic Compute Cloud
Virtual servers
Launch




On demand
$



Pay as you go
Pay for
what you use
Rapid
provisioning
Elastic capacity
Administrator
  access
Global
aws.amazon.com/security
Network security
                           Metrics
        Hadoop
                                     Tagging


 Placement
                 EC2             HPC
Auto-scaling
                            MySQL
             Idempotency
HOWTO:
Development in
  the Cloud
2

Environments
Dev




Test / QA




 Staging




Production
Dev




Test / QA




 Staging




Production
Environmental
 separation
ges m ade      Dev
C han
      here

                 Test / QA




                  Staging



                              Shouldn’t
                 Production              affect
                                   this!
Environmental
 consistency
Dev




                   Test / QA

Same s  ervices,
 versio ns, OS,
    configs          Staging




                   Production
Separation
    +
Consistency
Variable
resources
Dev

   l-in- one
Al
               Test / QA




                Staging        Multi-tier,
                            high availa
                                       bility,
                               managed
               Production
Dev

     l-in- one
  Al
                       Test / QA
       ulti- tier
   M

           tier,                       Multi-tier,
  M  ulti-              Staging

         aila bility                high availa
                                               bility,
hig h av                               managed
                       Production
Dev
➊ Spin up new instance
   > ec2-run-instances ami-2938699
                                                            $
                       <credentials>


➋ Log in to instance
   > ssh <credentials>
         root@ec2-174-129-123-206.compute-1.amazonaws.com




➌ Install and launch services
   > yum install apache, apache-devel, ruby, rails
console.aws.amazon.com
ploy, go!
Inst all, de
Aq   uick
not e ab out
  stor age
Storage options
Instance storage
Elastic Block Store
Simple Storage Service
Data, config,
  code...
EC2


EBS
➊ Create new volume
   > ec2-create-vol -s 10G
                       <credentials>


➋ Attach to instance
   > ec2-attach-volume vol-1238797ah -i <instance>
                       -d <device> <credentials>
                                                     $



➌ Format and mount
   $ mkfs.xfs /dev/sdh;
   $ <add mount point>
   $ mkdir /vol; mount /vol
Encapsulate
environments
Code
     Data          Configuration
OS                       State




        ami-12398712
              +
        snap-986854a
➊ Bundle instance
   > ec2-bundle-vol -d /mnt
                       <credentials>


➋ Upload bundle
   > ec2-upload-bundle -b <bucket> -m /mnt/manifest.xml
                       <credentials>
                                                          $



➌ Register bundle
   > ec2-register <bucket>/manifest.xml
➊ Snapshot volume
  > ec2-create-snapshot vol-123981a
                                      $
                      <credentials>
Sandboxing
Dev #1      Dev #2    Dev #2




          AMI and
         snapshot:
         same base
          versions,
Environmental
   rollback
Only pay for
what you use
Pause &
terminate
Toolbox for
development
Freedom to
 innovate
Freedom to
        innovate
ew services                      New
                             architectures
    New tools
                New models
3

Testing
Test on
production
architecture
Change
management
AMI + Volumes
ami-ha9034a
Web frontend
               snap-er37a9x


                ami-ha9034a
App server
               snap-er37a9x


                ami-ha9034a
 Database
               snap-er37a9x
Environmental
 description
include_recipe
"apache2"
include_recipe
"php::php5"


apache_site
"php_server.conf"
do


enable
:true
end
Puppet, Chef
Version control
Load testing
                 Continuous integration
Cost reduction


          Webinar
         aws.amazon.com
                          Automation
Multi-layer

        System Integration
4

Moving to
Production
Production
ai lab ilit   Fail o
                        ver
Av
       y

       Production
Monitorin
   g              Scale
“”
Everything fails,
  all the time
     Werner Vogels, CTO
Architect for
   failure
Address with
 Elastic IPs
ec2-174-129-123-206.compute-1.amazonaws.com
ec2-174-129-123-206.compute-1.amazonaws.com




                    :-(
Elastic IP
Elastic IP




:-(
Elastic IP




:-(
➊ Allocate Elastic IP           Free
                                      when
                                alloc
   > ec2-allocate-address             ated!
     ADDRESS
 174.129.200.110



➋ Associate Elastic IP to instance
   > ec2-associate-address 174.129.200.110
     -i i-7044821d



➌ Address service via Elastic IP
➊ Spin up new instance
   > ec2-run-instances -t m1.small
                                             $
                       ami-192871


➋ Dis-associate Elastic IP
   > ec2-disassociate-address
                       174.129.200.110


➌ Re-associate to new instance
   > ec2-associate-address 174.129.200.110
     -i i-23987423
Provide
redundancy
Web tier




Application tier




Database tier
Web tier




Application tier   :-(




Database tier
Web tier




Application tier




Database tier
Web tier




Application tier   :-(




Database tier
Remove state
Horizontal
  layers
:-(
➊ Allocate Elastic Load Balancer (ELB)
   > ec2-allocate-address
     ADDRESS
 174.129.200.110



➋ Assign instances to ELB
   > ec2-associate-address 174.129.200.110
     -i i-7044821d



➌ Address service via ELB CNAME
Toolkit for
availability
Toolkit for
  scale
AGENDA
     9th November, 2010


Application lifecycle
Environments
Testing
Mo  ving to Production
Summar y
On demand      Development
   PAYG          Testing
  Security      Production
Architecture   Easy to use
Questions, comments:

mawood@amazon.com

        @mza
         on Twitter
Thank you!

More Related Content

What's hot

EM12c Monitoring, Metric Extensions and Performance Pages
EM12c Monitoring, Metric Extensions and Performance PagesEM12c Monitoring, Metric Extensions and Performance Pages
EM12c Monitoring, Metric Extensions and Performance Pages
Enkitec
 

What's hot (20)

OPA APIs and Use Case Survey
OPA APIs and Use Case SurveyOPA APIs and Use Case Survey
OPA APIs and Use Case Survey
 
Quality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design PatternsQuality Attributes In Software Architecture & Design Patterns
Quality Attributes In Software Architecture & Design Patterns
 
Intro to elasticsearch
Intro to elasticsearchIntro to elasticsearch
Intro to elasticsearch
 
Getting started with Jenkins
Getting started with JenkinsGetting started with Jenkins
Getting started with Jenkins
 
Logging presentation
Logging presentationLogging presentation
Logging presentation
 
OpenShift Enterprise
OpenShift EnterpriseOpenShift Enterprise
OpenShift Enterprise
 
OLTP+OLAP=HTAP
 OLTP+OLAP=HTAP OLTP+OLAP=HTAP
OLTP+OLAP=HTAP
 
From Spring Framework 5.3 to 6.0
From Spring Framework 5.3 to 6.0From Spring Framework 5.3 to 6.0
From Spring Framework 5.3 to 6.0
 
EM12c Monitoring, Metric Extensions and Performance Pages
EM12c Monitoring, Metric Extensions and Performance PagesEM12c Monitoring, Metric Extensions and Performance Pages
EM12c Monitoring, Metric Extensions and Performance Pages
 
Software Architecture: views and viewpoints
Software Architecture: views and viewpointsSoftware Architecture: views and viewpoints
Software Architecture: views and viewpoints
 
Oracle Office Hours - Exposing REST services with APEX and ORDS
Oracle Office Hours - Exposing REST services with APEX and ORDSOracle Office Hours - Exposing REST services with APEX and ORDS
Oracle Office Hours - Exposing REST services with APEX and ORDS
 
Circuit Breaker Pattern
Circuit Breaker PatternCircuit Breaker Pattern
Circuit Breaker Pattern
 
Less06 networking
Less06 networkingLess06 networking
Less06 networking
 
MongoDB vs. Postgres Benchmarks
MongoDB vs. Postgres Benchmarks MongoDB vs. Postgres Benchmarks
MongoDB vs. Postgres Benchmarks
 
Building a data warehouse with Pentaho and Docker
Building a data warehouse with Pentaho and DockerBuilding a data warehouse with Pentaho and Docker
Building a data warehouse with Pentaho and Docker
 
Infrastructure automation using awx ansible tower
Infrastructure automation using awx ansible towerInfrastructure automation using awx ansible tower
Infrastructure automation using awx ansible tower
 
DevOps with Ansible
DevOps with AnsibleDevOps with Ansible
DevOps with Ansible
 
Apache HBase - Just the Basics
Apache HBase - Just the BasicsApache HBase - Just the Basics
Apache HBase - Just the Basics
 
Asynchronous programming in ASP.NET
Asynchronous programming in ASP.NETAsynchronous programming in ASP.NET
Asynchronous programming in ASP.NET
 
Thousands of Threads and Blocking I/O
Thousands of Threads and Blocking I/OThousands of Threads and Blocking I/O
Thousands of Threads and Blocking I/O
 

Viewers also liked

Industrial technology wood
Industrial technology woodIndustrial technology wood
Industrial technology wood
coffshigh
 
Brochure SAMI Ecowood
Brochure SAMI EcowoodBrochure SAMI Ecowood
Brochure SAMI Ecowood
SAMI TECH
 
11 conversion of timber
11 conversion of timber11 conversion of timber
11 conversion of timber
MrWoodwork
 
15 manufactured boards
15 manufactured boards15 manufactured boards
15 manufactured boards
MrWoodwork
 

Viewers also liked (20)

Industrial technology wood
Industrial technology woodIndustrial technology wood
Industrial technology wood
 
Holzart, Ausgabe 01/2015
Holzart, Ausgabe 01/2015Holzart, Ausgabe 01/2015
Holzart, Ausgabe 01/2015
 
Wood
WoodWood
Wood
 
Brochure SAMI Ecowood
Brochure SAMI EcowoodBrochure SAMI Ecowood
Brochure SAMI Ecowood
 
Präsentation – Holz
Präsentation – HolzPräsentation – Holz
Präsentation – Holz
 
Holzart, Ausgabe 06/2016
Holzart, Ausgabe 06/2016Holzart, Ausgabe 06/2016
Holzart, Ausgabe 06/2016
 
Brochure Ecowood 2016
Brochure Ecowood 2016Brochure Ecowood 2016
Brochure Ecowood 2016
 
Industrial plant optimization in reduced dimensional spaces
Industrial plant optimization in reduced dimensional spacesIndustrial plant optimization in reduced dimensional spaces
Industrial plant optimization in reduced dimensional spaces
 
Breeding for wood quality april 2007
Breeding for wood quality april 2007Breeding for wood quality april 2007
Breeding for wood quality april 2007
 
Wood Roof Trusses: Advanced Technology in Building Design
Wood Roof Trusses: Advanced Technology in Building DesignWood Roof Trusses: Advanced Technology in Building Design
Wood Roof Trusses: Advanced Technology in Building Design
 
07 wood
07 wood07 wood
07 wood
 
Materials for Technical Use: Wood
Materials for Technical Use: WoodMaterials for Technical Use: Wood
Materials for Technical Use: Wood
 
Wood working | History & Tools
Wood working | History & ToolsWood working | History & Tools
Wood working | History & Tools
 
25 turning
25 turning25 turning
25 turning
 
Holz
HolzHolz
Holz
 
29 finishes
29 finishes29 finishes
29 finishes
 
SLOPE 3rd workshop - presentation 1
SLOPE 3rd workshop - presentation 1SLOPE 3rd workshop - presentation 1
SLOPE 3rd workshop - presentation 1
 
Materials For Technical Use Wood
Materials For Technical Use  WoodMaterials For Technical Use  Wood
Materials For Technical Use Wood
 
11 conversion of timber
11 conversion of timber11 conversion of timber
11 conversion of timber
 
15 manufactured boards
15 manufactured boards15 manufactured boards
15 manufactured boards
 

Similar to Architecting Applications

DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker ContainersDockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
Docker, Inc.
 
Automating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps ApproachAutomating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps Approach
Akshaya Mahapatra
 

Similar to Architecting Applications (20)

KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipelineKubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
 
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker ContainersDockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
DockerCon14 Performance Characteristics of Traditional VMs vs. Docker Containers
 
Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWSContinuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS
 
Docker Security workshop slides
Docker Security workshop slidesDocker Security workshop slides
Docker Security workshop slides
 
Introducing CQ 5.1
Introducing CQ 5.1Introducing CQ 5.1
Introducing CQ 5.1
 
Accelerating Innovation with DevOps on AWS
Accelerating Innovation with DevOps on AWSAccelerating Innovation with DevOps on AWS
Accelerating Innovation with DevOps on AWS
 
Continuous Delivery with Docker and Amazon ECS
Continuous Delivery with Docker and Amazon ECSContinuous Delivery with Docker and Amazon ECS
Continuous Delivery with Docker and Amazon ECS
 
Production sec ops with kubernetes in docker
Production sec ops with kubernetes in dockerProduction sec ops with kubernetes in docker
Production sec ops with kubernetes in docker
 
Performance characteristics of traditional v ms vs docker containers (dockerc...
Performance characteristics of traditional v ms vs docker containers (dockerc...Performance characteristics of traditional v ms vs docker containers (dockerc...
Performance characteristics of traditional v ms vs docker containers (dockerc...
 
Automating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps ApproachAutomating Software Development Life Cycle - A DevOps Approach
Automating Software Development Life Cycle - A DevOps Approach
 
Containerised Testing at Demonware : PyCon Ireland 2016
Containerised Testing at Demonware : PyCon Ireland 2016Containerised Testing at Demonware : PyCon Ireland 2016
Containerised Testing at Demonware : PyCon Ireland 2016
 
AWS Lambda from the trenches
AWS Lambda from the trenchesAWS Lambda from the trenches
AWS Lambda from the trenches
 
How to Treat a Network Like a Container (Or Get Close)
How to Treat a Network Like a Container (Or Get Close)How to Treat a Network Like a Container (Or Get Close)
How to Treat a Network Like a Container (Or Get Close)
 
All Things Open 2017: How to Treat a Network as a Container
All Things Open 2017: How to Treat a Network as a ContainerAll Things Open 2017: How to Treat a Network as a Container
All Things Open 2017: How to Treat a Network as a Container
 
DevOps Workflow: A Tutorial on Linux Containers
DevOps Workflow: A Tutorial on Linux ContainersDevOps Workflow: A Tutorial on Linux Containers
DevOps Workflow: A Tutorial on Linux Containers
 
Cloud-powered Continuous Integration and Deployment architectures - Jinesh Varia
Cloud-powered Continuous Integration and Deployment architectures - Jinesh VariaCloud-powered Continuous Integration and Deployment architectures - Jinesh Varia
Cloud-powered Continuous Integration and Deployment architectures - Jinesh Varia
 
Deploying your web application with AWS ElasticBeanstalk
Deploying your web application with AWS ElasticBeanstalkDeploying your web application with AWS ElasticBeanstalk
Deploying your web application with AWS ElasticBeanstalk
 
Kafka connect
Kafka connectKafka connect
Kafka connect
 
Moving to Containers: Building with Docker and Amazon ECS - CON310 - re:Inven...
Moving to Containers: Building with Docker and Amazon ECS - CON310 - re:Inven...Moving to Containers: Building with Docker and Amazon ECS - CON310 - re:Inven...
Moving to Containers: Building with Docker and Amazon ECS - CON310 - re:Inven...
 
SUPER-scaling E-Commerce with Magento
SUPER-scaling E-Commerce with MagentoSUPER-scaling E-Commerce with Magento
SUPER-scaling E-Commerce with Magento
 

More from Amazon 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 AWS
Amazon 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 Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon 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
 

More from 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
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 

Architecting Applications

Editor's Notes

  1. An introduction to elastic high performance computing.
  2. Another example, also a hedge fund. Lot more spiky since they do High Frequency Trading