What to expect from the session Technical recap VMware Cloud on AWS {Sample} Integration use case Services introduction & solution designs Solution su

Size: px
Start display at page:

Download "What to expect from the session Technical recap VMware Cloud on AWS {Sample} Integration use case Services introduction & solution designs Solution su"

Transcription

1 LHC3376BES AWS Native Services Integration with VMware Cloud on AWS Technical Deep Dive Ian Massingham, Worldwide Lead, AWS Technical Evangelism Paul Bockelman, AWS Principal Solutions Architect (WWPS) #VMworld #LHC3376BES

2 What to expect from the session Technical recap VMware Cloud on AWS {Sample} Integration use case Services introduction & solution designs Solution summary

3 VMware Cloud on AWS Technical Recap

4 VMware Cloud on AWS: Overview Management (vcenter Server) Customer data center vrealize Suite, PowerCLI VMware Cloud on AWS vcenter Server Single pane of glass and API across on-premises and cloud AWS Global Infrastructure AWS Global Infrastructure AWS CloudFormation, AWS CLI, AWS SDK Access to all AWS services EC2 Redshift S3 AWS Direct Connect RDS IAM

5 VMware Cloud on AWS: AWS view VMware operated, supported, and maintained vcenter Server VMware Cloud on AWS NSX Manager ESXi ESXi ESXi ESXi ESXi ESXi Single-tenant (dedicated) bare-metal EC2 hardware Overview Fully configured VMware software stack running on state-of-the-art infrastructure provisioned on-demand in minutes Latest software VCSA, ESXi, NSX, VSAN, H5 client Dynamic capacity DRS/HA compute cluster (Intel x86) VSAN storage cluster (SSD) NSX network virtualization (10 Gbps+) Flexible topology Standalone cloud cluster Hybrid connectivity to on-premises Cloud-to-cloud connectivity

6 VMware Cloud on AWS: AWS integration VMware Cloud on AWS VMworld 2017 Content: Not for AWS Global Infrastructure Access to all native AWS services publication EC2 AWS IoT S3 AWS Direct Connect RDS IAM

7 VMware Cloud on AWS: Base Topology Customer Data Center DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 DB2 RWP IGW Management Resource Pool ESXi ESXi ESXi Compute DMZ-Out (Public) VMware Cloud ENI IGW VPC S3 Endpoint S3 AWS CloudTrail EC2 AZ A AZ B AZ C CloudWatch VMware Cloud VPC AWS Customer VPC AWS Region Services

8 {Sample} Integration Use Case

9 Integration Use Case: Overview VMware Cloud on AWS customer, ACME Distribution, is hosting two (2) web-based and internet-facing applications in their VMware Cloud on AWS SDDC account and are launching a third web application in their AWS account. ACME is seeking to meet the following requirements from an integration with native AWS Services: Horizontally scale SDDC Application 2 and consolidate public application access across accounts (require SSL) Globally distributed (from a single origins) application(s) with effective mitigation of DDoS and L3/L4/L7 attacks Increased security visibility and (near) real-time access control DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 DB2 RWP IGW Management Resource Pool ESXi ESXi ESXi EC2 VMware Cloud VPC

10 Services introduction & solution designs

11 Req #1 Scale and Consolidate Public Access The following native AWS Services will be used to horizontally scale Application 2... AWS Storage (File Interface) - A virtual appliance that uses industry-standard storage protocols to connect to AWS cloud storage services - Files are stored as objects in your S3 buckets, accessed through a Network File System (NFS) mount point - Once in S3, objects can be managed as native S3 objects, and bucket policies such as versioning, lifecycle management, and cross-region replication apply directly to objects stored in your bucket Elastic Compute Cloud ( EC2) - Deployed as a cluster of reverse web proxy instances for traffic forwarding to VMware Cloud on AWS virtual machines (for Applications 1 & 2) - Reverse web proxy cluster is deloyed as an Auto Scaling Group and registered as an Application Load Balancer Target Group

12 Req #1 Scale and Consolidate Public Access The following native AWS Services will be used to horizontally scale Application 2... Relational Database Service ( RDS) - Using the Aurora MySQL engine, RDS is a managed relational database service built on a fully distributed and self-healing storage system - Provides enterprise-level capabilities including database monitoring, database cloning, cross-region copying and replication - Aurora's storage is fault-tolerant and self-healing (each 10GB chunk of your database volume is replicated six ways, across three Availability Zones) - On entire instance failure, Aurora will automatically failover to one of up to 15 read replicas

13 Req #1 Scale and Consolidate Public Access The following native AWS Services will be used to consolidate public access for all applications AWS Certificate Manager (ACM) - Provision, manage, and deploy Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services such as Elastic Load Balancers, CloudFront distributions, and APIs on API - Supports the import of SSL/TLS certificates issued by third-party Certificate Authorities (CAs) and deploy them with your supported AWS resources - AWS Certificate Manager can easily handle certificate renewals Elastic Load Balancing (ELB) Application Load Balancer mode - Routing decisions are at the application layer (HTTP/HTTPS) - Supports host-based routing that can route requests to one or more ports on each EC2 instance - Native integration with other AWS services such as Auto Scaling groups, AWS WAF Web ALCs, and CloudWatch - Native IPv6 support (users can connect to the ALB using IPv4 or v6)

14 Req #1 Scale and Consolidate Public Access The following native AWS Services will be used to consolidate public access for all applications Route 53 - A highly available and scalable global Domain Name System (DNS) service - Designed to propagate DNS updates to the world-wide network of authoritative DNS servers within 60 seconds (under normal conditions) - Fully compliant with IPv6 VMworld 2017 Content: Not for publication

15 Req #1 Scale and Consolidate Public Access (base) Customer Data Center DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 DB2 RWP IGW Management Resource Pool ESXi ESXi ESXi Compute DMZ-Out (Public) VMware Cloud ENI IGW VPC S3 Endpoint S3 AWS CloudTrail EC2 AZ A AZ B AZ C CloudWatch VMware Cloud VPC AWS Customer VPC AWS Region Services

16 Req #1 Scale and Consolidate Public Access Customer Data Center DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 RWP IGW Management Resource Pool Reverse Web Proxy & Application Load- Balancer APP2 APP2 NFS S3-backed Cluster File System ESXi ESXi ESXi Compute DMZ-Out (Public) VMware Cloud ENI EFS IGW ELB RWP (SDDC) App3 ASG ACM RDS Aurora (shared) Route53 VPC S3 Endpoint SSL Encrypted Traffic S3 AWS CloudTrail EC2 AZ A AZ B AZ C CloudWatch VMware Cloud VPC AWS Customer VPC AWS Region Services

17 Req #1 - Demo

18 Req #2 Globally distributed with DDoS Mitigation The following native AWS Service will be used to protect the environment CloudFront - A global content delivery network (CDN) service that securely delivers data, videos, applications, and APIs with low latency and high transfer speeds - 79 edge locations and 11 regional edge cache locations across 22 countries and 48 cities (as of 03-Aug-2017) - Can deliver secure APIs or applications via SSL/TLS, with advanced SSL features - Native IPv6 support - Deeply integrated with AWS services including: o o o o o o o S3 EC2 Elastic Load Balancing (ELB) Integration with AWS Lambda API AWS WAF AWS Shield

19 Req #2 Globally distributed with DDoS Mitigation The following native AWS Service will be used to protect the environment AWS WAF - A web application firewall that helps detect and block malicious web requests targeted at your web applications like SQL injection and cross-site scripting - Able to be integrated with ALB and/or a CloudFront distribution - Provides real-time metrics and captures raw requests that include details about IP addresses, geo locations, URIs, User-Agent and Referrers VMworld 2017 Content: Not for publication

20 Req #2 Globally distributed with DDoS Mitigation The following native AWS Service will be used to protect the environment AWS Shield/Shield Advanced - A managed Distributed Denial of Service (DDoS) protection service that safeguards web applications running on AWS - Provides always-on detection and automatic inline mitigations that minimize application downtime and latency - For web applications running on Elastic Load Balancing (ELB), CloudFront, and Route 53 resources, you can subscribe to AWS Shield Advanced - AWS Shield Advanced also gives you access to the AWS DDoS Response Team (DRT) and protection against DDoS related spikes in your protect resources VMworld 2017 Content: Not for publication

21 Req #2 Globally distributed with DDoS Mitigation Customer Data Center DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 RWP IGW Management Resource Pool Reverse Web Proxy & Application Load- Balancer APP2 APP2 NFS S3-backed Cluster File System ESXi ESXi ESXi Compute DMZ-Out (Public) VMware Cloud ENI EFS IGW ELB RWP (SDDC) App3 ASG ACM RDS Aurora (shared) Route53 VPC S3 Endpoint SSL Encrypted Traffic CloudFront WAF & ACMenabled Edge Location(s) S3 AWS CloudTrail AWS Shield EC2 AZ A AZ B AZ C CloudWatch VMware Cloud VPC AWS Customer VPC AWS Region Services

22 Req #2 - Demo

23 Req #3 Increased Security Visibility The following native AWS Service will be used to create network insight Virtual Private Cloud ( VPC) Flow Logs - Enables the capture of information about the IP traffic going to and from network interfaces within a VPC (minus the payload) - A flow log can be created for a VPC, a subnet, or a network interface - Flow log data is stored using CloudWatch Logs VMworld 2017 Content: Not for publication eni-abc123de ACCEPT OK

24 Req #3 Increased Security Visibility The following native AWS Service will be used to monitor resources CloudWatch - Collect and track metrics, collect and monitor log files (including custom logs), set alarms, and automatically react to changes in your AWS resources - Metrics such as CPU utilization, latency, and request counts are provided automatically - Using CloudWatch Logs, you can monitor your logs, in near real-time, for specific phrases, values or patterns (metrics) VMworld 2017 Content: Not for publication

25 Req #3 Increased Security Visibility The following native AWS Service will be used to durably store logs Simple Storage Service ( S3) - An object storage built to store and retrieve any amount of data from anywhere - Designed to deliver % durability - Data is stored as objects within resources called "buckets - Unlimited objects can be contained within a bucket with individual object size of up to a limit of 5 terabytes - Buckets are accessible via IPv6 addresses via dual-stack endpoints VMworld 2017 Content: Not for publication

26 Req #3 Increased Security Visibility The following native AWS Service will be used to ingest data streams Kinesis Firehose - Ingest real-time data in near real-time such as application logs, website clickstreams, IoT telemetry data, and more into databases, data lakes and data warehouses - Will be used to stream VPC Flow Logs, Application Load-Balancer, and CloudFront application logs from CloudWatch into the Elastic Search service - Process and analyze data as it arrives and respond in real-time for downstream processing (supports hundreds of thousands of data sources simultaneously) Streaming Data Source(s) Kinesis Firehose S3 VMworld 2017 Content: Not for Redshift ES publication QuckSight Athena

27 Req #3 Increased Security Visibility The following native AWS Service will be used to index log data Elasticsearch Service ( ES) - An open-source search and analytics engine for big data use cases such as log and click stream analysis - Ingest structured and unstructured data from a variety of sources - Elasticsearch Service manages the capacity, scaling, patching, and administration of Elasticsearch clusters - Direct access to the Elasticsearch API - Includes built-in support for Kibana (an open-source analytics and visualization platform) and AWS services including: Kinesis Firehose, AWS Lambda, and CloudWatch VMworld 2017 Content: Not for publication

28 Req #3 Increased Security Visibility The following native AWS Service will be used to analyze and visualize Athena - Interactive query service that makes it easy to analyze data in S3 using standard SQL (uses Presto with ANSI SQL support) - Uses S3 as its underlying data store (highly durable) - Quickly tap into data in S3 without the need to set up complex processes to extract, transform, and load the data (ETL) QuickSight - A business analytics service that makes it easy to build visualizations, perform adhoc analysis - Uses SPICE The Super-fast, Parallel, In-memory, Calculation Engine - Upload (CSV or XLS) and/or ingest data from AWS data sources such as Redshift, RDS, Aurora, Athena, S3, and EMR (Presto and Apache Spark) - Connect to databases like SQL Server, MySQL, and PostgreSQL (in the cloud or on-premises)

29 Req #3 Increased Security Visibility Customer Data Center DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 RWP IGW Management Resource Pool Reverse Web Proxy & Application Load- Balancer APP2 APP2 NFS S3-backed Cluster File System ESXi ESXi ESXi Compute DMZ-Out (Public) VMware Cloud ENI EFS ELB RWP (SDDC) App3 ASG RDS Aurora (shared) Route53 ES VPC S3 Endpoint SSL Encrypted Traffic CloudFront Kinesis Firehose WAF & ACMenabled Edge Location(s) IGW ACM S3 AWS CloudTrail AWS Shield Athena EC2 AZ A AZ B AZ C VPC Flow logs CloudWatch QuckSight VMware Cloud VPC AWS Customer VPC AWS Region Services

30 Req #3 - Demo

31 But wait

32 {BONUS}: Automation and Touchless Management The following native AWS Service can be used to automate AWS Lambda - Serverless Compute service that can execute code in response to triggers such as changes in data, shifts in system state, or actions by users - Automatically parses access logs to identify suspicious behavior and add the corresponding source IP addresses to an AWS WAF block list - Automatically checks third-party IP reputation lists hourly for malicious IP addresses to add to an AWS WAF block list AWS CodeDeploy - A service that automates code deployments to any instance, including EC2 instances and instances running on-premises - Rapidly release and automate software deployments, eliminating the need for error-prone manual operations - Centralize control to launch and track the status of application deployments through the AWS Management Console or the AWS CLI

33 {BONUS}: Automation and Touchless Management Customer Data Center DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 RWP IGW Management Resource Pool Reverse Web Proxy & Application Load- Balancer APP2 APP2 NFS S3-backed Cluster File System ESXi ESXi ESXi Compute DMZ-Out (Public) VMware Cloud ENI EFS ELB RWP (SDDC) App3 ASG RDS Aurora (shared) Route53 ES VPC S3 Endpoint SSL Encrypted Traffic CloudFront WAF & ACMenabled Edge Location(s) AWS Lambda AWS CloudTrail IGW ACM S3 Kinesis Firehose AWS Shield Athena EC2 AZ A AZ B AZ C VPC Flow logs CloudWatch QuckSight VMware Cloud VPC AWS Customer VPC AWS Region Services

34 {BONUS}: Automation and Touchless Management Customer Data Center DMZ-Out (Public) DMZ-In (Private) App (Private) APP1 DB1 ESXi Compute APP2 RWP IGW Management Resource Pool Reverse Web Proxy & Application Load- Balancer APP2 APP2 NFS S3-backed Cluster File System ESXi ESXi ESXi Remember the Reverse Web Proxys? Manage them using AWS CodeDeploy Compute DMZ-Out (Public) VMware Cloud ENI EFS IGW ELB App3 ASG ACM RDS Aurora (shared) Route53 ES VPC S3 Endpoint SSL Encrypted Traffic CloudFront WAF & ACMenabled Edge Location(s) AWS Lambda AWS CloudTrail RWP (SDDC) S3 Kinesis Firehose AWS Shield Athena EC2 AZ A AZ B AZ C VPC Flow logs CloudWatch QuckSight VMware Cloud VPC AWS Customer VPC AWS Region Services

35 {BONUS}: Automation and Touchless Management Edit Configuration File(s) Commit change(s) Push updates file(s) to a code repository AWS CodeDeploy detects the update AWS CodeDeploy does a rolling deployment of updates

36 Solution Summary

37 Solution Summary Requirement #1 AWS Storge EC2 RDS AWS Certificate Manager Elastic Load Balancing Route 53 VMworld 2017 Requirement #2 CloudFront AWS WAF AWS Shield/Shield Advanced Requirement #3 VPC Flow Logs CloudWatch Simple Storage Service (S3) Kinesis Firehose Elasticsearch Service (ES) Content: Not for publication Athena QuickSight AWS Lambda AWS CodeDeploy

38 AWS Booth Demos Demo 1: Securing Workloads in VMware Cloud on AWS Understand the added value of using native AWS security features with workloads running in VMware Cloud on AWS Demo 2: VM Workload Analytics Learn how to use native AWS services integration to manage and analyze VM workloads running in a VMware Cloud on AWS SDDC cluster Demo 3: Dev/Test Workloads with VMware Cloud on AWS Demonstrate the use of an Oracle RAC (two-node cluster) test environment running in VMware Cloud on AWS Demo 4: Microsoft Applications on VMware Cloud on AWS Demonstrate a Microsoft SharePoint deployment using native AWS web front-end services and backed by Microsoft SQL Server (Always-On Availability Groups) in VMware Cloud on AWS

39

40

Compute - 36 PCPUs (72 vcpus) - Intel Xeon E5 2686 v4 (Broadwell) - 512GB RAM - 8 x 2TB NVMe local SSD - Dedicated Host vsphere Features - vsphere HA - vmotion - DRS - Elastic DRS Storage - ESXi boot-from-ebs

More information

Splunk & AWS. Gain real-time insights from your data at scale. Ray Zhu Product Manager, AWS Elias Haddad Product Manager, Splunk

Splunk & AWS. Gain real-time insights from your data at scale. Ray Zhu Product Manager, AWS Elias Haddad Product Manager, Splunk Splunk & AWS Gain real-time insights from your data at scale Ray Zhu Product Manager, AWS Elias Haddad Product Manager, Splunk Forward-Looking Statements During the course of this presentation, we may

More information

AWS 101. Patrick Pierson, IonChannel

AWS 101. Patrick Pierson, IonChannel AWS 101 Patrick Pierson, IonChannel What is AWS? Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help

More information

VMware Cloud on AWS The Next Generation Hybrid Cloud Architecture

VMware Cloud on AWS The Next Generation Hybrid Cloud Architecture ware Cloud on AWS The Next Generation Hybrid Cloud Architecture David Lim Head Consulting and MSP Partners, AWS APAC Frank Fan Partner Solution Architect, AWS ANZ Disclaimer This presentation may contain

More information

Serverless Computing. Redefining the Cloud. Roger S. Barga, Ph.D. General Manager Amazon Web Services

Serverless Computing. Redefining the Cloud. Roger S. Barga, Ph.D. General Manager Amazon Web Services Serverless Computing Redefining the Cloud Roger S. Barga, Ph.D. General Manager Amazon Web Services Technology Triggers Highly Recommended http://a16z.com/2016/12/16/the-end-of-cloud-computing/ Serverless

More information

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS Dr Adnene Guabtni, Senior Research Scientist, NICTA/Data61, CSIRO Adnene.Guabtni@csiro.au EC2 S3 ELB RDS AMI

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : SAA-C01 Title : AWS Certified Solutions Architect - Associate (Released February 2018)

More information

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : Storage & Database Services : Introduction

More information

Enroll Now to Take online Course Contact: Demo video By Chandra sir

Enroll Now to Take online Course   Contact: Demo video By Chandra sir Enroll Now to Take online Course www.vlrtraining.in/register-for-aws Contact:9059868766 9985269518 Demo video By Chandra sir www.youtube.com/watch?v=8pu1who2j_k Chandra sir Class 01 https://www.youtube.com/watch?v=fccgwstm-cc

More information

What s New at AWS? A selection of some new stuff. Constantin Gonzalez, Principal Solutions Architect, Amazon Web Services

What s New at AWS? A selection of some new stuff. Constantin Gonzalez, Principal Solutions Architect, Amazon Web Services What s New at AWS? A selection of some new stuff Constantin Gonzalez, Principal Solutions Architect, Amazon Web Services Speed of Innovation AWS Pace of Innovation AWS has been continually expanding its

More information

VMware Cloud on AWS. A Closer Look. Frank Denneman Senior Staff Architect Cloud Platform BU

VMware Cloud on AWS. A Closer Look. Frank Denneman Senior Staff Architect Cloud Platform BU VMware Cloud on AWS A Closer Look Frank Denneman Senior Staff Architect Cloud Platform BU Speed is the New Currency Cloud Computing We are in the 3 rd fundamental structural transition in the history of

More information

What s New at AWS? looking at just a few new things for Enterprise. Philipp Behre, Enterprise Solutions Architect, Amazon Web Services

What s New at AWS? looking at just a few new things for Enterprise. Philipp Behre, Enterprise Solutions Architect, Amazon Web Services What s New at AWS? looking at just a few new things for Enterprise Philipp Behre, Enterprise Solutions Architect, Amazon Web Services 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

More information

AWS Well Architected Framework

AWS Well Architected Framework AWS Well Architected Framework What We Will Cover The Well-Architected Framework Key Best Practices How to Get Started Resources Main Pillars Security Reliability Performance Efficiency Cost Optimization

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC2384BU VMware Cloud on AWS A Technical Deep Dive Ray Budavari @rbudavari Frank Denneman - @frankdenneman #VMworld #LHC2384BU Disclaimer This presentation may contain product features that are currently

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC2103BU NSX and VMware Cloud on AWS: Deep Dive Ray Budavari, Senior Staff Technical Product Manager NSX @rbudavari #VMworld #LHC2103BU Disclaimer This presentation may contain product features that are

More information

Security Aspekts on Services for Serverless Architectures. Bertram Dorn EMEA Specialized Solutions Architect Security and Compliance

Security Aspekts on Services for Serverless Architectures. Bertram Dorn EMEA Specialized Solutions Architect Security and Compliance Security Aspekts on Services for Serverless Architectures Bertram Dorn EMEA Specialized Solutions Architect Security and Compliance Agenda: Security in General Services in Scope Aspects of Services for

More information

HPE Digital Learner AWS Certified SysOps Administrator (Intermediate) Content Pack

HPE Digital Learner AWS Certified SysOps Administrator (Intermediate) Content Pack Content Pack data sheet HPE Digital Learner AWS Certified SysOps Administrator (Intermediate) Content Pack HPE Content Pack number Content Pack length Content Pack category Learn more CP017 20 Hours Category

More information

Training on Amazon AWS Cloud Computing. Course Content

Training on Amazon AWS Cloud Computing. Course Content Training on Amazon AWS Cloud Computing Course Content 15 Amazon Web Services (AWS) Cloud Computing 1) Introduction to cloud computing Introduction to Cloud Computing Why Cloud Computing? Benefits of Cloud

More information

AWS Solution Architect Associate

AWS Solution Architect Associate AWS Solution Architect Associate 1. Introduction to Amazon Web Services Overview Introduction to Cloud Computing History of Amazon Web Services Why we should Care about Amazon Web Services Overview of

More information

At Course Completion Prepares you as per certification requirements for AWS Developer Associate.

At Course Completion Prepares you as per certification requirements for AWS Developer Associate. [AWS-DAW]: AWS Cloud Developer Associate Workshop Length Delivery Method : 4 days : Instructor-led (Classroom) At Course Completion Prepares you as per certification requirements for AWS Developer Associate.

More information

Lambda Architecture for Batch and Stream Processing. October 2018

Lambda Architecture for Batch and Stream Processing. October 2018 Lambda Architecture for Batch and Stream Processing October 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only.

More information

AWS Administration. Suggested Pre-requisites Basic IT Knowledge

AWS Administration. Suggested Pre-requisites Basic IT Knowledge Course Description Amazon Web Services Administration (AWS Administration) course starts your Cloud Journey. If you are planning to learn Cloud Computing and Amazon Web Services in particular, then this

More information

AWS Solutions Architect Associate (SAA-C01) Sample Exam Questions

AWS Solutions Architect Associate (SAA-C01) Sample Exam Questions 1) A company is storing an access key (access key ID and secret access key) in a text file on a custom AMI. The company uses the access key to access DynamoDB tables from instances created from the AMI.

More information

LINUX, WINDOWS(MCSE),

LINUX, WINDOWS(MCSE), Virtualization Foundation Evolution of Virtualization Virtualization Basics Virtualization Types (Type1 & Type2) Virtualization Demo (VMware ESXi, Citrix Xenserver, Hyper-V, KVM) Cloud Computing Foundation

More information

About Intellipaat. About the Course. Why Take This Course?

About Intellipaat. About the Course. Why Take This Course? About Intellipaat Intellipaat is a fast growing professional training provider that is offering training in over 150 most sought-after tools and technologies. We have a learner base of 600,000 in over

More information

Store, Protect, Optimize Your Healthcare Data in AWS

Store, Protect, Optimize Your Healthcare Data in AWS Healthcare reform, increasing patient expectations, exponential data growth, and the threat of cyberattacks are forcing healthcare providers to re-evaluate their data management strategies. Healthcare

More information

Energy Management with AWS

Energy Management with AWS Energy Management with AWS Kyle Hart and Nandakumar Sreenivasan Amazon Web Services August [XX], 2017 Tampa Convention Center Tampa, Florida What is Cloud? The NIST Definition Broad Network Access On-Demand

More information

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Introduction to Cloud Computing A Short history Client Server Computing Concepts Challenges with Distributed Computing Introduction

More information

Amazon AWS-DevOps-Engineer-Professional Exam

Amazon AWS-DevOps-Engineer-Professional Exam Volume: 173 Questions Question: 1 What method should I use to author automation if I want to wait for a CloudFormation stack to finish completing in a script? A. Event subscription using SQS. B. Event

More information

How can you implement this through a script that a scheduling daemon runs daily on the application servers?

How can you implement this through a script that a scheduling daemon runs daily on the application servers? You ve been tasked with implementing an automated data backup solution for your application servers that run on Amazon EC2 with Amazon EBS volumes. You want to use a distributed data store for your backups

More information

Aurora, RDS, or On-Prem, Which is right for you

Aurora, RDS, or On-Prem, Which is right for you Aurora, RDS, or On-Prem, Which is right for you Kathy Gibbs Database Specialist TAM Katgibbs@amazon.com Santa Clara, California April 23th 25th, 2018 Agenda RDS Aurora EC2 On-Premise Wrap-up/Recommendation

More information

Introduction to Cloud Computing

Introduction to Cloud Computing You will learn how to: Build and deploy cloud applications and develop an effective implementation strategy Leverage cloud vendors Amazon EC2 and Amazon S3 Exploit Software as a Service (SaaS) to optimize

More information

Grischa Baelden AWS Public Sector Account Manager, DACH. Brendan Bouffler. Worldwide Research and Technical Computing Lead

Grischa Baelden AWS Public Sector Account Manager, DACH. Brendan Bouffler. Worldwide Research and Technical Computing Lead Grischa Baelden AWS Public Sector Account Manager, DACH Brendan Bouffler Worldwide Research and Technical Computing Lead Education Customers Worldwide AWS Global Infrastructure 16 R e g i o n s 68 Edge

More information

Intro to Big Data on AWS Igor Roiter Big Data Cloud Solution Architect

Intro to Big Data on AWS Igor Roiter Big Data Cloud Solution Architect Intro to Big Data on AWS Igor Roiter Big Data Cloud Solution Architect Igor Roiter Big Data Cloud Solution Architect Working as a Data Specialist for the last 11 years 9 of them as a Consultant specializing

More information

Amazon Search Services. Christoph Schmitter

Amazon Search Services. Christoph Schmitter Amazon Search Services Christoph Schmitter csc@amazon.de What we'll cover Overview of Amazon Search Services Understand the difference between Cloudsearch and Amazon ElasticSearch Service Q&A Amazon Search

More information

Agenda. AWS Database Services Traditional vs AWS Data services model Amazon RDS Redshift DynamoDB ElastiCache

Agenda. AWS Database Services Traditional vs AWS Data services model Amazon RDS Redshift DynamoDB ElastiCache Databases on AWS 2017 Amazon Web Services, Inc. and its affiliates. All rights served. May not be copied, modified, or distributed in whole or in part without the express consent of Amazon Web Services,

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme LHC3174BE ware Cloud on AWS: An Architectural and Operational Deep Dive J. Christopher Wagner Robert Bosch #world #LHC3174BE Disclaimer This presentation may contain product features that are currently

More information

Oracle WebLogic Server 12c on AWS. December 2018

Oracle WebLogic Server 12c on AWS. December 2018 Oracle WebLogic Server 12c on AWS December 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents

More information

Getting Started with AWS Security

Getting Started with AWS Security Getting Started with AWS Security Tomas Clemente Sanchez Senior Consultant Security, Risk and Compliance September 21st 2017 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Move

More information

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud

EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud EBOOK: VMware Cloud on AWS: Optimized for the Next-Generation Hybrid Cloud Contents Introduction... 3 What is VMware Cloud on AWS?... 5 Customer Benefits of Adopting VMware Cloud on AWS... 6 VMware Cloud

More information

Deploying Liferay Digital Experience Platform in Amazon Web Services

Deploying Liferay Digital Experience Platform in Amazon Web Services Deploying Liferay Digital Experience Platform in Amazon Web Services Table of Contents Introduction................................. 1 Reference Architecture........................ 1 Overview..................................

More information

VMware Cloud on AWS Adoption in the Enterprise

VMware Cloud on AWS Adoption in the Enterprise HYP3920BUS VMware Cloud on AWS Adoption in the Enterprise Kit Colbert, VMware, Inc. Sandy Carter, Amazon Web Services Chuck Hoppenrath, Discovery Communications #vmworld #HYP3920BUS Disclaimer This presentation

More information

Amazon Web Services Training. Training Topics:

Amazon Web Services Training. Training Topics: Amazon Web Services Training Training Topics: SECTION1: INTRODUCTION TO CLOUD COMPUTING A Short history Client Server Computing Concepts Challenges with Distributed Computing Introduction to Cloud Computing

More information

Amazon AWS-Solution-Architect-Associate Exam

Amazon AWS-Solution-Architect-Associate Exam Volume: 858 Questions Question: 1 You are trying to launch an EC2 instance, however the instance seems to go into a terminated status immediately. What would probably not be a reason that this is happening?

More information

Managing IoT and Time Series Data with Amazon ElastiCache for Redis

Managing IoT and Time Series Data with Amazon ElastiCache for Redis Managing IoT and Time Series Data with ElastiCache for Redis Darin Briskman, ElastiCache Developer Outreach Michael Labib, Specialist Solutions Architect 2016, Web Services, Inc. or its Affiliates. All

More information

SAA-C01. AWS Solutions Architect Associate. Exam Summary Syllabus Questions

SAA-C01. AWS Solutions Architect Associate. Exam Summary Syllabus Questions SAA-C01 AWS Solutions Architect Associate Exam Summary Syllabus Questions Table of Contents Introduction to SAA-C01 Exam on AWS Solutions Architect Associate... 2 AWS SAA-C01 Certification Details:...

More information

Overview of AWS Security - Database Services

Overview of AWS Security - Database Services Overview of AWS Security - Database Services June 2016 (Please consult http://aws.amazon.com/security/ for the latest version of this paper) 2016, Amazon Web Services, Inc. or its affiliates. All rights

More information

Cloud Computing. Amazon Web Services (AWS)

Cloud Computing. Amazon Web Services (AWS) Cloud Computing What is Cloud Computing? Benefit of cloud computing Overview of IAAS, PAAS, SAAS Types Of Cloud private, public & hybrid Amazon Web Services (AWS) Introduction to Cloud Computing. Introduction

More information

Network Security & Access Control in AWS

Network Security & Access Control in AWS Network Security & Access Control in AWS Ian Massingham, Technical Evangelist @IanMmmm 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Account Security Day One Governance Account

More information

AWS Certified Solutions Architect - Associate 2018 (SAA-001)

AWS Certified Solutions Architect - Associate 2018 (SAA-001) AWS Certified Solutions Architect - Associate 2018 (SAA-001) Amazon AWS Certified Solutions Architect Associate 2018 Dumps Available Here at: /amazon-exam/aws-certified-solutionsarchitect-associate-2018-dumps.html

More information

The Orion Papers. AWS Solutions Architect (Associate) Exam Course Manual. Enter

The Orion Papers. AWS Solutions Architect (Associate) Exam Course Manual. Enter AWS Solutions Architect (Associate) Exam Course Manual Enter Linux Academy Keller, Texas United States of America March 31, 2017 To All Linux Academy Students: Welcome to Linux Academy's AWS Certified

More information

NGF0502 AWS Student Slides

NGF0502 AWS Student Slides NextGen Firewall AWS Use Cases Barracuda NextGen Firewall F Implementation Guide Architectures and Deployments Based on four use cases Edge Firewall Secure Remote Access Office to Cloud / Hybrid Cloud

More information

Pass4test Certification IT garanti, The Easy Way!

Pass4test Certification IT garanti, The Easy Way! Pass4test Certification IT garanti, The Easy Way! http://www.pass4test.fr Service de mise à jour gratuit pendant un an Exam : SOA-C01 Title : AWS Certified SysOps Administrator - Associate Vendor : Amazon

More information

Minfy MS Workloads Use Case

Minfy MS Workloads Use Case Contents Scope... 3 About Customer... 3 Use Case Description... 3 Technical Stack... 3 AWS Solution... 4 Security... 4 Benefits... 5 Scope This document provides a detailed use case study on Hosting GSP

More information

Additional Security Services on AWS

Additional Security Services on AWS Additional Security Services on AWS Bertram Dorn Specialized Solutions Architect Security / Compliance / DataProtection AWS EMEA The Landscape The Paths Application Data Path Path Cloud Managed by Customer

More information

Scaling on AWS. From 1 to 10 Million Users. Matthias Jung, Solutions Architect

Scaling on AWS. From 1 to 10 Million Users. Matthias Jung, Solutions Architect Berlin 2015 Scaling on AWS From 1 to 10 Million Users Matthias Jung, Solutions Architect AWS @jungmats How to Scale? lot of results not the right starting point What is the right starting point? First

More information

Big Data on AWS. Big Data Agility and Performance Delivered in the Cloud. 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

Big Data on AWS. Big Data Agility and Performance Delivered in the Cloud. 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Big Data on AWS Big Data Agility and Performance Delivered in the Cloud 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Big Data Technologies and techniques for working productively

More information

Agenda. Introduction Storage Primer Block Storage Shared File Systems Object Store On-Premises Storage Integration

Agenda. Introduction Storage Primer Block Storage Shared File Systems Object Store On-Premises Storage Integration Storage on AWS 2017 Amazon Web Services, Inc. and its affiliates. All rights served. May not be copied, modified, or distributed in whole or in part without the express consent of Amazon Web Services,

More information

Amazon Web Services (AWS) Training Course Content

Amazon Web Services (AWS) Training Course Content Amazon Web Services (AWS) Training Course Content SECTION 1: CLOUD COMPUTING INTRODUCTION History of Cloud Computing Concept of Client Server Computing Distributed Computing and it s Challenges What is

More information

CIT 668: System Architecture. Amazon Web Services

CIT 668: System Architecture. Amazon Web Services CIT 668: System Architecture Amazon Web Services Topics 1. AWS Global Infrastructure 2. Foundation Services 1. Compute 2. Storage 3. Database 4. Network 3. AWS Economics Amazon Services Architecture Regions

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design 4.0 VMware Validated Design for Software-Defined Data Center 4.0 You can find the most up-to-date technical

More information

Containers or Serverless? Mike Gillespie Solutions Architect, AWS Solutions Architecture

Containers or Serverless? Mike Gillespie Solutions Architect, AWS Solutions Architecture Containers or Serverless? Mike Gillespie Solutions Architect, AWS Solutions Architecture A Typical Application with Microservices Client Webapp Webapp Webapp Greeting Greeting Greeting Name Name Name Microservice

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 4.0 This document supports the version of each product listed and supports

More information

How the Cloud is Enabling the Disruption of the Construction Industry. AWS Case Study Construction Industry. Abstract

How the Cloud is Enabling the Disruption of the Construction Industry. AWS Case Study Construction Industry. Abstract Case Study Construction Industry How the Cloud is Enabling the Disruption of the Construction Industry Abstract A Minfy-architected cloud solution is helping iquippo, a digital marketplace for the construction

More information

Cloud Computing /AWS Course Content

Cloud Computing /AWS Course Content Cloud Computing /AWS Course Content 1. Amazon VPC What is Amazon VPC? How to Get Started with Amazon VPC Create New VPC Launch an instance (Server) to use this VPC Security in Your VPC Networking in Your

More information

Real-time Streaming Applications on AWS Patterns and Use Cases

Real-time Streaming Applications on AWS Patterns and Use Cases Real-time Streaming Applications on AWS Patterns and Use Cases Paul Armstrong - Solutions Architect (AWS) Tom Seddon - Data Engineering Tech Lead (Deliveroo) 28 th June 2017 2016, Amazon Web Services,

More information

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY Managing and Auditing Organizational Migration to the Cloud 1 TELASA SECURITY About Me Brian Greidanus bgreidan@telasasecurity.com 18+ years of security and compliance experience delivering consulting

More information

AWS Certifications. Columbus Amazon Web Services Meetup - February 2018

AWS Certifications. Columbus Amazon Web Services Meetup - February 2018 AWS Certifications Columbus Amazon Web Services Meetup - February 2018 Presenter: Andrew May Senior Solutions Architect & Cloud Solutions Lead @ Leading EDJE Java developer since 2000 2 ½ years AWS experience

More information

Security & Compliance in the AWS Cloud. Vijay Rangarajan Senior Cloud Architect, ASEAN Amazon Web

Security & Compliance in the AWS Cloud. Vijay Rangarajan Senior Cloud Architect, ASEAN Amazon Web Security & Compliance in the AWS Cloud Vijay Rangarajan Senior Cloud Architect, ASEAN Amazon Web Services @awscloud www.cloudsec.com #CLOUDSEC Security & Compliance in the AWS Cloud TECHNICAL & BUSINESS

More information

AWS Agility + Splunk Visibility = Cloud Success. Splunk App for AWS Demo. Laura Ripans, AWS Alliance Manager

AWS Agility + Splunk Visibility = Cloud Success. Splunk App for AWS Demo. Laura Ripans, AWS Alliance Manager AWS Agility + Splunk Visibility = Cloud Success Splunk App for AWS Demo Laura Ripans, AWS Alliance Manager Disruptive innovation and business transformation starts with data I HAVE BEEN GIVEN AN AWS ACCOUNT!!!

More information

Security & Compliance in the AWS Cloud. Amazon Web Services

Security & Compliance in the AWS Cloud. Amazon Web Services Security & Compliance in the AWS Cloud Amazon Web Services Our Culture Simple Security Controls Job Zero AWS Pace of Innovation AWS has been continually expanding its services to support virtually any

More information

CogniFit Technical Security Details

CogniFit Technical Security Details Security Details CogniFit Technical Security Details CogniFit 2018 Table of Contents 1. Security 1.1 Servers........................ 3 1.2 Databases............................3 1.3 Network configuration......................

More information

Microservices on AWS. Matthias Jung, Solutions Architect AWS

Microservices on AWS. Matthias Jung, Solutions Architect AWS Microservices on AWS Matthias Jung, Solutions Architect AWS Agenda What are Microservices? Why Microservices? Challenges of Microservices Microservices on AWS What are Microservices? What are Microservices?

More information

WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM

WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM SECURITY ANALYTICS WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM BLAZING PERFORMANCE, HIGH AVAILABILITY AND ROBUST SECURITY FOR YOUR CRITICAL WEB APPLICATIONS OVERVIEW Webscale is a converged multi-cloud

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme SER1906BU VMware and Chef - Leveraging the vsphere API Together #VMworld #SER1906BU Disclaimer This presentation may contain product features that are currently under development. This overview of new

More information

Architecting Microsoft Azure Solutions (proposed exam 535)

Architecting Microsoft Azure Solutions (proposed exam 535) Architecting Microsoft Azure Solutions (proposed exam 535) IMPORTANT: Significant changes are in progress for exam 534 and its content. As a result, we are retiring this exam on December 31, 2017, and

More information

High School Technology Services myhsts.org Certification Courses

High School Technology Services myhsts.org Certification Courses AWS Associate certification training Last updated on June 2017 a- AWS Certified Solutions Architect (40 hours) Amazon Web Services (AWS) Certification is fast becoming the must have certificates for any

More information

Performance Efficiency Pillar

Performance Efficiency Pillar Performance Efficiency Pillar AWS Well-Architected Framework July 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes

More information

AWS Storage Gateway. Not your father s hybrid storage. University of Arizona IT Summit October 23, Jay Vagalatos, AWS Solutions Architect

AWS Storage Gateway. Not your father s hybrid storage. University of Arizona IT Summit October 23, Jay Vagalatos, AWS Solutions Architect AWS Storage Gateway Not your father s hybrid storage University of Arizona IT Summit 2017 Jay Vagalatos, AWS Solutions Architect October 23, 2017 The AWS Storage Portfolio Amazon EBS (persistent) Block

More information

Deep Dive Amazon Kinesis. Ian Meyers, Principal Solution Architect - Amazon Web Services

Deep Dive Amazon Kinesis. Ian Meyers, Principal Solution Architect - Amazon Web Services Deep Dive Amazon Kinesis Ian Meyers, Principal Solution Architect - Amazon Web Services Analytics Deployment & Administration App Services Analytics Compute Storage Database Networking AWS Global Infrastructure

More information

Build, Deploy & Operate Intelligent Chatbots with Amazon Lex

Build, Deploy & Operate Intelligent Chatbots with Amazon Lex Build, Deploy & Operate Intelligent Chatbots with Amazon Lex Ian Massingham AWS Technical Evangelist @IanMmmm aws.amazon.com/lex 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

More information

PracticeDump. Free Practice Dumps - Unlimited Free Access of practice exam

PracticeDump.   Free Practice Dumps - Unlimited Free Access of practice exam PracticeDump http://www.practicedump.com Free Practice Dumps - Unlimited Free Access of practice exam Exam : AWS-Developer Title : AWS Certified Developer - Associate Vendor : Amazon Version : DEMO Get

More information

A Practitioner s Guide to Migrating Workloads to VMware Cloud on AWS

A Practitioner s Guide to Migrating Workloads to VMware Cloud on AWS A Practitioner s Guide to Migrating Workloads to VMware Cloud on AWS Adam Osterholt, VMware, Inc. Paul Gifford, VMware, Inc. #vmworld HYP1496BU #HYP1496BU Disclaimer This presentation may contain product

More information

Elastic Load Balancing

Elastic Load Balancing Elastic Load Balancing Deep Dive & Best Practices Mariano Vecchioli, Sr. Technical Account Manager AWS Michaela Kurkiewicz, Principal Service Manager Co-op Tina Howell, Platform Lead - Co-op June 28 th,

More information

VMware Cloud on AWS Operations Guide. 18 July 2018 VMware Cloud on AWS

VMware Cloud on AWS Operations Guide. 18 July 2018 VMware Cloud on AWS VMware Cloud on AWS Operations Guide 18 July 2018 VMware Cloud on AWS You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Werden Sie ein Teil von Internet der Dinge auf AWS. AWS Enterprise Summit 2015 Dr. Markus Schmidberger -

Werden Sie ein Teil von Internet der Dinge auf AWS. AWS Enterprise Summit 2015 Dr. Markus Schmidberger - Werden Sie ein Teil von Internet der Dinge auf AWS AWS Enterprise Summit 2015 Dr. Markus Schmidberger - schmidbe@amazon.de Internet of Things is the network of physical objects or "things" embedded with

More information

Going Serverless. Building Production Applications Without Managing Infrastructure

Going Serverless. Building Production Applications Without Managing Infrastructure Going Serverless Building Production Applications Without Managing Infrastructure Objectives of this talk Outline what serverless means Discuss AWS Lambda and its considerations Delve into common application

More information

AWS Practioner Study Guide Content by Jeanne Boyarsky and Janeice DelVecchio

AWS Practioner Study Guide Content by Jeanne Boyarsky and Janeice DelVecchio AWS Practioner Study Guide Content by Jeanne Boyarsky and Janeice DelVecchio Note: if you are seeing this reference without reading the blog first, please go back and do that. (https://www.selikoff.net/2019/01/20/how-i-recommend-studyingfor-the-aws-certified-cloud-practitioner-exam/)

More information

AWS Solutions Architect Exam Tips

AWS Solutions Architect Exam Tips AWS Solutions Architect Exam Tips This is not a brain dump! Questions and Answers are not given here, rather guidelines for further research, reviewing the Architecting on AWS courseware and AWS documentation.

More information

IBM Cloud for VMware Solutions

IBM Cloud for VMware Solutions Introduction 2 IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager VMware on IBM Cloud Mehran Hadipour Director Business Development - Zerto Internal Use Only Do not distribute 3

More information

How to go serverless with AWS Lambda

How to go serverless with AWS Lambda How to go serverless with AWS Lambda Roman Plessl, nine (AWS Partner) Zürich, AWSomeDay 12. September 2018 About myself and nine Roman Plessl Working for nine as a Solution Architect, Consultant and Leader.

More information

ActiveNET. #202, Manjeera Plaza, Opp: Aditya Park Inn, Ameerpetet HYD

ActiveNET. #202, Manjeera Plaza, Opp: Aditya Park Inn, Ameerpetet HYD ActiveNET #202, Manjeera Plaza, Opp: Aditya Park Inn, Ameerpetet HYD-500018 9848111288 activesurya@ @gmail.com wwww.activenetinformatics.com y Suryanaray yana By AWS Course Content 1. Introduction to Cloud

More information

Cloud Analytics and Business Intelligence on AWS

Cloud Analytics and Business Intelligence on AWS Cloud Analytics and Business Intelligence on AWS Enterprise Applications Virtual Desktops Sharing & Collaboration Platform Services Analytics Hadoop Real-time Streaming Data Machine Learning Data Warehouse

More information

DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES

DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES DEPLOYING A VMWARE VCLOUD DIRECTOR INFRASTRUCTURE-AS-A-SERVICE (IAAS) SOLUTION WITH VMWARE CLOUD FOUNDATION : ARCHITECTURAL GUIDELINES WHITE PAPER JULY 2017 Table of Contents 1. Executive Summary 4 2.

More information

Mid-Atlantic CIO Forum

Mid-Atlantic CIO Forum Mid-Atlantic CIO Forum Agenda Security of the Cloud Security In the Cloud Your Product and Services Roadmap (innovation) AWS and Cloud Services Growth and Expansion at AWS Questions & Discussion Shared

More information

Using SQL Server on Amazon Web Services

Using SQL Server on Amazon Web Services Using SQL Server on Amazon Web Services High Availability and Reliability in the Cloud Michael Barras, Sr. Database Engineer August 26, 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights

More information

Serverless Architecture Hochskalierbare Anwendungen ohne Server. Sascha Möllering, Solutions Architect

Serverless Architecture Hochskalierbare Anwendungen ohne Server. Sascha Möllering, Solutions Architect Serverless Architecture Hochskalierbare Anwendungen ohne Server Sascha Möllering, Solutions Architect Agenda Serverless Architecture AWS Lambda Amazon API Gateway Amazon DynamoDB Amazon S3 Serverless Framework

More information

S U M M I T B e r l i n

S U M M I T B e r l i n Berlin SessionID ECS + Fargate Deep Dive Ric Harvey Technical Developer Evangelist Amazon Web Services rjh@amazon.com @ric Harvey https://gitlab.com/ric_harvey/bl_practical_fargate CONTAINERS, CONTAINERS,

More information

Securing Microservices Containerized Security in AWS

Securing Microservices Containerized Security in AWS Securing Microservices Containerized Security in AWS Mike Gillespie, Solutions Architect, Amazon Web Services Splitting Monoliths Ten Years Ago Splitting Monoliths Ten Years Ago XML & SOAP Splitting Monoliths

More information

Building a Self-Defending Border. Shane Baldacchino, Solutions Architect, AWS Marcus Santos, Solutions Architect, AWS

Building a Self-Defending Border. Shane Baldacchino, Solutions Architect, AWS Marcus Santos, Solutions Architect, AWS Building a Self-Defending Border Shane Baldacchino, Solutions Architect, AWS Marcus Santos, Solutions Architect, AWS www.cloudsec.com #cloudsec Building A Defending Borders Protect Your Web-facing Workloads

More information