CloudHealth. AWS and Azure On-Boarding

Size: px
Start display at page:

Download "CloudHealth. AWS and Azure On-Boarding"

Transcription

1 CloudHealth AWS and Azure On-Boarding

2 Contents 1. Enabling AWS Accounts Setup Usage & Billing Reports Setting Up a Read-Only IAM Role CloudTrail Setup Cost and Usage Report (CUR) Configuration Enabling Azure Accounts Configure Azure Account for Enterprise Agreement Prerequisites Get Enrollment Number and API Access Key Get Enrollment Start Date and Commitment Amount Connect Azure Enrollment to CloudHealth Platform Configure Azure Account through Service Principals Configure Service Principals Using Azure Portal Azure VM Metrics Collection with Azure Monitoring Azure VM Metrics Collection with the CloudHealth Agent Page 2 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

3 1. Enabling AWS Accounts 1.1 Setup Usage & Billing Reports Note: if this is a linked account (as in not a consolidated or standalone account), you can jump ahead to Setting Up a Read-Only IAM User. ANS require the billing bucket name in order to configure CloudHealth, you can obtain your billing bucket name as follows: 1. In the AWS Console, from the drop down menu located under your user name in the topright, go to the My Account page, 2. From the menu on the left, click Preferences 3. If Receive Billing Reports is checked, make a note of the name of the billing bucket (from the Save to S3 bucket field). Please provide the billing bucket name to ANS. 4. In the AWS Console, make sure these three boxes are checked: Monthly report Detailed billing report Detailed billing report with resources and tags 5. ANS will use the bucket name to create the policy required for creation of the IAM Role in the next step. 1.2 Setting Up a Read-Only IAM Role Now that usage and billing reports are properly configured, we need to create a read-only IAM Role within the AWS Console for our target account. The below steps will walk you through the process of creating an IAM Role for this account using our best practice least privilege approach (note: the default AWS Read Only policy provides read access to data - such as S3 objects - and so is strongly discouraged from being used here). 1. Login to the AWS Console for the targeted account as a user that has permission to create an IAM Role. Go to the IAM service, click Policies from the navigation menu and click Create Policy 2. Select Create Your Own Policy to create a custom policy to support the role 3. Provide the policy with a Name (e.g. ANS-CloudHealth) and Description. 4. Paste the policy provided by ANS into the Policy Document field Page 3 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

4 5. Click Create Policy 6. Click Roles and Create New Role 7. Provide the role a Name (e.g. ANS-CloudHealth) and click Next 8. Click Select for the role type Allows IAM users from a 3rd party AWS account to access this account under the header Roles for Cross-Account Access 9. For Account ID, enter the account number , which is a secured CloudHealthmanaged account and provide an External ID of your choosing (the external id acts sort of as a password for this role). The External ID is not required but is highly recommended as a good security practice. It is up to you to choose an External ID for your account. Note: Since this role will be used to provide programmatic access to CloudHealth, it is important not to select the Require MFA option Page 4 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

5 10. From Filters select Customer Managed Policies, choose the ANS-CloudHealth policy you created in the previous steps, and click Next 11. Before clicking Create Role, make a note of the Role ARN 12. Please Provide the Role ARN and External ID to ANS for use in setting up your account. 13. ANS will complete the creation of your account in CloudHealth 1.3 CloudTrail Setup ANS can collect and report on CloudTrail data in order to make it easy for you to identify who launched, shut down infrastructure, or made security changes across your infrastructure. 1. For each account with a CloudTrail bucket, go to the AWS Console, open the CloudTrail service, and find the name and prefix for the S3 bucket configured to store the CloudTrail logs. Click on the edit icon (See upper right corner of the below screenshot): 2. The edit settings will provide the S3 bucket name and any custom Log File prefix (if configured). See the below screenshot. Make a note of these and provide ANS with the details. Page 5 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

6 3. ANS will provide you with a policy associated with the IAM user or IAM role for this account to grant permission to read from the CloudTrail bucket. 1.4 Cost and Usage Report (CUR) Configuration AWS Cost and Usage Reports provide comprehensive data about your costs, including those related to product, pricing, and usage. In order for ANS to report on the information included in the CUR, your AWS account must be configured to create a Cost and Usage Reports and make them available for consumption by ANS. 1. Login to the AWS Console as an administrator and navigate to the Billing & Cost Management Dashboard. 2. From the left menu, select Reports and click Create report. Page 6 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

7 3. Fill out the configuration form. Report Name: Use an easily identifiable name, for example, cloudhealth-hourly-cur. Time Unit: Select Hourly. Check the box next to Include Resource ID. Click Next. Page 7 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

8 4. Select delivery options. S3 Bucket: Enter the name of the S3 bucket that the CloudHealth platform is currently using to process the DBR. If you prefer to create a new bucket, see Enable Billing Bucket for Amazon Account. Report path prefix: Enter a unique prefix, preferably different from the one used for your current DBR. Compression: Select GZIP. 5. Click Next to review your configuration then click Reviewand Complete. 6. Provide ANS with the following information: Bucket Name: Name of S3 bucket that stores the hourly CUR data. Report Prefix: The prefix to the CUR data in the S3 bucket. Report Name: Name of CUR report. 7. ANS will use the provided information to create an updated version of the policy applied to the IAM Role created in section 1.2 of this document. 1.5 CloudHealth Agent ANS require the installation of the CloudHealth agent on EC2 instances to be monitored. The CloudHealth agent monitors CPU, Memory, Disk and Network activity on an instance and helps to build a more accurate picture when making rightsizing recommendations. Please contact ANS to discuss deployment options for the CloudHealth agent. Page 8 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

9 2. Enabling Azure Accounts 2.1 Configure Azure Account for Enterprise Agreement Note: If you do not have an Enterprise Agreement, skip to section Configure Azure Account through Service Principals Prerequisites Confirm access to the Azure Enterprise Agreement Portal. Get Enrolment Number Get API Access Key API Access Key Expiration Date Get Enrollment Number and API Access Key To connect your Azure environment to the CloudHealth platform, you need two pieces of information: your Enrollment Number and API Access Key. 1. Log into the Azure Enterprise Agreement Portal. 2. From the left menu, click Manage. 3. On the Manage page, select the Enrollment tab, and locate your Enrollment Number. Copy this number into a text document. 4. From the left menu, click Report. 5. On the Report page, select the Download Usage tab, and click API Access Key. Then click Expand Key to display the entire key. Page 9 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

10 There are two API keys on the page. Which one to use? Both API keys provide read-only access to your Azure environment. Use either key to connect to the CloudHealth platform. What privileges should the user generating the API key have? The user generating the API keys must be an Azure administrator, so that the CloudHealth platform has read access to all the subscriptions, accounts, and departments. What is the significance of API key regeneration? Microsoft requires that all keys be regenerated every 6 months. If your API key expires, the connection between your Azure environment and the CloudHealth platform breaks. No reports are generated during the period when the key has expired. To ensure that your API keys are always active, consider staggering their expiration dates and scheduling reminders for regenerating them. ANS will also contact you with a reminder when the API keys provided are due to expire Get Enrollment Start Date and Commitment Amount 1. Log into the Azure Enterprise Agreement Portal. 2. From the left menu, click Manage. 3. On the Manage page, select the Enrollment tab, and locate the start and end dates. If the start date is before the current year, it is necessary to input the start date of the commitment plus the current year. Page 10 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

11 4. From the left menu, click Reports. 5. The CloudHealth Burndown Report only tracks the current commitment year. If you purchased a multi-year commitment, first select the current year in the top-left of the chart area. Then, highlight the earliest point on the annual commitment chart. The New Purchases value indicates the commitment amount Connect Azure Enrollment to CloudHealth Platform ANS will configure the Azure Account in AWS. Please provide the following information obtained in sections and 2.1.3: Enrollment ID Access Key Commitment Amount: the commitment amount for your Azure enrollment. Start Date: the commitment start date for the Azure enrollment. If the start date is before the current year, enter the start date of the commitment plus the current year. Page 11 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

12 2.2 Configure Azure Account through Service Principals To agentlessly collect usage and performance data from your Azure assets, CloudHealth provides the capability to configure Azure Service Principals. Service Principals give the CloudHealth platform the ability to scan your Azure subscriptions and collect usage and performance data on a regular cadence. You can also use this approach to configure Pay-As-You-Go accounts for use within CloudHealth. Then, configure an Active Directory application for CloudHealth in order to gather usage and performance metrics through Azure Service Principals. The Active Directory application is the global representation of your application. It contains the credentials (an application ID and either a password or certificate). The service principal is the local representation of your application in an Active Directory. It contains the role assignment. 2.3 Configure Service Principals Using Azure Portal Note: When signing into the Azure Portal, use an account that satisfies both these conditions: The account has Global administrator privileges in your active directory tenant. The account has access to the subscriptions that you want to manage through the CloudHealth platform. 1. Login to the Microsoft Azure Portal. 2. From the left menu, select Azure Active Directory service. 3. Navigate to the App Registrations page by clicking either the menu item or the live tile. 4. Click Add at the top of the App Registrations page to begin creating a service principal. If you have multiple directories, name the Service Principal after the respective directory; otherwise, enter a friendly name. Page 12 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

13 5. For the Sign-on URL, enter Then, click Create. Note: If you have subscriptions in multiple directories, add a service principal for each directory. 6. Open the Service principal you just created. 7. Make a note of the Display Name and Application ID. This information is required by ANS. 8. On the App Registrations page in the Azure Portal, open the Endpoints blade next to the Add button. Make a note of the OAuth 2.0 Authorization Endpoint as this is also required by ANS. 9. Generate a key for CloudHealth to use for authentication. Open the Keys menu in the Service Principal. 10. Give the key a description and select a duration. Click Save, then make a note of the newly generated key and provide that to ANS. 11. Assign a Reader role to the Service Principal for all subscriptions in the directory. Copy the Application ID of the Service Principal. From the menu, navigate to the Subscriptions Service. Select your subscription and open the Access Control (IAM) page. Click Add, select Reader, and paste the Application ID. Select the service principal and click Save. 12. Enable diagnostics on the VM instance so that CloudHealth can collect the performance data agentlessly. For instructions, see Azure Diagnostic Logs. Once enabled, it will take up to 24 hours for CloudHealth to begin populating usage and performance data into reports. 2.4 Azure VM Metrics Collection with Azure Monitoring CloudHealth can ingest and analyse VM performance metric data that has been saved by Azure Page 13 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

14 Diagnostics in storage tables. To understand Azure diagnostics and monitoring capabilities, see How to Monitor Cloud Services. To get the most from CloudHealth performance related features, such as Rightsizing recommendations, basic metrics need to be enabled for VMs. For specific VMs, this can be done in the portal by viewing that VM and then checking Basic metrics under Monitoring > Diagnostics. For managing metrics collection for large numbers of VMs, use the Azure Diagnostic Extension in a resource manager template. For instructions, see Add the Azure Diagnostics extension to the VM resource definition. Page 14 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

15 2.5 Azure VM Metrics Collection with the CloudHealth Agent If you prefer not to configure an Azure Service Principal and enable diagnostics, as described above, but still wish to receive performance data on your Azure assets, you may instead install the CloudHealth Agent. You can deploy the lightweight CloudHealth Agent to collect granular metrics on CPU, memory, disk, and network usage. The agent supports both Linux and Windows VMs running in Azure. For more information, see CloudHealth Monitoring Agent. 2.6 CloudHealth Agent ANS require the installation of the CloudHealth agent on Virtual Machines to be monitored. The CloudHealth agent monitors CPU, Memory, Disk and Network activity on an instance and helps to build a more accurate picture when making rightsizing recommendations. Please contact ANS to discuss deployment options for the CloudHealth agent. Page 15 of 15, Issue No: 1.1 Issue Date: 09/08/2017: CLASSIFIED: CONFIDENTIAL

Getting Started with Cloudamize Manage

Getting Started with Cloudamize Manage Getting Started with Cloudamize Manage This guide helps you getting started with Cloudamize Manage. Sign Up Access the Sign Up page for the Cloudamize Manage by: 1. Click the Login button on www.cloudamize.com

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0 Installation Guide Revision B McAfee Cloud Workload Security 5.0.0 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator,

More information

McAfee Cloud Workload Security Suite Amazon Machine Image Installation Guide

McAfee Cloud Workload Security Suite Amazon Machine Image Installation Guide McAfee Cloud Workload Security Suite Amazon Machine Image Installation Guide COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator,

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems April 2017 215-12035_C0 doccomments@netapp.com Table of Contents 3 Contents Before you create ONTAP Cloud systems... 5 Logging in

More information

Community Edition Getting Started Guide. July 25, 2018

Community Edition Getting Started Guide. July 25, 2018 Community Edition Getting Started Guide July 25, 2018 Copyright 2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks are the

More information

Centrify Identity Services for AWS

Centrify Identity Services for AWS F R E Q U E N T L Y A S K E D Q U E S T I O N S Centrify Identity Services for AWS Service Description and Capabilities What is included with Centrify Identity Services for AWS? Centrify Identity Services

More information

Using VMware Cost Insight. VMware Cost Insight services

Using VMware Cost Insight. VMware Cost Insight services Using VMware Cost Insight VMware Cost Insight services You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

How-to Guide: Tenable.io for Microsoft Azure. Last Updated: November 16, 2018

How-to Guide: Tenable.io for Microsoft Azure. Last Updated: November 16, 2018 How-to Guide: Tenable.io for Microsoft Azure Last Updated: November 16, 2018 Table of Contents How-to Guide: Tenable.io for Microsoft Azure 1 Introduction 3 Auditing the Microsoft Azure Cloud Environment

More information

AWS Remote Access VPC Bundle

AWS Remote Access VPC Bundle AWS Remote Access VPC Bundle Deployment Guide Last updated: April 11, 2017 Aviatrix Systems, Inc. 411 High Street Palo Alto CA 94301 USA http://www.aviatrix.com Tel: +1 844.262.3100 Page 1 of 12 TABLE

More information

Course Outline. Module 1: Microsoft Azure for AWS Experts Course Overview

Course Outline. Module 1: Microsoft Azure for AWS Experts Course Overview Course Outline Module 1: Microsoft Azure for AWS Experts Course Overview In this module, you will get an overview of Azure services and features including deployment models, subscriptions, account types

More information

Inventorying Microsoft Azure. Inventorying Microsoft Azure Information with Docusnap X

Inventorying Microsoft Azure. Inventorying Microsoft Azure Information with Docusnap X Inventorying Microsoft Azure Inventorying Microsoft Azure Information with Docusnap X TITLE Inventorying Microsoft Azure AUTHOR Docusnap Consulting DATE 2/7/2018 VERSION 1.0 valid from January 25, 2018

More information

Microsoft Azure for AWS Experts

Microsoft Azure for AWS Experts Microsoft Azure for AWS Experts OD40390B; On-Demand, Video-based Course Description This course provides an in-depth discussion and practical hands-on training of Microsoft Azure Infrastructure Services

More information

A: SETTING UP VMware Horizon

A: SETTING UP VMware Horizon GUIDE AUGUST 2018 PRINTED 11 JANUARY 2019 VMware Horizon Table of Contents A: Setting Up About Setup Exercise A1: Reviewing the Workflow Exercise A2: Creating the VNet Exercise A3: Configuring VNet Peering

More information

CloudView User Guide. June 8, 2018

CloudView User Guide. June 8, 2018 CloudView User Guide June 8, 2018 Copyright 2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks are the property of their

More information

How-to Guide: Tenable Nessus for Microsoft Azure. Last Updated: April 03, 2018

How-to Guide: Tenable Nessus for Microsoft Azure. Last Updated: April 03, 2018 How-to Guide: Tenable Nessus for Microsoft Azure Last Updated: April 03, 2018 Table of Contents How-to Guide: Tenable Nessus for Microsoft Azure 1 Introduction 3 Auditing the Microsoft Azure Cloud Environment

More information

MIGRATE2IAAS CLOUDSCRAPER TM V0.5 USER MANUAL. 16 Feb 2014 Copyright M2IAAS INC.

MIGRATE2IAAS CLOUDSCRAPER TM V0.5 USER MANUAL. 16 Feb 2014 Copyright M2IAAS INC. MIGRATE2IAAS CLOUDSCRAPER TM V0.5 USER MANUAL 16 Feb 2014 Copyright 2012-2014 M2IAAS INC http://www.migrate2iaas.com 1 Contents Download and install... 3 Start new transfer... 4 Before you begin... 4 1

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

More information

Administrator Guide Administrator Guide

Administrator Guide Administrator Guide AutobotAI account setup process with AWS account linking In order to provide AWS account access to autobotai skill, It has to be configured in https://autobot.live portal. Currently only one account can

More information

LoadMaster for Azure Resource Manager. Feature Description

LoadMaster for Azure Resource Manager. Feature Description LoadMaster for Azure Resource Manager Feature Description UPDATED: 16 October 2017 Copyright Notices Copyright 2002-2017 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

Mission Control for the Microsoft Cloud. 5nine Cloud Security. Web Portal Version 12.o. Getting Started Guide

Mission Control for the Microsoft Cloud. 5nine Cloud Security. Web Portal Version 12.o. Getting Started Guide Mission Control for the Microsoft Cloud 5nine Cloud Security Web Portal Version 12.o Getting Started Guide 2018 5nine Software Inc. All rights reserved. All trademarks are the property of their respective

More information

Configuring and Monitoring Amazon EC2. eg Enterprise v5.6

Configuring and Monitoring Amazon EC2. eg Enterprise v5.6 Configuring and Monitoring Amazon EC2 eg Enterprise v5.6 Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

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

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide

Amazon AppStream 2.0: SOLIDWORKS Deployment Guide 2018 Amazon AppStream 2.0: SOLIDWORKS Deployment Guide Build an Amazon AppStream 2.0 environment to stream SOLIDWORKS to your users June 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide describes

More information

Azure Archival Installation Guide

Azure Archival Installation Guide Azure Archival Installation Guide Page 1 of 23 Table of Contents 1. Add Dynamics CRM Active Directory into Azure... 3 2. Add Application in Azure Directory... 5 2.1 Create application for application user...

More information

Integrate Microsoft Office 365. EventTracker v8.x and above

Integrate Microsoft Office 365. EventTracker v8.x and above EventTracker v8.x and above Publication Date: March 5, 2017 Abstract This guide provides instructions to configure Office 365 to generate logs for critical events. Once EventTracker is configured to collect

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Documentation. This PDF was generated for your convenience. For the latest documentation, always see

Documentation. This PDF was generated for your convenience. For the latest documentation, always see Management Pack for AWS 1.50 Table of Contents Home... 1 Release Notes... 3 What's New in Release 1.50... 4 Known Problems and Workarounds... 5 Get started... 7 Key concepts... 8 Install... 10 Installation

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization on two separate

More information

Vodafone Secure Device Manager Administration User Guide

Vodafone Secure Device Manager Administration User Guide Vodafone Secure Device Manager Administration User Guide Vodafone New Zealand Limited. Correct as of June 2017. Vodafone Ready Business Contents Introduction 3 Help 4 How to find help in the Vodafone Secure

More information

Cloud Storage for Enterprise Vault

Cloud Storage for Enterprise Vault Cloud Storage for Enterprise Vault Provided by Business Critical Services Cloud Storage for Enterprise Vault 1 Table of Contents Contributors...3 Revision History...3 Introduction...4 1. Primary partition

More information

Partner Center: Secure application model

Partner Center: Secure application model Partner Center: Secure application model The information provided in this document is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including

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

AWS Service Catalog. User Guide

AWS Service Catalog. User Guide AWS Service Catalog User Guide AWS Service Catalog: User Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery and Foglight Windows Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization on two separate

More information

40390: Microsoft Azure for AWS Experts

40390: Microsoft Azure for AWS Experts Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

New in isupport v12.7

New in isupport v12.7 New in isupport v12.7 In addition to continued enhancement of code quality, this release contains the following features: Social Client renamed to mysupport Email Processing Email Rules and Rule Groups

More information

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers

Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers Quest VROOM Quick Setup Guide for Quest Rapid Recovery for Windows and Quest Foglight vapp Installers INTRODUCTION Setup of Quest VROOM requires installation of Rapid Recovery and Foglight for Virtualization

More information

ForeScout Extended Module for VMware AirWatch MDM

ForeScout Extended Module for VMware AirWatch MDM ForeScout Extended Module for VMware AirWatch MDM Version 1.7.2 Table of Contents About the AirWatch MDM Integration... 4 Additional AirWatch Documentation... 4 About this Module... 4 How it Works... 5

More information

Best Practices for Migrating Servers to Microsoft Azure with PlateSpin Migrate

Best Practices for Migrating Servers to Microsoft Azure with PlateSpin Migrate White Paper PlateSpin Transformation Manager PlateSpin Migrate Best Practices for Migrating Servers to Microsoft Azure with PlateSpin Migrate Updated for PlateSpin Transformation Manager 1.1 and PlateSpin

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

Verizon MDM UEM Unified Endpoint Management

Verizon MDM UEM Unified Endpoint Management Verizon MDM UEM Unified Endpoint Management Version: 1.0 Last Updated: 3/29/18 Table of Contents Unified Endpoint Management (UEM) Overview... 4 Account Dashboard... 4 Unified Endpoint Management (UEM)

More information

Comodo IT and Security Manager Software Version 6.9

Comodo IT and Security Manager Software Version 6.9 Comodo IT and Security Manager Software Version 6.9 End User Guide Guide Version 6.9.072817 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENS2 for cloud and on-premises deployments Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation

More information

Monitoring Serverless Architectures in AWS

Monitoring Serverless Architectures in AWS Monitoring Serverless Architectures in AWS The introduction of serverless architectures is a positive development from a security perspective. Splitting up services into single-purpose functions with well-defined

More information

D365 DATA ARCHIVAL & RETENTION

D365 DATA ARCHIVAL & RETENTION MICROSOFT LABS OCTOBER 12, 2018 D365 DATA ARCHIVAL & RETENTION Highly scalable, secured and re-usable solution for Archive, Retain and Delete the Microsoft D365 data Contents Introduction... 2 Archiving...

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

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

AvePoint Online Services 2

AvePoint Online Services 2 2 User Guide Service Pack 7 Issued August 2017 Table of Contents What s New in this Guide...6 About...7 Versions: Commercial and U.S. Government Public Sector...7 Submitting Documentation Feedback to AvePoint...8

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

Infoblox Installation Guide. vnios for Microsoft Azure

Infoblox Installation Guide. vnios for Microsoft Azure Infoblox Installation Guide vnios for Microsoft Azure Copyright Statements 2017, Infoblox Inc. All rights reserved. The contents of this document may not be copied or duplicated in any form, in whole or

More information

VX 9000 Virtualized Controller INSTALLATION GUIDE

VX 9000 Virtualized Controller INSTALLATION GUIDE VX 9000 Virtualized Controller INSTALLATION GUIDE 2 VX 9000 Virtualized Controller Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

ForeScout Extended Module for Qualys VM

ForeScout Extended Module for Qualys VM ForeScout Extended Module for Qualys VM Version 1.2.1 Table of Contents About the Qualys VM Integration... 3 Additional Qualys VM Documentation... 3 About This Module... 3 Components... 4 Considerations...

More information

Azure for On-Premises Administrators Practice Exercises

Azure for On-Premises Administrators Practice Exercises Azure for On-Premises Administrators Practice Exercises Overview This course includes optional practical exercises where you can try out the techniques demonstrated in the course for yourself. This guide

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7.

TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION. VMware Horizon 7 version 7. TECHNICAL WHITE PAPER AUGUST 2017 REVIEWER S GUIDE FOR VIEW IN VMWARE HORIZON 7: INSTALLATION AND CONFIGURATION VMware Horizon 7 version 7.x Table of Contents Introduction.... 3 JMP Next-Generation Desktop

More information

Qualys CloudView v1.x

Qualys CloudView v1.x Qualys CloudView v1.x Version 1.6 September 18, 2018 Here s what s new in Qualys CloudView 1.6! Download Datalist in CSV Format Connector Creation: External ID now Editable Customize Dashboards and Widgets

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

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

Comodo IT and Security Manager Software Version 6.6

Comodo IT and Security Manager Software Version 6.6 Comodo IT and Security Manager Software Version 6.6 End User Guide Guide Version 6.6.053117 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

SUREedge Migrator Installation Guide for Amazon AWS

SUREedge Migrator Installation Guide for Amazon AWS SUREedge Migrator Installation Guide for Amazon AWS Contents 1. Introduction... 3 1.1 SUREedge Migrator Deployment Scenarios... 3 1.2 Installation Overview... 4 2. Obtaining Software and Documentation...

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA f Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

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

Web Cloud Solution. User Guide. Issue 01. Date

Web Cloud Solution. User Guide. Issue 01. Date Issue 01 Date 2017-05-30 Contents Contents 1 Overview... 3 1.1 What Is Web (CCE+RDS)?... 3 1.2 Why You Should Choose Web (CCE+RDS)... 3 1.3 Concept and Principle... 4... 5 2.1 Required Services... 5 2.2

More information

Comodo SecureBox Management Console Software Version 1.9

Comodo SecureBox Management Console Software Version 1.9 6. Comodo SecureBox Management Console Software Version 1.9 Quick Start Guide Guide Version 1.9.041918 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo SecureBox Management Console

More information

Getting Started with VMware Horizon Cloud Service on Microsoft Azure

Getting Started with VMware Horizon Cloud Service on Microsoft Azure Getting Started with VMware Horizon Cloud Service on Microsoft Azure Modified on 28 MAR 2018 VMware Horizon Cloud Service VMware Horizon Cloud Service on Microsoft Azure 1.5 You can find the most up-to-date

More information

Tableau Server on Microsoft Azure:

Tableau Server on Microsoft Azure: Tableau Server on Microsoft Azure: Deployment Guidelines and Best Practices April 2017 Table of Contents Abstract...3 Introduction to Tableau With Microsoft Azure...3 Option 1 Self Deployment via Azure

More information

VX 9000E WiNG Express Manager INSTALLATION GUIDE

VX 9000E WiNG Express Manager INSTALLATION GUIDE VX 9000E WiNG Express Manager INSTALLATION GUIDE 2 VX 9000E WiNG Express Manager Service Information If you have a problem with your equipment, contact support for your region. Support and issue resolution

More information

Confluence Data Center on the AWS Cloud

Confluence Data Center on the AWS Cloud Confluence Data Center on the AWS Cloud Quick Start Reference Deployment March 2017 Atlassian AWS Quick Start Reference Team Contents Overview... 2 Costs and Licenses... 2 Architecture... 3 Prerequisites...

More information

Comodo IT and Security Manager Software Version 6.4

Comodo IT and Security Manager Software Version 6.4 Comodo IT and Security Manager Software Version 6.4 End User Guide Guide Version 6.4.040417 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Introduction to Comodo IT

More information

ForeScout CounterACT. (AWS) Plugin. Configuration Guide. Version 1.3

ForeScout CounterACT. (AWS) Plugin. Configuration Guide. Version 1.3 ForeScout CounterACT Hybrid Cloud Module: Amazon Web Services (AWS) Plugin Version 1.3 Table of Contents Amazon Web Services Plugin Overview... 4 Use Cases... 5 Providing Consolidated Visibility... 5 Dynamic

More information

F5 Analytics and Visibility Solutions

F5 Analytics and Visibility Solutions Agility 2017 Hands-on Lab Guide F5 Analytics and Visibility Solutions F5 Networks, Inc. 2 Contents: 1 Class 1: Introduction to F5 Analytics 5 1.1 Lab Environment Setup.......................................

More information

Amazon Web Services. Block 402, 4 th Floor, Saptagiri Towers, Above Pantaloons, Begumpet Main Road, Hyderabad Telangana India

Amazon Web Services. Block 402, 4 th Floor, Saptagiri Towers, Above Pantaloons, Begumpet Main Road, Hyderabad Telangana India (AWS) Overview: AWS is a cloud service from Amazon, which provides services in the form of building blocks, these building blocks can be used to create and deploy various types of application in the cloud.

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Are You Sure Your AWS Cloud Is Secure? Alan Williamson Solution Architect at TriNimbus

Are You Sure Your AWS Cloud Is Secure? Alan Williamson Solution Architect at TriNimbus Are You Sure Your AWS Cloud Is Secure? Alan Williamson Solution Architect at TriNimbus 1 60 Second AWS Security Review 2 AWS Terminology Identity and Access Management (IAM) - AWS Security Service to manage

More information

ForeScout Amazon Web Services (AWS) Plugin

ForeScout Amazon Web Services (AWS) Plugin ForeScout Amazon Web Services (AWS) Plugin Version 1.1.1 and above Table of Contents Amazon Web Services Plugin Overview... 4 Use Cases... 5 Providing Consolidated Visibility... 5 Dynamic Segmentation

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper

TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS. White Paper TECHNICAL WHITE PAPER DECEMBER 2017 VMWARE HORIZON CLOUD SERVICE ON MICROSOFT AZURE SECURITY CONSIDERATIONS White Paper Table of Contents Executive Summary... 3 Audience.... 3 Introduction.... 3 Architecture....

More information

Windows Intune Trial Guide Getting the most from your Windows Intune trial. Simplify PC management. Amplify productivity.

Windows Intune Trial Guide Getting the most from your Windows Intune trial. Simplify PC management. Amplify productivity. Windows Intune Trial Guide Getting the most from your Windows Intune trial. Simplify PC management. Amplify productivity. CONTENTS 2 Overview 2 Trial Setup 3 Getting Started with the Administration Console

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

vcloud Director Administrator's Guide vcloud Director 8.10

vcloud Director Administrator's Guide vcloud Director 8.10 vcloud Director Administrator's Guide vcloud Director 8.10 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

VMware Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments

VMware  Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments VMware Email Notification Service v2.0 Installation and Configuration Guide Configure ENSv2 for cloud and on-premises deployments Workspace ONE UEM v9.4 Have documentation feedback? Submit a Documentation

More information

vrealize Business Standard User Guide

vrealize Business Standard User Guide User Guide 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

Version 2.3 User Guide

Version 2.3 User Guide V Mware vcloud Usage Meter Version 2.3 User Guide 2012 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. This product is covered

More information

DenyAll WAF User guide for AWS

DenyAll WAF User guide for AWS DenyAll WAF User guide for AWS Version 6.x 06/13/2017 Summary 1. About this document... 3 1.1 Purpose... 3 2. Getting started... 3 2.1 Introduction... 3 2.2 AMI description... 3 2.3 Requirements... 3 2.4

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

DOCUMENTATION. UVM Appliance Azure. Quick Start Guide

DOCUMENTATION. UVM Appliance Azure. Quick Start Guide DOCUMENTATION Quick Start Guide Table of Contents Introduction... 3 Prerequisites... 3 License Keys... 3 UVM Instances... 3 Running an Azure Virtual Machine... 3 In Azure... 3 Configuring Security Firewall...

More information

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

Cloud Access Manager Configuration Guide

Cloud Access Manager Configuration Guide Cloud Access Manager 8.1.3 Configuration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

EASYHA SQL SERVER V1.0

EASYHA SQL SERVER V1.0 EASYHA SQL SERVER V1.0 CONTENTS 1 Introduction... 2 2 Install SQL 2016 in Azure... 3 3 Windows Failover Cluster Feature Installation... 7 4 Windows Failover Clustering Configuration... 9 4.1 Configure

More information

Integrate your CSP Direct Agreement

Integrate your CSP Direct Agreement Overview: - The information needed to integrate your CSP Direct tenant is contained in this PDF Guide. You will be asked to create and access various authentication keys and which you need to do in the

More information