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

Size: px
Start display at page:

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

Transcription

1 SER1906BU VMware and Chef - Leveraging the vsphere API Together #VMworld #SER1906BU

2 Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitment from VMware to deliver these features in any generally available product. Features are subject to change, and must not be included in contracts, purchase orders, or sales agreements of any kind. Technical feasibility and market demand will affect final delivery. Pricing and packaging for any new technologies or features discussed or presented have not been determined. #SER1906BU CONFIDENTIAL 2

3 Agenda Introduction Current API Overview API Discovery 101 API and Interfaces demo Basic what is Chef? Traditional knife-vsphere usage Why knife-vcenter is so much easier now with this API Demo using knife-vcenter with the vsphere REST API Demo using kitchen-vcenter and InSpec with the vsphere REST API for full integration test Conclusion - Including Takeaways CONFIDENTIAL 3

4 Introduction Alan Renouf Sr Product Line Manager, VMware Book Author vexpert Personal Blog: JJ Asghar Partner Architect, Chef US Patent holder at age 8 Likes a good beer when he can 4

5 vsphere 6.5 API Overview

6 vsphere API Interfaces (the big picture) Perl.Net Java vsphere Management SDKs pyvmomi (Python) rbvmomi (Ruby) govmomi (Go) Web Services Storage Management ESX Agent Manager SSO Client vsphere Storage Policy Open Source SDK Web Services SOAP API vcenter Management Reporting and Features Automation / Operator Interfaces PowerCLI vcli vrealize Orchestrator vcenter REST API VM Management VCSA API Content Library Tags vsphere Automation SDK REST Perl.Net Java Python Ruby VMC on AWS VM Management VCSA API Content Library Tags SOAP API ESXi Management Reporting and Features ESXi ESXi ESXi

7 Transforming vcenter APIs Developer and Automation friendly API and interfaces that simplify automation and development. Docs REST based tools REST API vcenter Server SDKs Automation Tooling REST APIs for VM Management Simplified and Modern API Design Overview Enables easy access to automation from standard tooling Designed with Automation and DevOps in mind Full featured SDKs, CLI and Workflow access Key Use Case: VM Automation and Development Benefits Reduces API development complexity and time Access via modern automation and development processes for consistency and repeatability Simplified API model Benefits Single point of access for all API samples 7

8 VM Management - REST API s Manage the following areas from our consistent set of tooling: Work with VM operations Power actions Hardware Boot Device Disk CDROM CPU Disk Ethernet Floppy Memory Parallel Serial Adapter Sata SCSI Cluster Datacenter Datastore Folder Host Network Resource pool Tag Category Tagging VMworld 2017 Content: Not for publication 8

9 VCSA - REST API s Manage the following areas from our consistent set of tooling: Appliance Access (DCUI/Shell/SSH) Appliance User accounts Check the Health of the appliance (Load/Mem/Database/Storage/Etc..) Monitoring of services and statistics Configure and test Networking aspects including: Hostname DNS Domains/Servers Network Interfaces Firewall Rules Proxy Settings Routes Perform Backup/Recovery of the appliance Configure System settings: List and resize storage NTP/Timesync Settings View System Versions and Uptime SNMP Settings Shutdown and reboot Update 9

10 Content Library - REST API s Manage the following areas from our consistent set of tooling: Configure Global Settings Work with Local Libraries Enable Publish and Subscribe features Sync options and actions Work with library items Upload and download of library items Deploy from content library Work with media library items 10

11 API Discovery 101

12 API Explorer Available at Navigate REST based APIs for vcenter Appliance Management Tags Content Library API Query Easily understand the API model Determine required fields Easily understand the request body Detailed filter information List of response messages and examples Live Try it out feature Sample Curl statement after try it out VMworld 2017 Content: Not for publication 12

13 Choice of SDKs and Automation tools vsphere Automation SDKs for multiple languages Choice of CLIs PowerCLI Cmdlets Datacenter CLI - DCLI Consistently named with the APIs vrealize Orchestrator Integration Docs are automatically generated REST & SDKS More to come in the future VMworld 2017 REST Java.NET Python Ruby Perl Docs DCLI PowerCLI vro Plugins API & SDK & Language Specific Docs Content: Not for publication Documentation Automation CLIs & Workflows 13

14 Open Sourced vsphere Automation SDKs Available at VMware maintained Get up and running in less than 5 minutes! SDKs for managing vsphere and VMC in REST Java Python Perl.Net Ruby Full of samples VMworld 2017 Community contributions welcome Content: Not for publication 14

15 vsphere API Demo

16 Configuration Management and why you want it. Day 1 and Day 2 configuration Configuration drift doesn't happen Scalability 16

17 Chef Infrastructure automation and delivery at scale Manages deployment and on-going automation Define reusable resources and infrastructure state as code Scale elegantly from one to tens of thousands of managed nodes across multiple complex environments Community, Certified Partner, and Chef supported content available for all common automation tasks VMworld 2017 windows_feature IIS-WebServerRole do action :install end windows_feature IIS-ASPNET do action :install end iis_pool FooBarPool do runtime_version 4.0 action :add end Content: Not for publication package "apache" do action :install end template /etc/httpd/https.conf do source httpd.conf.erb mode 0075 owner root group root end service apache2 do action :start done

18 Managing Additional Systems Your Laptop Now Web Server Your Laptop Future More complex to manage Web Servers 2016 Chef Software Inc. 2-

19 Example: Package package 'httpd' do action :install end The package named 'httpd' is installed Chef Software Inc. 2-

20 Overview Companies can turbo-charge their value creation by using VMware Cloud on AWS for development. Using VMware Cloud on AWS, a company can use Chef to create as many developer environments as needed. What s more, developers can seamlessly move their workloads into production in the Software Defined Data Center, since VMware Cloud uses the same APIs as on-premise VMware based Data Center. The ability to have a development environment in the cloud that mirrors your production environment in the Data Center will increase your team s velocity while InSpec to verify compliance automatically across both cloud and data center environments keep it secure.

21 The Chef Automate Platform Continuous Automation for High Velocity IT Package Test Approve BUILD COLLABORATE Workflow Local development Integration Tooling (APIs & SDKs) Provision Configure Execute Update DEPLOY OSS AUTOMATION ENGINES Secure Comply Audit Measure Log MANAGE Increase Speed Package infrastructure and app configuration as code Continuously automate infrastructure and app updates Improve Efficiency Define and execute standard workflows and automation Audit and measure effectiveness of automation Decrease Risk Define compliance rules as code Infrastructure Automation Application Automation Compliance Automation Deliver continuous compliance as part of standard workflow

22 Idea Local Dev TEST KITCHEN from idea to ship with Chef and VMware Development Speed Shared Dev Integration KNIFE Pre-Production CHEF CLIENT Compatibility INSPEC Ship Production Environment + Node Compliance

23 Demo using knife-vsphere with the vsphere SOAP API VMworld 2017 Content: Not for publication

24 Why knife-vcenter is so much easier now with this API CONFIDENTIAL 24

25 Demo using kitchen-vcenter and InSpec with the vsphere REST API for full integration test VMworld 2017 Content: Not for publication

26 Lets make it live! (Github and rubygem push) VMworld 2017 Content: Not for publication

27 What about VMware Cloud on AWS? VMworld 2017 Content: Not for publication

28 VMware Cloud on AWS Same vcenter Endpoint Focus on REST APIs Same tools, different VC! Chef integrates natively with the vsphere REST Endpoint Repoint to VMware Cloud on AWS Private cloud and Public cloud automation has never been easier with VMware and Chef together! VMworld 2017 VMware Cloud on AWS Powered by VMware Cloud Foundation vcenter Content: Not for publication vsphere vsan NSX ESXi on Dedicated Hardware Support for VMs and Containers vsan on Flash and EBS Storage Replication and DR Orchestration NSX Spanning onpremises and Cloud Advanced Networking & Security Services AWS Global Infrastructure 28

29 Conclusion - Including Takeaways #1: It is easy to navigate the vsphere API and there are multiple tools to do so #2: It is easy to leverage Chef to declare your infrastructure as code in the vsphere REST API #3: You can use the same Automation Interfaces in your own datacenter or using VMware on AWS Example code is at: Come to the Chef booth or come find JJ! CONFIDENTIAL 29

30

31

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 SER1912BE VMware Open-Source SDKs From Getting Started to Web App in One Hour Alan Renouf Sr Product Line Manager, Vmware Steve Trefethen Sr. Manager R&D, VMware VMworld 2017 Content: Not for publication

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 STO1498BU Tech Preview: Disaster Recovery with ware Cloud on AWS world 2017 Content: Not for publication Ben Meadowcroft, ware @BenMeadowcroft GS Khalsa, ware @gurusimran #world #STO1498BU Disclaimer This

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 SER2779BE What s New in vcenter Server Madhup Gulati Director, Product Management VMware VMworld 2017 Content: Not for publication #VMworld #SER2779BE Disclaimer This presentation may contain product features

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 LHC2673BU Clearing Cloud Confusion Nick King and Neal Elinski #VMworld #LHC2673BU Disclaimer This presentation may contain product features that are currently under development. This overview of new technology

More information

VMworld 2017 Content: Not for publication #CNA1699BE CONFIDENTIAL 2

VMworld 2017 Content: Not for publication #CNA1699BE CONFIDENTIAL 2 CNA1699BE Running Docker on your Existing Infrastructure with vsphere Integrated Containers VMworld 2017 Content: Not for publication Martijn Baecke, Robbie Jerrom #vmworld #CNA1699BE VMworld 2017 Robbie

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

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 LHC1882BE Service Overview for VMware Cloud on AWS Marc Umeno #VMworld #LHC1882BE Disclaimer This presentation may contain product features that are currently under development. This overview of new technology

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 MGT3166BU A Simplified Approach to Lifecycle Management for vrealize Suite Ganesh Subramaniam Group Product Line Manager, VMware Gopal Srinivasan Director Engineering, VMware #VMworld #MGT3166BU Disclaimer

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 LHC1753BU Case Study: How VMware NSX Is Empowering a Service Provider to Help Customers Achieve and Maintain Industry Compliance VMworld 2017 Content: Not for publication #VMworld #LHC1753BU Disclaimer

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

CNA1699BU Running Docker on your Existing Infrastructure with vsphere Integrated Containers Martijn Baecke Patrick Daigle VMworld 2017 Content: Not fo

CNA1699BU Running Docker on your Existing Infrastructure with vsphere Integrated Containers Martijn Baecke Patrick Daigle VMworld 2017 Content: Not fo CNA1699BU Running Docker on your Existing Infrastructure with vsphere Integrated Containers VMworld 2017 Content: Not for publication #VMworld #CNA1699BU CNA1699BU Running Docker on your Existing Infrastructure

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

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

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 NET3282BE The NSX Practical Path Brian Lazear, Sr. Director, NSX Product Management Brian Muita, CTO, Node Africa #VMworld #NET3282BE Disclaimer This presentation may contain product features that are

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 PBO1221BE Beginners Guide to the Software-Defined Data Center Kyle Gleed, Group Manager, Technical Marketing Ben Sier, Staff Architect, Technical Marketing #VMworld #PBO1221BE Disclaimer This presentation

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 PBO1295BU VMware Validated Design for Remote/Branch Office Technical Overview VMworld 2017 Content: Not for publication ##VMworld #PBO1295BU Disclaimer This presentation may contain product features that

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 SER2540BU vsphere HA: Leverage Its Full Potential Roman Konarev Aalap Desai #VMworld #SER2540BU Disclaimer This presentation may contain product features that are currently under development. This overview

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 SER2342BU What s New with vsphere? Mike Adams Sr. Director CPBU madams@vmware.com #VMworld #SER2342BU Disclaimer This presentation may contain product features that are currently under development. This

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 PBO3328BUS Tech Preview: Deliver a dynamic virtual workspace with VMware Horizon and HPE s Composable Infrastructure built on HPE Synergy & VMware Cloud Foundation VMworld 2017 Bhumik Patel Technical Alliances,

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 SAI2803BU The Road to Micro- Segmentation with VMware NSX #VMworld #SAI2803BU Disclaimer This presentation may contain product features that are currently under development. This overview of new technology

More information

Table of Contents HOL SLN

Table of Contents HOL SLN Table of Contents Lab Overview - - Modernizing Your Data Center with VMware Cloud Foundation... 3 Lab Guidance... 4 Module 1 - Deploying VMware Cloud Foundation (15 Minutes)... 7 Introduction... 8 Hands-on

More information

What s New with VMware vcloud Director 9.1. Feature Overview

What s New with VMware vcloud Director 9.1. Feature Overview vcloud Director 9.1 Feature Overview What s New with VMware 3 Manage and consume with Confidence 4 Enhanced Tenant Portal 4 HTML 5 Provider Portal 5 Standalone VMRC 5 User Interface Extensibility 5 Service

More information

vsphere Platform Security Update Day 2 Security Operations VMworld 2017 Content: Not for publication

vsphere Platform Security Update Day 2 Security Operations VMworld 2017 Content: Not for publication SER1848BU vsphere Platform Security Update Mike Foley #VMworld #SER1848BU vsphere Platform Security Update Day 2 Security Operations VMworld 2017 Content: Not for publication Current Issues Current Issues:

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 STO2451BU Automating Disaster Recovery Operations in the SDDC with SRM, vrealize Automation, and NSX VMworld 2017 Shobhan Lakkapragada Director of Product Management Stefan Tsonev Director of Engineering

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

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

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 SER1815BU DRS Advancements: What's New and What Is Being Cooked Up in Resource Management Land VMworld 2017 Thomas Bryant, VMware, Inc - @kix1979 Maarten Wiggers, VMware, Inc Content: Not for publication

More information

VMware Cloud Foundation Real-World Success with Professional Services

VMware Cloud Foundation Real-World Success with Professional Services VMware Cloud Foundation Real-World Success with Professional Services Jonathan McDonald, VMware, Inc. Tom Stephens, VMware, Inc. #vmworld PRV1669BU #PRV1669BU Disclaimer This presentation may contain product

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 NET1192BE Multisite Networking & Security with Cross-vC NSX Josh Coulling Networking & Security Senior System Engineer #VMworld #NET1192BE Disclaimer This presentation may contain product features that

More information

VMWARE CLOUD TM ON AWS. Operations Model White Paper. November 2017

VMWARE CLOUD TM ON AWS. Operations Model White Paper. November 2017 WHITE PAPER - NOVEMBER 2017 VMWARE CLOUD TM ON AWS Operations Model White Paper November 2017 DISCLAIMER: Some features described in this paper have been released in preview to gather feedback, and may

More information

Private Cloud Public Cloud Edge. Consistent Infrastructure & Consistent Operations

Private Cloud Public Cloud Edge. Consistent Infrastructure & Consistent Operations Hybrid Cloud Native Public Cloud Private Cloud Public Cloud Edge Consistent Infrastructure & Consistent Operations VMs and Containers Management and Automation Cloud Ops DevOps Existing Apps Cost Management

More information

VMware vsphere Customized Corporate Agenda

VMware vsphere Customized Corporate Agenda VMware vsphere Customized Corporate Agenda It's not just VMware Install, Manage, Configure (Usual VCP Course). For working professionals, just VCP is not enough, below is the custom agenda. At the outset,

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 SER2936BU vsphere SSL Certificates for Mere Mortals Adam Eckerle, @eck79 VCIX6-DCV Sr. Technical Marketing Architect #VMworld #SER2936BU Disclaimer This presentation may contain product features that are

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 MGT1758BE Effectively Operating an Automated Cloud Jad El-Zein @virtualjad Vincent Meoc @vmeoc #VMworld #MGT1758BE Disclaimer This presentation may contain product features that are currently under development.

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 DEV2704BU Delivering Infrastructure as Code: Practical Tips and Advice Peg Eaton #VMworld #DEV2704BU Disclaimer This presentation may contain product features that are currently under development. This

More information

Redefining Hybrid Cloud Management with vcenter Hybrid Linked Mode

Redefining Hybrid Cloud Management with vcenter Hybrid Linked Mode Redefining Hybrid Cloud Management with vcenter Hybrid Linked Mode John Brezak, VMware, Inc. Sameh Zakhary, VMware, Inc. #vmworld HYP2228BU #HYP2228BU Disclaimer This presentation may contain product features

More information

Run Stateful Apps on Kubernetes with PKS: Highlight WebLogic Server

Run Stateful Apps on Kubernetes with PKS: Highlight WebLogic Server CNA2009BU Run Stateful Apps on Kubernetes with PKS: Highlight WebLogic Server Rahul Srivastava, VMware, Inc. Simone Morellato, VMware, Inc. #vmworld #CNA2009BU Disclaimer This presentation may contain

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

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

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 MGT1799BE Full-Stack Automation: Streamlining, Delivering and Managing App- Centric IT Kim Ranyard Steffen Moen Jad El-Zein #world #MGT1799BE world 2017 Content: Not for publication Disclaimer This presentation

More information

NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2

NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2 NET1821BU The Future of Network Virtualization with NSX-T #VMworld #NET1821BU NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2 DISCLAIMER This presentation may contain

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 STO1960BU vsphere Encryption for Virtual Machines and vsan Encryption Deep Dive VMworld 2017 Content: Not for publication Jase McCarty & Mike Foley #VMworld #STO1960 Disclaimer This presentation may contain

More information

VMware Cloud on AWS Technical Deck VMware, Inc.

VMware Cloud on AWS Technical Deck VMware, Inc. VMware Cloud on AWS Technical Deck # 2 Enterprise Adoption Driving Strong Growth of Public Cloud Infrastructure as a Service, According to IDC. Press release. IDC. July 14, 2016 3 Cloud Building Challenges

More information

The Old School Cloud Is No More: Running Your Microsoft Applications on AWS

The Old School Cloud Is No More: Running Your Microsoft Applications on AWS The Old School Cloud Is No More: Running Your Microsoft Applications on AWS Deji Akomolafe, VMware, Inc. #vmworld VAP2874BU #VAP2874BU Disclaimer This presentation may contain product features or functionality

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 STO1297BE Stretched Clusters or VMware Site Recovery Manager? We Say Both! Jeff Hunter, VMware, @jhuntervmware GS Khalsa, VMware, @gurusimran #VMworld Disclaimer This presentation may contain product features

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 3.0 This document supports the version of each product listed and supports

More information

VMware Cloud Provider Platform

VMware Cloud Provider Platform VMware Cloud Provider Platform Enabling your journey to multicloud Winston Benjamin Systems Engineer Cloud Provider Program Disclaimer This presentation may contain product features that are currently

More information

VMware Site Recovery Technical Overview First Published On: Last Updated On:

VMware Site Recovery Technical Overview First Published On: Last Updated On: VMware Site Recovery Technical Overview First Published On: 11-28-2017 Last Updated On: 11-29-2017 1 Table of Contents 1. VMware Site Recovery Technical Overview 1.1.Introduction 1.2.Overview 1.3.Use Cases

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 DEV2704BE Delivering Infrastructure as Code: Practical Tips and Advice Peg Eaton #vmworld #DEV2704BE Disclaimer This presentation may contain product features that are currently under development. This

More information

IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR Leader VMware on IBM Cloud VMworld 2017 Content: Not for publicati

IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR Leader VMware on IBM Cloud VMworld 2017 Content: Not for publicati LHC2432BU IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR Leader VMware on IBM Cloud #VMworld IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager and BCDR

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 MMC1532BE Using VMware NSX Cloud for Enhanced Networking and Security for AWS Native Workloads Percy Wadia Amol Tipnis VMworld 2017 Content: Not for publication #VMworld #MMC1532BE Disclaimer This presentation

More information

EMC ViPR Controller. Create a VM and Provision and RDM with ViPR Controller and VMware vrealize Automation. Version 2.

EMC ViPR Controller. Create a VM and Provision and RDM with ViPR Controller and VMware vrealize Automation. Version 2. EMC ViPR Controller Version 2.3 Create a VM and Provision and RDM with ViPR Controller and VMware vrealize Automation 302-002-205 01 Copyright 2015- EMC Corporation. All rights reserved. Published in USA.

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 NET1949BU Seamless Network Connectivity for Virtual and Bare-metal s with NSX Suresh Thiru Sridhar Subramanian VMworld 2017 Content: Not for publication VMworld 2017 - NET1949BU Disclaimer This presentation

More information

How do I patch custom OEM images? Are ESXi patches cumulative? VMworld 2017 Do stateless hosts keep SSH & SSL identities after reboot? With Auto Deplo

How do I patch custom OEM images? Are ESXi patches cumulative? VMworld 2017 Do stateless hosts keep SSH & SSL identities after reboot? With Auto Deplo SER1963BE Technical Overview of VMware ESXi Host Lifecycle Management with Update Manager, Auto Deploy, and Host Profiles VMworld 2017 Content: Not for publication Eric Gray @eric_gray #VMworld #SER1963BE

More information

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1

Introducing VMware Validated Design Use Cases. Modified on 21 DEC 2017 VMware Validated Design 4.1 Introducing VMware Validated Design Use Cases Modified on 21 DEC 2017 VMware Validated Design 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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 CNA2080BU Deep Dive: How to Deploy and Operationalize Kubernetes Cornelia Davis, Pivotal Nathan Ness Technical Product Manager, CNABU @nvpnathan #VMworld #CNA2080BU Disclaimer This presentation may contain

More information

Introducing VMware Validated Design Use Cases

Introducing VMware Validated Design Use Cases Introducing VMware Validated Design Use Cases VMware Validated Designs 4.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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 NET2896BU Expanding Protection Across the Software Defined Data Center with Encryption VMworld 2017 Chris Corde Senior Director, Security Product Management Content: Not for publication #VMworld #NET2896BU

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 STO3308BES NetApp HCI. Ready For Next. Enterprise-Scale Hyper Converged Infrastructure Gabriel Chapman: Sr. Mgr. - NetApp HCI GTM #VMworld #STO3308BES Disclaimer This presentation may contain product features

More information

VMware vsphere 6.5/6.0 Ultimate Bootcamp

VMware vsphere 6.5/6.0 Ultimate Bootcamp VMware vsphere 6.5/6.0 Ultimate Bootcamp Class Duration 5 Days Introduction This fast paced, high energy, hands-on course provides not only the foundation needed for a top performing software defined datacenter

More information

vsphere APIs and SDKs First Published On: Last Updated On:

vsphere APIs and SDKs First Published On: Last Updated On: First Published On: 07-30-2017 Last Updated On: 07-30-2017 1 Table of Contents 1. vsphere Automation APIs (REST) 1.1.vSphere API Explorer 1.2.vSphere Automation APIs - Introduction 2. vsphere Automation

More information

vsan Management Cluster First Published On: Last Updated On:

vsan Management Cluster First Published On: Last Updated On: First Published On: 07-07-2016 Last Updated On: 03-05-2018 1 1. vsan Management Cluster 1.1.Solution Overview Table Of Contents 2 1. vsan Management Cluster 3 1.1 Solution Overview HyperConverged Infrastructure

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 NET3420BU Introducing VMware s Transformative Data Center Endpoint Security Solution Vijay Ganti Director, Product Management VMware Christopher Frenz Director of Infrastructure Interfaith Medical Center

More information

Management Product Overview and Glimpse into the Future

Management Product Overview and Glimpse into the Future MGT3210-S Management Product Overview and Glimpse into the Future Ramin Sayar, VMware, Inc Pete Cruz, VMware, Inc Sameer Abrol, Electronic Arts Luke Kaines, Puppet Labs Suzan Pickett, Columbia Sportswear

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

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER

Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Achieving Digital Transformation: FOUR MUST-HAVES FOR A MODERN VIRTUALIZATION PLATFORM WHITE PAPER Table of Contents The Digital Transformation 3 Four Must-Haves for a Modern Virtualization Platform 3

More information

DevOps Tooling from AWS

DevOps Tooling from AWS DevOps Tooling from AWS What is DevOps? Improved Collaboration - the dropping of silos between teams allows greater collaboration and understanding of how the application is built and deployed. This allows

More information

DumpExam. The best exam dump, valid dumps PDF, accurate exam materials provider

DumpExam.   The best exam dump, valid dumps PDF, accurate exam materials provider DumpExam http://www.dumpexam.com The best exam dump, valid dumps PDF, accurate exam materials provider Exam : 2V0-602 Title : VMware vsphere 6.5 Foundations Vendor : VMware Version : DEMO Get Latest &

More information

BraindumpsIT. BraindumpsIT - IT Certification Company provides Braindumps pdf!

BraindumpsIT.   BraindumpsIT - IT Certification Company provides Braindumps pdf! BraindumpsIT http://www.braindumpsit.com BraindumpsIT - IT Certification Company provides Braindumps pdf! Exam : 2V0-602 Title : VMware vsphere 6.5 Foundations Vendor : VMware Version : DEMO Get Latest

More information

VMware Hybrid Cloud Solution

VMware Hybrid Cloud Solution VMware Hybrid Cloud Solution Simplifying and Accelerating Your Multi-Cloud Strategy Bunyamin Ozyasar System Engineer Manager 2017 VMware Inc. All rights reserved. Today s Agenda 1 2 3 VMware SDDC Approach

More information

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5

vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 vsphere Installation and Setup Update 2 Modified on 10 JULY 2018 VMware vsphere 6.5 VMware ESXi 6.5 vcenter Server 6.5 You can find the most up-to-date technical documentation on the VMware website at:

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 PBO2686BE Best Datacenter Practices: How VMware Validated Designs Can Simplify Your Life Eddie Dinel Joshua Lory VMworld 2017 Content: Not for publication #VMworld Disclaimer This presentation may contain

More information

Dell EMC UnityVSA Cloud Edition with VMware Cloud on AWS

Dell EMC UnityVSA Cloud Edition with VMware Cloud on AWS Dell EMC UnityVSA Cloud Edition with VMware Cloud on AWS Abstract This white paper discusses Dell EMC UnityVSA Cloud Edition and Cloud Tiering Appliance running within VMware Cloud on Amazon Web Services

More information

Customer Case Studies on Accelerating Their Path to Hybrid Cloud

Customer Case Studies on Accelerating Their Path to Hybrid Cloud Customer Case Studies on Accelerating Their Path to Hybrid Cloud Hitachi and VMware: Global Strategic Partners Committed to Success Sunny Sahajpal EMEA Strategic Alliances and OEM Mananger VMware Partner

More information

ENTERPRISE HYBRID CLOUD 4.1.1

ENTERPRISE HYBRID CLOUD 4.1.1 ENTERPRISE HYBRID CLOUD 4.1.1 May 2017 Abstract This guide describes the administration functionality of. Enterprise Hybrid Cloud enables IT organizations to deliver infrastructure, storage, backup, continuous

More information

Dedicated Hosted Cloud with vcloud Director

Dedicated Hosted Cloud with vcloud Director VMware vcloud Architecture Toolkit for Service Providers Dedicated Hosted Cloud with vcloud Director Version 2.9 April 2018 Harold Simon 2017 VMware, Inc. All rights reserved. This product is protected

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Deploying and Operating Cloud Native.NET apps

Deploying and Operating Cloud Native.NET apps Deploying and Operating Cloud Native.NET apps Jenny McLaughlin, Sr. Platform Architect Cornelius Mendoza, Sr. Platform Architect Pivotal Cloud Native Practices Continuous Delivery DevOps Microservices

More information

Detail the learning environment, remote access labs and course timings

Detail the learning environment, remote access labs and course timings Course Duration: 4 days Course Description This course has been designed as an Introduction to VMware for IT Professionals, but assumes that some labs have already been developed, with time always at a

More information

[VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5]

[VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5] [VMICMV6.5]: VMware vsphere: Install, Configure, Manage [V6.5] Length Delivery Method : 5 Days : Instructor-led (Classroom) Course Overview This five-day course features intensive hands-on training that

More information

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Modified on 11 MAY 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Command-Line Interfaces First Published On: Last Updated On:

Command-Line Interfaces First Published On: Last Updated On: First Published On: 03-16-2017 Last Updated On: 07-31-2017 1 Table of Contents 1. PowerCLI 1.1.PowerCLI Overview 1.2.PowerCLI Blog 1.3.PowerCLI - VMTN Communities 1.4.PowerCLI Community Repository 1.5.PowerCLI

More information

VMware vsphere with ESX 6 and vcenter 6

VMware vsphere with ESX 6 and vcenter 6 VMware vsphere with ESX 6 and vcenter 6 Course VM-06 5 Days Instructor-led, Hands-on Course Description This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere

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 ADV1582BE Solve your Citrix Problems with VMware Technologies Nick Jeffries, Senior Solutions Architect, VMware Sebastian Brand, Lead Systems Engineer, VMware #VMworld #ADV1582BE Disclaimer This presentation

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 STO1206BU Interpreting performance metrics in your vsan environment Pete Koehler (@vmpete) Bradley Mott #VMworld #STO1206BU 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 ADV1593BE Horizon Apps and JMP: Technical Deep Dive Barak Nissim Systems Engineer - EUC Practice, VMware Hilko Lantinga Technical Marketing Architect EUC, VMware #VMworld #ADV1593BE Disclaimer This presentation

More information

Changes in VCP6.5-DCV exam blueprint vs VCP6

Changes in VCP6.5-DCV exam blueprint vs VCP6 Changes in VCP6.5-DCV exam blueprint vs VCP6 Blueprint Objective Blueprint Changes Blueprint Additions Associated v6.5 Technology Changes 1.1 Changed objective from: VMware Directory Service VMware Identity

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 SER2790BU Journey to a vsphere HTML Client Ecosystem: Deep Dive with Big Switch Networks VMworld 2017 Yiting Jin, VMware Product Management Bala Ramachandran, Big Switch Product Management Content: Not

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 SAI1303BU Security with NSX. Greater Security in the Digital Business Age Alex Berger, NSX Product Marketing #VMworld #SAI1303BU Disclaimer This presentation may contain product features that are currently

More information

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2

Table of Contents 1.1. Introduction. Overview of vsphere Integrated Containers 1.2 Table of Contents Introduction Overview of vsphere Integrated Containers 1.1 1.2 2 Overview of vsphere Integrated Containers This document provides an overview of VMware vsphere Integrated Containers.

More information

Disclaimer CONFIDENTIAL 2

Disclaimer CONFIDENTIAL 2 Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitment from VMware to deliver these features in any generally

More information

What s New in VMware vsphere 5.1 Platform

What s New in VMware vsphere 5.1 Platform vsphere 5.1 Platform VMware vsphere 5.1 TECHNICAL MARKETING DOCUMENTATION V 2.0 / UPDATED JUNE 2012 Table of Contents Introduction.................................................................. 3 vsphere

More information

Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it

Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it Soluzioni integrate con vsphere La virtualizzazione abilita il percorso evolutivo di innovazione dell'it Matteo Montuori Systems Engineer, VMware mmontuori@vmware.com 2010 VMware Inc. All rights reserved

More information

What's New in vsphere?

What's New in vsphere? INF1502 What's New in vsphere? Michael Adams, Vmware madams@vmware.com Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents

More information

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7

vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 vcenter Server Installation and Setup Update 1 Modified on 30 OCT 2018 VMware vsphere 6.7 vcenter Server 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

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

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 SER1086BU Manage Health, Performance and Capacity in Your Data Center, Using vsphere with Operations Management (vsom) 6.5 Himanshu Singh Kyle Ruddy VMworld 2017 Content: Not for publication #VMworld #SER1086BU

More information

VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5. VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6.

VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5. VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6. VMware vsphere V 6.5 VMware vsphere: Install, Configure, Manage plus Optimize and Scale- V 6.5 vsphere VMware vsphere 6.5 VMware vcenter 6.5 VMware ESXi 6.5 VMware vsphere vcenter ESXi ESXi VMware vcenter

More information

Copyright 2018 Dell Inc.

Copyright 2018 Dell Inc. 1 Protecting VMware Best Practices & Technical Deep Dive Will Pien, VMware Charles Sevin, Dell EMC Want to Win A BB8 App Enabled droid? Follow @DellEMCProtect while at Dell Technologies World 1 Winner

More information