SlideShare una empresa de Scribd logo
1 de 61
Webinar AWS für Unternehmen Teil 3:
Disaster Recovery
Steffen Krause
Technical Evangelist
@sk_bln
skrause@amazon.de
• Episode 1: IT-Anforderungen von Unternehmen
• Episode 2: Daten-Speicherung
• Episode 3: Disaster Recovery
• Episode 4: Produktivsysteme
• Episode 5: Remote-Benutzer
• Episode 6: Business Intelligence
Unternehmens-Webinar-Reihe
• Episode 1: IT-Anforderungen von Unternehmen
• Episode 2: Daten-Speicherung
• Episode 3: Disaster Recovery
• Episode 4: Produktivsysteme
• Episode 5: Remote-Benutzer
• Episode 6: Business Intelligence
Unternehmens-Webinar-Reihe
Bisher in der Unternehmens-Webinar-Reihe
https://www.youtube.com/watch?v=2uVcjlRepAE
Die neue Herausforderung
Kostengünstiges
Disaster Recovery
DISASTER RECOVERY
Auf traditionelle Art…
AWS Regionen
RTO
RECOVERY TIME OBJECTIVE
RPO
RECOVERY POINT OBJECTIVE
SZENARIO #1
Kaltes DR
ORACLE
SECURE BACKUP MODULE
ORACLE RMAN AMAZON S3
RESTORE TIMES REDUCED FROM 15 TO 2½ Stunden
SZENARIO #2
Warmes DR
LOG SHIPPING
– ODER –
TRANSACTIONAL REPLICATION
– ODER –
DATABASE MIRRORING
aws.amazon.com/testdrive/oracle/
Überwachung von Replikation & Link
+ Alarme bei Fehlern
SZENARIO #3
Interne Anwendung
=
Programmierbare
Plattform
AWS CLOUDFORMATION
Stack-basierter Deployment-Dienst
CLOUDFORMATION
TEMPLATE
{
"AWSTemplateFormatVersion" : "version date",
"Parameters" : {
set of parameters
},
"Mappings" : {
set of mappings
},
"Conditions" : {
set of conditions
},
"Resources" : {
set of resources
},
"Outputs" : {
set of outputs
}
}
"AWS::CloudFormation::Init" : { "config" : {
"packages" : {
"yum" : {
"mysql" : [],
"mysql-server" : [],
"httpd" : [],
"php" : [],
"php-mysql" : []
}
},
"sources" : {
"/var/www/html" :
"https://s3.amazonaws.com/my-builds/build-v4.zip"
}
}
"Properties": {
"ImageId" : { "Fn::FindInMap" : [ "AWSRegionArch2AMI", { "Ref" : "AWS::Region" },
{ "Fn::FindInMap" : [ "AWSInstanceType2Arch", { "Ref" : "InstanceType" }, "Arch"
"InstanceType" : { "Ref" : "InstanceType" },
"SecurityGroups" : [ {"Ref" : "WebServerSecurityGroup"} ],
"KeyName" : { "Ref" : "KeyName" },
"UserData" : { "Fn::Base64" : { "Fn::Join" : ["", [
"#!/bin/bash -vn",
"yum update -y aws-cfn-bootstrapn",
"# Helper functionn",
"function error_exitn",
"{n",
" /opt/aws/bin/cfn-signal -e 1 -r "$1" '", { "Ref" : "WaitHandle" }, "'n",
" exit 1n",
"}n",
"# Install Apache Web Server, MySQL and Drupaln",
"/opt/aws/bin/cfn-init -s ", { "Ref" : "AWS::StackId" }, " -r WebServer ",
" --region ", { "Ref" : "AWS::Region" }, " || error_exit 'Failed to run cfn-init'n
"# Make changes to Apache Web Server configurationn",
"mv /var/www/html/drupal-7.8/* /var/www/htmln",
"mv /var/www/html/drupal-7.8/.* /var/www/htmln",
"rmdir /var/www/html/drupal-7.8n",
"sed -i 's/AllowOverride None/AllowOverride All/g' /etc/httpd/conf/httpd.confn",
"service httpd restartn",
GAME DAYS
Testen künstlicher Vorfälle
Messen der Geschwindigkeit
von Erkennung und Behebung
Automatisierung + Backups
=
ON-DEMAND
DISASTER RECOVERY
http://aws.amazon.com/solutions/case-studies/haven-power/
Backup and disaster recovery
system for its remote sales
offices
Fast, secure and cost effective
backup and DR for Oracle Apps
Disaster recovery solution to backup
and store critical medical image
data
DR and testing environment
reducing IT overhead and
increasing availability
Eigenes DR RZ
€ Physischer Platz
€ Strom
€ Netzwerk
€ Server
€ Zertifizierung
Amazon Web
Services
€0Zum Beginn
Die neue Herausforderung
Kostengünstiges
Disaster Recovery
Die neue Herausforderung
Kostengünstiges
Disaster Recovery
Im nächsten Teil...
27.8.2014 Episode 4:
Produktivsysteme auf
AWShttp://aws.amazon.com/de/about-
aws/events/
• Disaster Recovery
http://aws.amazon.com/de/disaster-recovery/
• Whitepaper
http://media.amazonwebservices.com/AWS_Disaster_Recovery.pdf
• CloudFormation
http://aws.amazon.com/de/cloudformation/
• RDS
http://aws.amazon.com/de/rds/
• Enterprise IT auf AWS
http://aws.amazon.com/de/enterprise/
• TCO und Kosten
http://aws.amazon.com/de/economics/
Ressourcen
• Anfangen mit dem Free Tier:
http://aws.amazon.com/de/free/
• 25 US$ credits für neue Kunden:
http://aws.amazon.com/de/campaigns/account/
• Twitter: @AWS_Aktuell
• Facebook: http://www.facebook.com/awsaktuell
• Webinare: http://aws.amazon.com/de/about-aws/events/
• Slides: http://de.slideshare.net/AWSAktuell
• Demo-Serie auf Youtube:
http://aws.typepad.com/awsaktuell/techsnacks-videos-
deutsch.html
Ressourcen

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Ansible Intro - June 2015 / Ansible Barcelona User Group
Ansible Intro - June 2015 / Ansible Barcelona User GroupAnsible Intro - June 2015 / Ansible Barcelona User Group
Ansible Intro - June 2015 / Ansible Barcelona User Group
 
Mitchell Hashimoto, HashiCorp
Mitchell Hashimoto, HashiCorpMitchell Hashimoto, HashiCorp
Mitchell Hashimoto, HashiCorp
 
Infrastructure Automation with Chef & Ansible
Infrastructure Automation with Chef & AnsibleInfrastructure Automation with Chef & Ansible
Infrastructure Automation with Chef & Ansible
 
Ansible Devops North East - slides
Ansible Devops North East - slides Ansible Devops North East - slides
Ansible Devops North East - slides
 
Breaking Up With Your Data Center Presentation
Breaking Up With Your Data Center PresentationBreaking Up With Your Data Center Presentation
Breaking Up With Your Data Center Presentation
 
Cachopo - Scalable Stateful Services - Madrid Elixir Meetup
Cachopo - Scalable Stateful Services - Madrid Elixir MeetupCachopo - Scalable Stateful Services - Madrid Elixir Meetup
Cachopo - Scalable Stateful Services - Madrid Elixir Meetup
 
Deployment with capifony
Deployment with capifonyDeployment with capifony
Deployment with capifony
 
Ansible 2 and Ansible Galaxy 2
Ansible 2 and Ansible Galaxy 2Ansible 2 and Ansible Galaxy 2
Ansible 2 and Ansible Galaxy 2
 
Immutable Infrastructure with Packer Ansible and Terraform
Immutable Infrastructure with Packer Ansible and TerraformImmutable Infrastructure with Packer Ansible and Terraform
Immutable Infrastructure with Packer Ansible and Terraform
 
DevOps for Humans - Ansible for Drupal Deployment Victory!
DevOps for Humans - Ansible for Drupal Deployment Victory!DevOps for Humans - Ansible for Drupal Deployment Victory!
DevOps for Humans - Ansible for Drupal Deployment Victory!
 
DevOps in a Regulated World - aka 'Ansible, AWS, and Jenkins'
DevOps in a Regulated World - aka 'Ansible, AWS, and Jenkins'DevOps in a Regulated World - aka 'Ansible, AWS, and Jenkins'
DevOps in a Regulated World - aka 'Ansible, AWS, and Jenkins'
 
Developing Terraform Modules at Scale - HashiTalks 2021
Developing Terraform Modules at Scale - HashiTalks 2021Developing Terraform Modules at Scale - HashiTalks 2021
Developing Terraform Modules at Scale - HashiTalks 2021
 
전 세계 팬들이 모일 수 있는 플랫폼 만들기 - 강진우 (beNX) :: AWS Community Day 2020
전 세계 팬들이 모일 수 있는 플랫폼 만들기 - 강진우 (beNX) :: AWS Community Day 2020 전 세계 팬들이 모일 수 있는 플랫폼 만들기 - 강진우 (beNX) :: AWS Community Day 2020
전 세계 팬들이 모일 수 있는 플랫폼 만들기 - 강진우 (beNX) :: AWS Community Day 2020
 
AWS Webcast - Getting Started with AWS OpsWorks
AWS Webcast - Getting Started with AWS OpsWorksAWS Webcast - Getting Started with AWS OpsWorks
AWS Webcast - Getting Started with AWS OpsWorks
 
Automating the Cloud with Terraform, and Ansible
Automating the Cloud with Terraform, and AnsibleAutomating the Cloud with Terraform, and Ansible
Automating the Cloud with Terraform, and Ansible
 
ChefConf 2014 - AWS OpsWorks Under The Hood
ChefConf 2014 - AWS OpsWorks Under The HoodChefConf 2014 - AWS OpsWorks Under The Hood
ChefConf 2014 - AWS OpsWorks Under The Hood
 
Apollo Client - Meetup Curitiba
Apollo Client - Meetup CuritibaApollo Client - Meetup Curitiba
Apollo Client - Meetup Curitiba
 
Search 500-video-clips
Search 500-video-clipsSearch 500-video-clips
Search 500-video-clips
 
Mad scalability: Scaling when you are not Google
Mad scalability: Scaling when you are not GoogleMad scalability: Scaling when you are not Google
Mad scalability: Scaling when you are not Google
 
Squeezing Machine Learning into Serverless for Image Recognition - AWS Meetup...
Squeezing Machine Learning into Serverless for Image Recognition - AWS Meetup...Squeezing Machine Learning into Serverless for Image Recognition - AWS Meetup...
Squeezing Machine Learning into Serverless for Image Recognition - AWS Meetup...
 

Destacado

PinTrace Advanced AWS meetup
PinTrace Advanced AWS meetup PinTrace Advanced AWS meetup
PinTrace Advanced AWS meetup
Suman Karumuri
 
ensayo de lineal Joc Zuluaga
ensayo de lineal Joc Zuluagaensayo de lineal Joc Zuluaga
ensayo de lineal Joc Zuluaga
Jose Zuluaga
 
8 müller 20121004_open government ist mehr als open data_v1
8 müller 20121004_open government ist mehr als open data_v18 müller 20121004_open government ist mehr als open data_v1
8 müller 20121004_open government ist mehr als open data_v1
OGD-DACHLI Konferenzreihe
 
CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...
CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...
CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...
Daysi_Arteaga
 
Laproporcinurea cristianypedro-110621120256-phpapp01
Laproporcinurea cristianypedro-110621120256-phpapp01Laproporcinurea cristianypedro-110621120256-phpapp01
Laproporcinurea cristianypedro-110621120256-phpapp01
Jordi Garrigosa Ayuso
 
Cuando los Artesanos se Encuentran . . .
Cuando los Artesanos se Encuentran . . .Cuando los Artesanos se Encuentran . . .
Cuando los Artesanos se Encuentran . . .
Victor Hermosillo
 
ALGUNAS RETICULAS PARA PANTALLA
ALGUNAS  RETICULAS  PARA  PANTALLAALGUNAS  RETICULAS  PARA  PANTALLA
ALGUNAS RETICULAS PARA PANTALLA
Juan Perez
 
1 b1 semana del 26 al 30 de septiembre
1 b1 semana del 26 al 30 de septiembre1 b1 semana del 26 al 30 de septiembre
1 b1 semana del 26 al 30 de septiembre
Diego Mejía
 
Sentencia T-68 de 2005
Sentencia T-68 de 2005Sentencia T-68 de 2005
Sentencia T-68 de 2005
Alex Castaño
 

Destacado (20)

AWS Customer presentation - Voice Publishing
AWS Customer presentation - Voice PublishingAWS Customer presentation - Voice Publishing
AWS Customer presentation - Voice Publishing
 
PinTrace Advanced AWS meetup
PinTrace Advanced AWS meetup PinTrace Advanced AWS meetup
PinTrace Advanced AWS meetup
 
ensayo de lineal Joc Zuluaga
ensayo de lineal Joc Zuluagaensayo de lineal Joc Zuluaga
ensayo de lineal Joc Zuluaga
 
8 müller 20121004_open government ist mehr als open data_v1
8 müller 20121004_open government ist mehr als open data_v18 müller 20121004_open government ist mehr als open data_v1
8 müller 20121004_open government ist mehr als open data_v1
 
Semestral 2011 01
Semestral 2011 01Semestral 2011 01
Semestral 2011 01
 
CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...
CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...
CUAL SERÍA LA FORMA EN QUE SE PUEDA INTEGRAR DIDÁCTICAMENTE LAS NUEVAS TECNOL...
 
Laproporcinurea cristianypedro-110621120256-phpapp01
Laproporcinurea cristianypedro-110621120256-phpapp01Laproporcinurea cristianypedro-110621120256-phpapp01
Laproporcinurea cristianypedro-110621120256-phpapp01
 
Klöckner & Co - Pressetag 2010
Klöckner & Co - Pressetag 2010Klöckner & Co - Pressetag 2010
Klöckner & Co - Pressetag 2010
 
Cuando los Artesanos se Encuentran . . .
Cuando los Artesanos se Encuentran . . .Cuando los Artesanos se Encuentran . . .
Cuando los Artesanos se Encuentran . . .
 
ISARCAMP: Krusche & Company / Michael Krusche: death of email
ISARCAMP: Krusche & Company / Michael Krusche: death of emailISARCAMP: Krusche & Company / Michael Krusche: death of email
ISARCAMP: Krusche & Company / Michael Krusche: death of email
 
El cambio climático en la determinación social de la salud
El cambio climático en la determinación social de la saludEl cambio climático en la determinación social de la salud
El cambio climático en la determinación social de la salud
 
PERFIL PROFESIONAL SEGÚN EL MERCADO DEMANDANTE EN LA CIUDAD DE SANTA CRUZ
PERFIL PROFESIONAL SEGÚN EL MERCADO DEMANDANTE EN LA CIUDAD DE SANTA CRUZPERFIL PROFESIONAL SEGÚN EL MERCADO DEMANDANTE EN LA CIUDAD DE SANTA CRUZ
PERFIL PROFESIONAL SEGÚN EL MERCADO DEMANDANTE EN LA CIUDAD DE SANTA CRUZ
 
Programa ea j.heber
Programa ea j.heberPrograma ea j.heber
Programa ea j.heber
 
Produkte im Bereich Dermatologie, ästhetische und plastische Chirurgie und To...
Produkte im Bereich Dermatologie, ästhetische und plastische Chirurgie und To...Produkte im Bereich Dermatologie, ästhetische und plastische Chirurgie und To...
Produkte im Bereich Dermatologie, ästhetische und plastische Chirurgie und To...
 
CDG UDD Sur 2013
CDG UDD Sur 2013   CDG UDD Sur 2013
CDG UDD Sur 2013
 
ALGUNAS RETICULAS PARA PANTALLA
ALGUNAS  RETICULAS  PARA  PANTALLAALGUNAS  RETICULAS  PARA  PANTALLA
ALGUNAS RETICULAS PARA PANTALLA
 
1 b1 semana del 26 al 30 de septiembre
1 b1 semana del 26 al 30 de septiembre1 b1 semana del 26 al 30 de septiembre
1 b1 semana del 26 al 30 de septiembre
 
Tabimed 3 informe coyuntura octubre 2009
Tabimed   3 informe coyuntura octubre 2009Tabimed   3 informe coyuntura octubre 2009
Tabimed 3 informe coyuntura octubre 2009
 
Sentencia T-68 de 2005
Sentencia T-68 de 2005Sentencia T-68 de 2005
Sentencia T-68 de 2005
 
Mesa 2 Exeb
Mesa 2 ExebMesa 2 Exeb
Mesa 2 Exeb
 

Similar a Webinar AWS für Unternehmen Teil 3: Disaster Recovery

Similar a Webinar AWS für Unternehmen Teil 3: Disaster Recovery (20)

DevOps for the Enterprise: Virtual Office Hours
DevOps for the Enterprise: Virtual Office HoursDevOps for the Enterprise: Virtual Office Hours
DevOps for the Enterprise: Virtual Office Hours
 
Burn down the silos! Helping dev and ops gel on high availability websites
Burn down the silos! Helping dev and ops gel on high availability websitesBurn down the silos! Helping dev and ops gel on high availability websites
Burn down the silos! Helping dev and ops gel on high availability websites
 
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel AvivSelf Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
Self Service Agile Infrastructure for Product Teams - Pop-up Loft Tel Aviv
 
EC2 AMI Factory with Chef, Berkshelf, and Packer
EC2 AMI Factory with Chef, Berkshelf, and PackerEC2 AMI Factory with Chef, Berkshelf, and Packer
EC2 AMI Factory with Chef, Berkshelf, and Packer
 
Rapid Infrastructure Provisioning
Rapid Infrastructure ProvisioningRapid Infrastructure Provisioning
Rapid Infrastructure Provisioning
 
Scaling with Automation
Scaling with AutomationScaling with Automation
Scaling with Automation
 
Zero to Sixty: AWS CloudFormation (DMG201) | AWS re:Invent 2013
Zero to Sixty: AWS CloudFormation (DMG201) | AWS re:Invent 2013Zero to Sixty: AWS CloudFormation (DMG201) | AWS re:Invent 2013
Zero to Sixty: AWS CloudFormation (DMG201) | AWS re:Invent 2013
 
Disaster Recovery Site on AWS - Minimal Cost Maximum Efficiency (STG305) | AW...
Disaster Recovery Site on AWS - Minimal Cost Maximum Efficiency (STG305) | AW...Disaster Recovery Site on AWS - Minimal Cost Maximum Efficiency (STG305) | AW...
Disaster Recovery Site on AWS - Minimal Cost Maximum Efficiency (STG305) | AW...
 
Julien Simon "Scaling ML from 0 to millions of users"
Julien Simon "Scaling ML from 0 to millions of users"Julien Simon "Scaling ML from 0 to millions of users"
Julien Simon "Scaling ML from 0 to millions of users"
 
How I Learned to Stop Worrying and Love the Cloud - Wesley Beary, Engine Yard
How I Learned to Stop Worrying and Love the Cloud - Wesley Beary, Engine YardHow I Learned to Stop Worrying and Love the Cloud - Wesley Beary, Engine Yard
How I Learned to Stop Worrying and Love the Cloud - Wesley Beary, Engine Yard
 
Automating your Infrastructure Deployment with AWS CloudFormation and AWS Ops...
Automating your Infrastructure Deployment with AWS CloudFormation and AWS Ops...Automating your Infrastructure Deployment with AWS CloudFormation and AWS Ops...
Automating your Infrastructure Deployment with AWS CloudFormation and AWS Ops...
 
Deep Dive - Infrastructure as Code
Deep Dive - Infrastructure as CodeDeep Dive - Infrastructure as Code
Deep Dive - Infrastructure as Code
 
AWS September Webinar Series - Running Microservices with Amazon EC2 Contain...
AWS September Webinar Series -  Running Microservices with Amazon EC2 Contain...AWS September Webinar Series -  Running Microservices with Amazon EC2 Contain...
AWS September Webinar Series - Running Microservices with Amazon EC2 Contain...
 
Terraform, Ansible, or pure CloudFormation?
Terraform, Ansible, or pure CloudFormation?Terraform, Ansible, or pure CloudFormation?
Terraform, Ansible, or pure CloudFormation?
 
A 60-minute tour of AWS Compute (November 2016)
A 60-minute tour of AWS Compute (November 2016)A 60-minute tour of AWS Compute (November 2016)
A 60-minute tour of AWS Compute (November 2016)
 
Iac d.damyanov 4.pptx
Iac d.damyanov 4.pptxIac d.damyanov 4.pptx
Iac d.damyanov 4.pptx
 
Becoming the master of disaster... with asr
Becoming the master of disaster... with asrBecoming the master of disaster... with asr
Becoming the master of disaster... with asr
 
My First Big Data Application
My First Big Data ApplicationMy First Big Data Application
My First Big Data Application
 
Heavy Web Optimization: Backend
Heavy Web Optimization: BackendHeavy Web Optimization: Backend
Heavy Web Optimization: Backend
 
Deep Dive: Infrastructure as Code
Deep Dive: Infrastructure as CodeDeep Dive: Infrastructure as Code
Deep Dive: Infrastructure as Code
 

Más de AWS Germany

Más de AWS Germany (20)

Analytics Web Day | From Theory to Practice: Big Data Stories from the Field
Analytics Web Day | From Theory to Practice: Big Data Stories from the FieldAnalytics Web Day | From Theory to Practice: Big Data Stories from the Field
Analytics Web Day | From Theory to Practice: Big Data Stories from the Field
 
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
 
Modern Applications Web Day | Impress Your Friends with Your First Serverless...
Modern Applications Web Day | Impress Your Friends with Your First Serverless...Modern Applications Web Day | Impress Your Friends with Your First Serverless...
Modern Applications Web Day | Impress Your Friends with Your First Serverless...
 
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
 
Modern Applications Web Day | Container Workloads on AWS
Modern Applications Web Day | Container Workloads on AWSModern Applications Web Day | Container Workloads on AWS
Modern Applications Web Day | Container Workloads on AWS
 
Modern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
Modern Applications Web Day | Continuous Delivery to Amazon EKS with SpinnakerModern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
Modern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
 
Building Smart Home skills for Alexa
Building Smart Home skills for AlexaBuilding Smart Home skills for Alexa
Building Smart Home skills for Alexa
 
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructureHotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
 
Wild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
Wild Rydes with Big Data/Kinesis focus: AWS Serverless WorkshopWild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
Wild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
 
Log Analytics with AWS
Log Analytics with AWSLog Analytics with AWS
Log Analytics with AWS
 
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
 
AWS Programme für Nonprofits
AWS Programme für NonprofitsAWS Programme für Nonprofits
AWS Programme für Nonprofits
 
Microservices and Data Design
Microservices and Data DesignMicroservices and Data Design
Microservices and Data Design
 
Serverless vs. Developers – the real crash
Serverless vs. Developers – the real crashServerless vs. Developers – the real crash
Serverless vs. Developers – the real crash
 
Query your data in S3 with SQL and optimize for cost and performance
Query your data in S3 with SQL and optimize for cost and performanceQuery your data in S3 with SQL and optimize for cost and performance
Query your data in S3 with SQL and optimize for cost and performance
 
Secret Management with Hashicorp’s Vault
Secret Management with Hashicorp’s VaultSecret Management with Hashicorp’s Vault
Secret Management with Hashicorp’s Vault
 
EKS Workshop
 EKS Workshop EKS Workshop
EKS Workshop
 
Scale to Infinity with ECS
Scale to Infinity with ECSScale to Infinity with ECS
Scale to Infinity with ECS
 
Containers on AWS - State of the Union
Containers on AWS - State of the UnionContainers on AWS - State of the Union
Containers on AWS - State of the Union
 
Deploying and Scaling Your First Cloud Application with Amazon Lightsail
Deploying and Scaling Your First Cloud Application with Amazon LightsailDeploying and Scaling Your First Cloud Application with Amazon Lightsail
Deploying and Scaling Your First Cloud Application with Amazon Lightsail
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
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)
 
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
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

Webinar AWS für Unternehmen Teil 3: Disaster Recovery

Notas del editor

  1. http://aws.amazon.com/solutions/case-studies/haven-power/