SlideShare une entreprise Scribd logo
1  sur  40
Cloud Introduction
Hello, I’m
JIMMY DAHLQVIST
Head of AWS Technology @ Sigma Technology Cloud
AWS APN Ambassador & Community Builder
@jimmydahlqvist
CLOUD DEVELOPMENT MINDSET
@jimmydahlqvist
A changed mindset
Infrastructure
Provision resources
quickly
Stop guessing
capacity
Business
Managed services
Cloud provider
remove
undifferentiated
heavy lifting
DevOps
Increased rate of
change
Automate
everything
@jimmydahlqvist
Cloud Native Applications
What is a cloud native
application?
“
Cloud-native technologies empower
organizations to build and run scalable
applications in modern, dynamic
environments such as public, private,
and hybrid clouds. Containers, service
meshes, microservices, immutable
infrastructure, and declarative APIs
exemplify this approach.
“
These techniques enable loosely
coupled systems that are resilient,
manageable, and observable.
Combined with robust automation,
they allow engineers to make high-
impact changes frequently and
predictably with minimal toil.
@jimmydahlqvist
Cloud Native Applications
◦ Loosely coupled
◦ Individual services
◦ Scale independently
@jimmydahlqvist
Infrastructure as code
◦ Single source of truth
◦ Model cloud infrastructure
◦ Version controlled
◦ Store everything in Git
@jimmydahlqvist
Except Secrets!
Never ever store secrets in
Git!
@jimmydahlqvist
Infrastructure verification
◦ Policy as code
◦ Linting
◦ Tooling
@jimmydahlqvist
Automate everything
◦ Infrastructure
◦ Code (services)
◦ Tests
◦ Deployment & Release
@jimmydahlqvist
Temporary environments
◦ Pull-Request testing
◦ Verify in the cloud
◦ Integration testing
@jimmydahlqvist
The full picture
@jimmydahlqvist
Meet jBot
◦ https://github.com/JimmyDqv/j
Bot-gitops
◦ AWS Implementation
@jimmydahlqvist
MICROSERVICES
@jimmydahlqvist
Micro Service
◦ Well-defined API
◦ Individual teams
◦ Strong contracts
@jimmydahlqvist
API test and Contract Test
◦ Producer driven
◦ Consumer driven
◦ Honor the contract
@jimmydahlqvist
IT’S AN ASYNCHROUNOUS WORLD
@jimmydahlqvist
Asynchronous calls
◦ Run code in the background
◦ Unpredictable time to finish
@jimmydahlqvist
Serverless
◦ No servers to manage
◦ Execute code dynamically
◦ Scales automatically
◦ AWS Lambda, serverless
compute
• Nano Service
@jimmydahlqvist
Event driven systems
◦ Run code by reacting to events
◦ Several parts of the system can
run at the same time
◦ Match made in heaven for
serverless systems
@jimmydahlqvist
Integration test
◦ Most important
◦ Verify all moving parts together
◦ Run it in the cloud
@jimmydahlqvist
LET’S GO TO PRODUCTION
@jimmydahlqvist
Deployment / Release methods
◦ Last line of defense
◦ Smoke test
◦ Driven by business requirements
@jimmydahlqvist
Blue / Green
◦ Provision a new environment,
Green
◦ Shift all traffic at once to the Green
environment
◦ Keep Blue environment for fast
rollbacks
@jimmydahlqvist
The full picture
@jimmydahlqvist
The full picture
@jimmydahlqvist
Canary
◦ Form of Blue / Green deployment
◦ Shift a portion of traffic to the
Green environment
◦ Build confidence
@jimmydahlqvist
The full picture
@jimmydahlqvist
Smoke testing
◦ Build confidence
◦ Ensure functionality
◦ Trigger rollback
@jimmydahlqvist
ONE MORE THING
“ Everything breaks all the time.
@jimmydahlqvist
Chaos Engineering
What do you mean with you want to
break things in production?
“
Chaos Engineering is the discipline of
experimenting on a system in order to
build confidence in the system’s
capability to withstand turbulent
conditions in production.
@jimmydahlqvist
Chaos Engineering
◦ Not about breaking things
◦ Controlled experiments to inject
failures
◦ Find weaknesses in a system
◦ Running on commodity hardware
@jimmydahlqvist
Testing in production
◦ Sounds risky?
◦ Data is different
◦ Abort if customers are affected
@jimmydahlqvist
Observability
◦ Understand status of a complex
system based on the system’s
outputs
◦ Business driven KPIs
@jimmydahlqvist
Q&A
39
Thank You!!
@jimmydahlqvist
https://www.linkedin.com/in/dahlqvistjimmy/
https://jimmydqv.com | https://dev.to/jimmydqv

Contenu connexe

Tendances

Automating Software Deployments with AWS CodeDeploy
Automating Software Deployments with AWS CodeDeployAutomating Software Deployments with AWS CodeDeploy
Automating Software Deployments with AWS CodeDeployAmazon Web Services
 
AWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSAWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSIan Massingham
 
Accelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWSAccelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWSAmazon Web Services
 
Introducción a Azure Devops Pipelines - Plain Concepts DevOps day
Introducción a Azure Devops Pipelines - Plain Concepts DevOps dayIntroducción a Azure Devops Pipelines - Plain Concepts DevOps day
Introducción a Azure Devops Pipelines - Plain Concepts DevOps dayPlain Concepts
 
What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like Nati Shalom
 
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18CodeOps Technologies LLP
 
AWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig Dickson
AWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig DicksonAWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig Dickson
AWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig DicksonAmazon Web Services Korea
 
YOOXlabTechEvent: How Cloud helps Innovation
YOOXlabTechEvent: How Cloud helps InnovationYOOXlabTechEvent: How Cloud helps Innovation
YOOXlabTechEvent: How Cloud helps InnovationYOOXlabsTechEvent
 
SRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and DockerSRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and DockerAmazon Web Services
 
Serverless Apps with Open Whisk
Serverless Apps with Open Whisk Serverless Apps with Open Whisk
Serverless Apps with Open Whisk Dev_Events
 
Cloud Trends for 2017 and Actions You Can Take Now
Cloud Trends for 2017 and Actions You Can Take NowCloud Trends for 2017 and Actions You Can Take Now
Cloud Trends for 2017 and Actions You Can Take NowRightScale
 
WKS407 Wild Rydes Takes Off – The Dawn of a New Unicorn
WKS407 Wild Rydes Takes Off – The Dawn of a New UnicornWKS407 Wild Rydes Takes Off – The Dawn of a New Unicorn
WKS407 Wild Rydes Takes Off – The Dawn of a New UnicornAmazon Web Services
 
Automating Cloud Operations: Tips from Managed Services
Automating Cloud Operations: Tips from Managed ServicesAutomating Cloud Operations: Tips from Managed Services
Automating Cloud Operations: Tips from Managed ServicesAngela_Tripp
 
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...Amazon Web Services Korea
 
How to Architect AWS for Mission-Critical Applications
How to Architect AWS for Mission-Critical ApplicationsHow to Architect AWS for Mission-Critical Applications
How to Architect AWS for Mission-Critical ApplicationsLogicworksNYC
 
Infrastructure as Code
Infrastructure as CodeInfrastructure as Code
Infrastructure as CodeRobert Greiner
 
AWS Customer Presentation - Autodesk
AWS Customer Presentation - AutodeskAWS Customer Presentation - Autodesk
AWS Customer Presentation - AutodeskAmazon Web Services
 
How to Manage VMware vSphere Like AWS and Azure
How to Manage VMware vSphere Like AWS and AzureHow to Manage VMware vSphere Like AWS and Azure
How to Manage VMware vSphere Like AWS and AzureRightScale
 

Tendances (20)

Automating Software Deployments with AWS CodeDeploy
Automating Software Deployments with AWS CodeDeployAutomating Software Deployments with AWS CodeDeploy
Automating Software Deployments with AWS CodeDeploy
 
AWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSAWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWS
 
Accelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWSAccelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWS
 
Introducción a Azure Devops Pipelines - Plain Concepts DevOps day
Introducción a Azure Devops Pipelines - Plain Concepts DevOps dayIntroducción a Azure Devops Pipelines - Plain Concepts DevOps day
Introducción a Azure Devops Pipelines - Plain Concepts DevOps day
 
What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like What A No Compromises Hybrid Cloud Looks Like
What A No Compromises Hybrid Cloud Looks Like
 
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
 
AWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig Dickson
AWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig DicksonAWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig Dickson
AWS Innovate: Smaller IS Better – Exploiting Microservices on AWS, Craig Dickson
 
YOOXlabTechEvent: How Cloud helps Innovation
YOOXlabTechEvent: How Cloud helps InnovationYOOXlabTechEvent: How Cloud helps Innovation
YOOXlabTechEvent: How Cloud helps Innovation
 
SRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and DockerSRV409 Deep Dive on Microservices and Docker
SRV409 Deep Dive on Microservices and Docker
 
Serverless Apps with Open Whisk
Serverless Apps with Open Whisk Serverless Apps with Open Whisk
Serverless Apps with Open Whisk
 
Cloud Trends for 2017 and Actions You Can Take Now
Cloud Trends for 2017 and Actions You Can Take NowCloud Trends for 2017 and Actions You Can Take Now
Cloud Trends for 2017 and Actions You Can Take Now
 
WKS407 Wild Rydes Takes Off – The Dawn of a New Unicorn
WKS407 Wild Rydes Takes Off – The Dawn of a New UnicornWKS407 Wild Rydes Takes Off – The Dawn of a New Unicorn
WKS407 Wild Rydes Takes Off – The Dawn of a New Unicorn
 
State of Union - Containerz
State of Union - ContainerzState of Union - Containerz
State of Union - Containerz
 
Automating Cloud Operations: Tips from Managed Services
Automating Cloud Operations: Tips from Managed ServicesAutomating Cloud Operations: Tips from Managed Services
Automating Cloud Operations: Tips from Managed Services
 
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...
AWS Innovate: Moving Microsoft .Net applications one container at a time - Da...
 
How to Architect AWS for Mission-Critical Applications
How to Architect AWS for Mission-Critical ApplicationsHow to Architect AWS for Mission-Critical Applications
How to Architect AWS for Mission-Critical Applications
 
Infrastructure as Code
Infrastructure as CodeInfrastructure as Code
Infrastructure as Code
 
AWS Customer Presentation - Autodesk
AWS Customer Presentation - AutodeskAWS Customer Presentation - Autodesk
AWS Customer Presentation - Autodesk
 
How to Manage VMware vSphere Like AWS and Azure
How to Manage VMware vSphere Like AWS and AzureHow to Manage VMware vSphere Like AWS and Azure
How to Manage VMware vSphere Like AWS and Azure
 
Serverless computing
Serverless computingServerless computing
Serverless computing
 

Similaire à Introduction to testing in Cloud / AWS

CI/CD As first and last line of defence
CI/CD As first and last line of defenceCI/CD As first and last line of defence
CI/CD As first and last line of defenceJimmy Dahlqvist
 
You only have to change on thing to do the DevOps, everything
You only have to change on thing to do the DevOps, everythingYou only have to change on thing to do the DevOps, everything
You only have to change on thing to do the DevOps, everythingKen Mugrage
 
One And Done Multi-Cloud Load Balancing Done Right.pptx
One And Done Multi-Cloud Load Balancing Done Right.pptxOne And Done Multi-Cloud Load Balancing Done Right.pptx
One And Done Multi-Cloud Load Balancing Done Right.pptxAvi Networks
 
2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...
2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...
2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...AlgoSec
 
Get Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled ArchitecturesGet Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled ArchitecturesDeborah Schalm
 
Get Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled Architectures Get Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled Architectures DevOps.com
 
IoT Enabled smoker for Great BBQ
IoT Enabled smoker for Great BBQIoT Enabled smoker for Great BBQ
IoT Enabled smoker for Great BBQJimmy Dahlqvist
 
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlow
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlowSam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlow
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlowDevOps Enterprise Summit
 
Hybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptxHybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptxzhunli4
 
DevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWSDevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWSAmazon Web Services
 
Pathways to Multicloud Transformation
Pathways to Multicloud TransformationPathways to Multicloud Transformation
Pathways to Multicloud TransformationIBM
 
How to Design a Backend for IoT
How to Design a Backend for IoTHow to Design a Backend for IoT
How to Design a Backend for IoTİbrahim Gürses
 
Using cloud native development to achieve digital transformation
Using cloud native development to achieve digital transformationUsing cloud native development to achieve digital transformation
Using cloud native development to achieve digital transformationUni Systems S.M.S.A.
 
The biggest constraint to devops in the cloud has a solution
The biggest constraint to devops in the cloud has a solutionThe biggest constraint to devops in the cloud has a solution
The biggest constraint to devops in the cloud has a solutionFlexiant
 
Best of re:Invent 2016 meetup presentation
Best of re:Invent 2016 meetup presentationBest of re:Invent 2016 meetup presentation
Best of re:Invent 2016 meetup presentationLahav Savir
 
InterConnect 2015: 3540 Release and Deploy Headliner
InterConnect 2015: 3540 Release and Deploy HeadlinerInterConnect 2015: 3540 Release and Deploy Headliner
InterConnect 2015: 3540 Release and Deploy HeadlinerDaniel Berg
 
Microservices and Docker at Scale: The PB&J of Modern Systems
Microservices and Docker at Scale: The PB&J of Modern SystemsMicroservices and Docker at Scale: The PB&J of Modern Systems
Microservices and Docker at Scale: The PB&J of Modern SystemsTechWell
 
Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012
Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012
Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012TEST Huddle
 

Similaire à Introduction to testing in Cloud / AWS (20)

CI/CD As first and last line of defence
CI/CD As first and last line of defenceCI/CD As first and last line of defence
CI/CD As first and last line of defence
 
You only have to change on thing to do the DevOps, everything
You only have to change on thing to do the DevOps, everythingYou only have to change on thing to do the DevOps, everything
You only have to change on thing to do the DevOps, everything
 
One And Done Multi-Cloud Load Balancing Done Right.pptx
One And Done Multi-Cloud Load Balancing Done Right.pptxOne And Done Multi-Cloud Load Balancing Done Right.pptx
One And Done Multi-Cloud Load Balancing Done Right.pptx
 
2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...
2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...
2020 09-30 overcoming the challenges of managing a hybrid environment - aws a...
 
Get Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled ArchitecturesGet Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled Architectures
 
Get Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled Architectures Get Loose! Microservices and Loosely Coupled Architectures
Get Loose! Microservices and Loosely Coupled Architectures
 
IoT Enabled smoker for Great BBQ
IoT Enabled smoker for Great BBQIoT Enabled smoker for Great BBQ
IoT Enabled smoker for Great BBQ
 
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlow
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlowSam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlow
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlow
 
Hybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptxHybrid Cloud Transformation Fast Track.pptx
Hybrid Cloud Transformation Fast Track.pptx
 
DevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWSDevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWS
 
Microservices
MicroservicesMicroservices
Microservices
 
Introduction to ActOnMagic
Introduction to ActOnMagicIntroduction to ActOnMagic
Introduction to ActOnMagic
 
Pathways to Multicloud Transformation
Pathways to Multicloud TransformationPathways to Multicloud Transformation
Pathways to Multicloud Transformation
 
How to Design a Backend for IoT
How to Design a Backend for IoTHow to Design a Backend for IoT
How to Design a Backend for IoT
 
Using cloud native development to achieve digital transformation
Using cloud native development to achieve digital transformationUsing cloud native development to achieve digital transformation
Using cloud native development to achieve digital transformation
 
The biggest constraint to devops in the cloud has a solution
The biggest constraint to devops in the cloud has a solutionThe biggest constraint to devops in the cloud has a solution
The biggest constraint to devops in the cloud has a solution
 
Best of re:Invent 2016 meetup presentation
Best of re:Invent 2016 meetup presentationBest of re:Invent 2016 meetup presentation
Best of re:Invent 2016 meetup presentation
 
InterConnect 2015: 3540 Release and Deploy Headliner
InterConnect 2015: 3540 Release and Deploy HeadlinerInterConnect 2015: 3540 Release and Deploy Headliner
InterConnect 2015: 3540 Release and Deploy Headliner
 
Microservices and Docker at Scale: The PB&J of Modern Systems
Microservices and Docker at Scale: The PB&J of Modern SystemsMicroservices and Docker at Scale: The PB&J of Modern Systems
Microservices and Docker at Scale: The PB&J of Modern Systems
 
Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012
Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012
Edwin van Loon - What's in the Cloud for Testing - EuroSTAR 2012
 

Plus de Jimmy Dahlqvist

Building a serverless AI powered translation service
Building a serverless AI powered translation serviceBuilding a serverless AI powered translation service
Building a serverless AI powered translation serviceJimmy Dahlqvist
 
Serverless cloud architecture patterns
Serverless cloud architecture patternsServerless cloud architecture patterns
Serverless cloud architecture patternsJimmy Dahlqvist
 
AI Powered event-driven translation bot
AI Powered event-driven translation botAI Powered event-driven translation bot
AI Powered event-driven translation botJimmy Dahlqvist
 
Serverless and event-driven in a world of IoT
Serverless and event-driven in a world of IoTServerless and event-driven in a world of IoT
Serverless and event-driven in a world of IoTJimmy Dahlqvist
 
Event-driven and serverless in the world of IoT
Event-driven and serverless in the world of IoTEvent-driven and serverless in the world of IoT
Event-driven and serverless in the world of IoTJimmy Dahlqvist
 
IoT Enabled Smoker for Great BBQ
IoT Enabled Smoker for Great BBQIoT Enabled Smoker for Great BBQ
IoT Enabled Smoker for Great BBQJimmy Dahlqvist
 
Building a serverless event driven Slack Bot
Building a serverless event driven Slack BotBuilding a serverless event driven Slack Bot
Building a serverless event driven Slack BotJimmy Dahlqvist
 
IoT enable smoker for great BBQ
IoT enable smoker  for great BBQIoT enable smoker  for great BBQ
IoT enable smoker for great BBQJimmy Dahlqvist
 
Autoscaled Github Runners using StepFunctions
Autoscaled Github Runners using StepFunctionsAutoscaled Github Runners using StepFunctions
Autoscaled Github Runners using StepFunctionsJimmy Dahlqvist
 
EventBridge Patterns and real world use case
EventBridge Patterns and real world use caseEventBridge Patterns and real world use case
EventBridge Patterns and real world use caseJimmy Dahlqvist
 
CHAOS ENGINEERING – OR LET'S SHAKE THE TREE
CHAOS ENGINEERING – OR LET'S SHAKE THE TREECHAOS ENGINEERING – OR LET'S SHAKE THE TREE
CHAOS ENGINEERING – OR LET'S SHAKE THE TREEJimmy Dahlqvist
 
Road to an asynchronous device registration API
Road to an asynchronous device registration APIRoad to an asynchronous device registration API
Road to an asynchronous device registration APIJimmy Dahlqvist
 
GitOps in action, powered by Alexa.
GitOps in action, powered by Alexa.GitOps in action, powered by Alexa.
GitOps in action, powered by Alexa.Jimmy Dahlqvist
 

Plus de Jimmy Dahlqvist (13)

Building a serverless AI powered translation service
Building a serverless AI powered translation serviceBuilding a serverless AI powered translation service
Building a serverless AI powered translation service
 
Serverless cloud architecture patterns
Serverless cloud architecture patternsServerless cloud architecture patterns
Serverless cloud architecture patterns
 
AI Powered event-driven translation bot
AI Powered event-driven translation botAI Powered event-driven translation bot
AI Powered event-driven translation bot
 
Serverless and event-driven in a world of IoT
Serverless and event-driven in a world of IoTServerless and event-driven in a world of IoT
Serverless and event-driven in a world of IoT
 
Event-driven and serverless in the world of IoT
Event-driven and serverless in the world of IoTEvent-driven and serverless in the world of IoT
Event-driven and serverless in the world of IoT
 
IoT Enabled Smoker for Great BBQ
IoT Enabled Smoker for Great BBQIoT Enabled Smoker for Great BBQ
IoT Enabled Smoker for Great BBQ
 
Building a serverless event driven Slack Bot
Building a serverless event driven Slack BotBuilding a serverless event driven Slack Bot
Building a serverless event driven Slack Bot
 
IoT enable smoker for great BBQ
IoT enable smoker  for great BBQIoT enable smoker  for great BBQ
IoT enable smoker for great BBQ
 
Autoscaled Github Runners using StepFunctions
Autoscaled Github Runners using StepFunctionsAutoscaled Github Runners using StepFunctions
Autoscaled Github Runners using StepFunctions
 
EventBridge Patterns and real world use case
EventBridge Patterns and real world use caseEventBridge Patterns and real world use case
EventBridge Patterns and real world use case
 
CHAOS ENGINEERING – OR LET'S SHAKE THE TREE
CHAOS ENGINEERING – OR LET'S SHAKE THE TREECHAOS ENGINEERING – OR LET'S SHAKE THE TREE
CHAOS ENGINEERING – OR LET'S SHAKE THE TREE
 
Road to an asynchronous device registration API
Road to an asynchronous device registration APIRoad to an asynchronous device registration API
Road to an asynchronous device registration API
 
GitOps in action, powered by Alexa.
GitOps in action, powered by Alexa.GitOps in action, powered by Alexa.
GitOps in action, powered by Alexa.
 

Dernier

W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 

Dernier (20)

W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 

Introduction to testing in Cloud / AWS

Notes de l'éditeur

  1. Hej! Cloud introduction. Not telling you do this and this, give you my view of thing to consider Not going deep this time. Parts from my presentation at TestIt next week.
  2. We can provision resources on the other side of the world rapidly, no lead time. Stop guessing capacity, no need to over provision Use managed service for faster development, don’t do undifferentiated heavy lifting, like managing servers DevOps has increased the rate of change, we go to production in an automated way several times per day.
  3. Då kommer vi in och pratar om Cloud Native applikationer? Vad är det som gör dem så speciella? Vad skiljer dem från en ”vanlig” applikation? Cloud Native foundation beskriver dem som:
  4. Cloud native application use the cloud strength. Adapting the possibility to create new infrastructure fast an easy. It consist of loosely couple pieces and servies that communicate over well defined API. What to remember is that an API doesn’t have to be an REST based or GraphQL based API. It can be a message bus with well defined messages. It can be queues and broadcasts. What is important is that the interface what ever need to be well defined. Also a cloud native application is aware that it is running on commodity hardware that can break or go away at any point. It also uses the strength that in AWS terms, running over multiple Availbility Zones to be resiellent towards internet and power loss in a single data center. Everything breaks all the time Werner Vogel
  5. Now we get into the part which is one of the most important when it come to Cloud and Cloud native applications. Infra as code! We need to have a repeatable process to create new and update current environments running in cloud. If we do this manually and I have a set of instructions how to do it, and give that to 10 people I will have 10 different environments, human miss things and do things in wrong order. We must automate this! Automate everything! It also gives us the “map” how the infr should look like, it’s the single source of truth! We use code and tools to model our infra, it can be CloudFormation or CDK in the AWS realm or Terraform, Pulimi and other tool. Most important is that it is code that you can verion control in Git. You should store everything in Git! Infra setup, service code, documentation, just everything!! It gives us control and a built in history and audit trail.
  6. Except…. Don’t store secrets in Git…. Please! So now don’t tell your team to do store secrets in Git. Secrets belong in a secure store like AWS Secrets Manager or Hashicorp Vault!!
  7. So how do we test this? Do we need to test our infra as code? Yes we do! What we should test is to make sure that we don’t introduce security vulnerabilities, that we follow company policy, that the templates and code are correct. That can be easily done using static code inspection using tools for Policy as Code, where we define the company plocies in code and then check towards. This can be that port 22 are never ever allowed to be open. Can also be that a EC2 instance is of a certain type or types. Linting will check that the template is valid and doesn’t contain any syntax errors. There are good tools for that and these should of course be part of our CI/CD piplelines Then we should try and test the actual setup of the environment. Basically deploying a new environment and use different test tools to validate that the environment is correct. Can be that there is an API exposed, the database exists, your ECS Container cluster exists, S3 buckets. This can be defined as unit tests and run using common tooling, however it can be a bit tricky since some resources live in isolated networks that can’t be reached from local computers. But it’s important to not forget about this!
  8. Automation! I said it was important. We need to automate everything…. And I mean everything! Humans make mistakes, that is just our nature, it happens and no one is to blame. In this fast moving world we need things to be 100% repeatable and there is where Automation come in. We like to create our infra automatically, therefor IaC is important. We like to automate our tests so we can run them over and over and over and over again multiple times per day. We like to automate our deployment and release processes using CI/CD tooling. Automatically smoke testing our releases, automatic rollback in case of error. Humans can click the single “Release” button but after that it should be 100% human hands off. Our test automation is super important. What would happen if we sit with hours of manual testing for every release? What if we then would like to release once per week? Once per day? Once per hour? Several times per hour? The test automation is there to build confidence in our releases, it can’t find everything and there will be bugs that are not found, that is ok. It should build confidence that we are good to go!
  9. Now we come to one of my favourite parts… Pull-Request testing and temporary environments! What wait? Temporary environments? Yeah that is right. This is one of the greatest strength with cloud. You can throw up a brand new environment, run you tests, and shut it down. But what of my environment takes hours to spin up then? Yes that is sometime the case, or the. Environment can be really expensive to setup. In these cases I recommend setting up one base environment and the use temporary parts and routing policies, name spaces for your pull requests. Could be that you just deploy the affected service and use advanced routing during testing. There is not one sultions that fit all. How you create, use, and tear down temporary environments or temporary parts of environment is a case by case setup. Why should we do pull-request testing in an environment then? Can’t we just run our unit tests locally? First of all, we do PR testing to find problems early, we do it to make sure problems doesn’t sneak into the main branch. We should deploy to the cloud to be able to to all form of integration tests. Unit tests are fine for testing isolated parts, but how does it play out in the rest of the eco system? As I joke I tend to say that all unit tests passed on Titanic…. Integration tests, not so much. So deploy it to the cloud and integrate test the shit out of it! With serverless and eventdriven systems integration testing is more important than unit test.
  10. A small illustration of how I see PR testing. What we should not forget is the communication back to the PR. There is no point in running tests if failing tests doesn’t block merge!
  11. Now that has been one huge section of the Cloud Mindset. Where things like automation, infra as code, CI/CD plays a huge roll. Thinking that “Things break all the time” (Werner Vogel) is very important in a cloud world. Now let’s move into something different. Microservices….. One essential part of an cloud native application. But what is it?
  12. Micro services is both and architectural and organizational way to organize software. A micro service is an individual part of the system, that run and scale indepenantly. Communication is over well defined API, and as I said before this doesn’t mean it has to be REST based API, it can be over message buses, queues etc. On the orginzational side, microservices can be owned, developed, maintained by individual teams. Meaning that if we have 100 MS in our system we can have 100 or 20 development teams. AWS two pizza team… We also need a strong contract for our API, and this should be “signed off” by both the owner (producer) and the consumer team. What is good with this you get the teams talking……
  13. When it come to testing of microservices I see two very very important concepts. I normally refer to them as API test and Contract test. At the end they are of the same kind but easier when describing them to teams to use different words. API tests is tests towards the API that is written and maintained by the team owning the MS, the Producer of the API. Contract test are tests towards the API that is written and maintained by the consuming team.’ So why both? Why not just the API test? Why the contract test? Well the API tests are there to verify the API right, but what if something change, let say you have an incorrect behaiour, a bug in the service. Then you correct the bug and update the test, no problem? Right? Well it is a problem. The consumers can have been making workarounds for the inocrret API. So if you roll out an update the code might break. Also the Contract test are what is the contract, the consumer basically write tests how they are using the API and both parties agree on that contract. This way there can not be a change that breaks the contract, we honor the contract at all times. Contract tests shall be run every time there is a change in the MS exposing the API. Where tests are maintained can differ,………
  14. Now we enter the world of async calls…. Event driven serverless systems are a growing trend. And in an event driven system actions are done in a async way. Which from a testing perspective can be highly challenging…..
  15. The code is run in the background so to say and start and finish ”on random”. So how do we write test for this? How do we ensure that this that is triggered by an event is executed as expected? Sure we can trigger and wait for a result, but how long should we wait? How do we avoid flaky tests? If we can’t predict the turnaround time how do we build the test? This is a challenge testers in my current project phase every day. More on that topic later…
  16. Serverless….. The trend that picks up momentum every day! #1 reason I think is that you can focus on solving your business and not worry about babysitting servers. The turnaround time for a serverless PoC is way less than with classic servers. With services like AWS lambda we can break down micro service to functions and almost enter the realm of nano services. Serverless and event driven goes hand in hand
  17. Eventdriven systems are a match made in heaven for Serverless systems, due to the possibility to run small pieces of code in reaction to events and the autoscaling of serverless. In an ED system we run code in reaction to events, things that happen in other parts of our system, that are then posted onto an eventbus. Here we don’t have a one to one mapping, instead a one to many (producer consumer) is possible. So how do we test this? As said a challenge in my current team. What we have done is that we hook into the event bus so we know that the event was triggered and reached the bus. We then start monitoring the output from the consumers to ensure they run as expected. Does it work all the time? Nope, are test flaky? Yes. But it’s better now when we hooked into the bus. I can guarantee that this will be a challenge for you as well… eventdriven serverless systems are gaining traction and the adoption rate, especially among startups, are huge.
  18. As mentioned before integration tests are the most critical part in a cloud native application. Specially if it’s a eventdriven system We can verify each part individually but how do we ensure they work together? Integration testing! And with more and more moving parts it becomes the most important thing to learn and understand. Make sure to deploy everything to an environment in the cloud, like a test stage and the integrate test the shit out of the system. And!!! Do this every night…. Every night! That will help catch problems early on! So not only do you need to understand test! You must understand CI/CD and how to use the strength of it!
  19. OK. Now we have tested and we are confident that things work as intendend. Now let’s go to production…. Just deploy it right! Your work as testers are done, right` WRONG! It has just started!
  20. When going to production our CI/CD pipeline and how we deploy become out last line of defense! SMOKE TEST And this is where you as testers come in! After we have deployed we must ensure that everything looks good, but why? We have done that? DATA! Data is different in prod and can make things behave strange. Therefore your task is to create smoke tests that we can run directly after deployment to verify everything. Just remember you are testing in prod…. So don’t mess with data! Then how we deploy should be driven by business requirements, there are so many different deployment methodologies. Here is two of my favourites….
  21. Blue/Green…. What is this magic stuff? <Decsribe Blue / Green>
  22. In this mode we can run smoke tests to Green!
  23. Then we have canary…. <Decsribe canary>
  24. So we have already talked about smoke testing, before. But what is the responsibility of a smoke test? As I see it, it has 3 typical tasks! It’s there to build confidence in the release, that everything is working as expected. It will ensure that the functionality that we have already tested also works in prod with prod data. And last! It will trigger rollbacks in case of failing tests. And we should not forget this! And since we trigger rollbacks! The tests MUST be rock solid, no flaky tests here! Imaging what would happen if we start to rollback evert second release due to a flaky test?
  25. Now we are in production, we are done…. Well, there is one more things… There are a couple of other aspects to think about
  26. Werner Vogels
  27. Chaos engineering is one! This sound funky… Breaking things in production? Really? Well no CE is defined as
  28. Chaos Engineering is the discipline of experimenting on a system in order to build confidence in the system’s capability to withstand turbulent conditions in production.
  29. So it’s not about breaking things… It’s about doing controlled experiments where we inject failures. It can be servers going away. Throttles, latency, you name it. We inject these failures to ensure resielncy and find weakness in our system. CE originated at Netflix / Amazon and both are heavy users of it. Netflix run experimets where they simulate an entire AWS region going down. Several videos on youtube where your can see the flow of data during the experiment
  30. Then we have testing in production. This is different from CE that we don’t inject failures. Instead we run tests in production to verify the system. And we do that since data is different. If someone say that their prod and stanging env are the same they are probably lying…. One important thing! If customers are affected by your test or by your CE experiments, ABORT!! Therefor there must be. Key KPI to monitor. For Netflix it’s Streams Start per Second. SPS. Which leads us into….
  31. Observability! Which is the way to understand the status of a complex system by looking at the outputs. Business driven key KPI, such as the Netflix key KPI SPS (Streams start Per Second)
  32. Thank you! You can follow me on twitter or connect on linked in.