Tutorial: Uploading your server build

Size: px
Start display at page:

Download "Tutorial: Uploading your server build"

Transcription

1 Tutorial: Uploading your server build This tutorial walks you through the steps to setup and upload your server build to Amazon GameLift including prerequisites, installing the AWS CLI (command-line interface), adding the appropriate AWS permissions and multiple ways to upload. At the end of the tutorial you will have uploaded a Multiplayer Project dedicated server build to Amazon GameLift. Amazon GameLift uses the information and components you provide to create a fleet, which is a single version of your game. For more information about fleets, see the Creating a Fleet tutorial. You will learn how to do the following: Install the AWS CLI Add appropriate permissions to an AWS account Upload your game server build Prerequisites To upload your build package, you need the following: A game server folder package - See the Packaging your server build tutorial. AWS credentials - Username, access key, and secret key. o See the Configuring your AWS Account section in this tutorial. Step 1: Install the AWS CLI The Amazon Web Services CLI is the primary tool used to upload builds to Amazon GameLift. To install the AWS CLI 1. In a web browser navigate to and download the appropriate installer for your operating system. 2. Run the installer and follow the instructions to complete the installation. 3. Next, open a command line window and run aws configure 4. Follow the prompts to enter your AWS access key and AWS secret key. 5. When given the option to select a default region and output format, press ENTER to accept the defaults.

2 The AWS CLI is now installed and configured. Step 2: Configuring your AWS account Before uploading your build, you must give your AWS account the appropriate permissions to upload packages to Amazon GameLift and to allow game client (player) access to Amazon GameLift. In this step, you will create a new policy and assign it to an AWS user that will give the user permission to upload a build. Note: For security purposes, a user s AWS secret key is displayed only when the credentials are created. If you do not know your user s AWS secret key, you will need to rotate the user credentials or create a new user. To add a new GameLift policy to an AWS user 1. Log in to the AWS web console and click Identity & Access Management.

3 2. In the navigation pane, click Policies. 3. In the content pane, click Create Policy.

4 4. Next to Create Your Own Policy, click Select.

5 5. Enter a name for the policy and, if desired, a description. 6. In the Policy Document field, paste the following policy: { "Version": " ", "Statement": { "Effect": "Allow", "Action": "gamelift:*", "Resource": "*" } } 7. Click Create Policy.

6 8. Next, on the Policies page, select the policy you just created by clicking the checkbox next to the policy name, then select Policy Actions > Attach 9. On the Attach Policy page, select the user associated with your AWS access key and secret key from the list of users and click Attach Policy. You have now assigned a policy to an AWS user that gives them permission to upload builds to Amazon GameLift. Step 3: Uploading your build using the CLI In this step you ll use the AWS CLI to upload the MultiplayerProject server build to Amazon GameLift.

7 To upload the MultiplayerProject game server build 1. In a command line window, enter the following: aws gamelift upload-build --name [user-defined name of build] --build-version [user-defined build number] --build-root [path to the game server folder] Example: aws gamelift upload-build --name "MultiplayerProject Test Build" --build-version "1.2.3" --build-root C:\LumberyardSDK\dev\MultiplayerProject\MultiplayerProject_pc_Paks_Dedicate d It may take some time for the build to upload depending on your network connection and the size of the build. 2. While the build is uploading, in a web browser, navigate to the GameLift web console and open the Builds page. On it you will see that a new build entry has been created with a unique build ID and the build information you specified in the previous step.

8 After the server binaries are uploaded, you will see the same build ID in the command line window. Congratulations! You have successfully uploaded a server build to Amazon GameLift. Related tasks and tutorials Now that you have uploaded your server build, see what else you can do with Amazon GameLift: Tutorial: Creating a fleet Tutorial: Creating and connecting to a game session We d love to hear from you! Head to our Tutorial Discussion forum to share any feedback you have, including what you do or don t like about our tutorials or new content you d like to see in the near future.

Tutorial: Packaging your server build

Tutorial: Packaging your server build Tutorial: Packaging your server build This tutorial walks you through the steps to prepare a game server folder or package containing all the files necessary for your game server to run in Amazon GameLift.

More information

Tutorial: Initializing and administering a Cloud Canvas project

Tutorial: Initializing and administering a Cloud Canvas project Tutorial: Initializing and administering a Cloud Canvas project This tutorial walks you through the steps of getting started with Cloud Canvas, including signing up for an Amazon Web Services (AWS) account,

More information

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph

Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph Tutorial: Modify UI 01 How to Load a UI Canvas Using Flow Graph This tutorial is the first tutorial in the Creating an Options Menu tutorial series and walks you through the steps to load a canvas using

More information

Tutorial: How to Load a UI Canvas from Lua

Tutorial: How to Load a UI Canvas from Lua Tutorial: How to Load a UI Canvas from Lua This tutorial walks you through the steps to load a UI canvas from a Lua script, including creating a Lua script file, adding the script to your level, and displaying

More information

Tutorial: Importing static mesh (FBX)

Tutorial: Importing static mesh (FBX) Tutorial: Importing static mesh (FBX) This tutorial walks you through the steps needed to import a static mesh and its materials from an FBX file. At the end of the tutorial you will have new mesh and

More information

Tutorial: How to Create and Assign Materials from the Material Editor

Tutorial: How to Create and Assign Materials from the Material Editor Tutorial: How to Create and Assign Materials from the Material Editor This tutorial walks you through the steps to create and assign a new material to an object in the Lumberyard Editor. To do this we

More information

Tutorial: Importing Height Maps and Mega-Terrain from World Machine

Tutorial: Importing Height Maps and Mega-Terrain from World Machine Tutorial: Importing Height Maps and Mega-Terrain from World Machine In this tutorial you will learn how to quickly create a new terrain, using World Machine to generate a Height Map, and Mega-Terrain texture.

More information

Tutorial: Camera basics

Tutorial: Camera basics Tutorial: Camera basics This tutorial walks you through the steps to learn camera basics in Lumberyard, including creating a first person camera, a third person camera, and tracking and dynamic zooming.

More information

Tutorial: Importing Animations into Geppetto

Tutorial: Importing Animations into Geppetto Tutorial: Importing Animations into Geppetto This tutorial walks you through the steps needed to import animations with Geppetto, including setting up the.chrparams file, the Skeleton List, and importing

More information

Immersion Day. Getting Started with Amazon S3. January Rev

Immersion Day. Getting Started with Amazon S3. January Rev January 2016 Rev 2015-01-15 Table of Contents Overview... 3 Create a Bucket in S3... 4 Add an Object to a Bucket... 5 View an Object... 6 Move an Object... 7 Delete an Object and Bucket... 8 Conclusion...

More information

Tutorial: Creating a Gem with code

Tutorial: Creating a Gem with code Tutorial: Creating a Gem with code This tutorial walks you through the steps to create a simple Gem with code, including using the Project Configurator to create an empty Gem, building the Gem, and drawing

More information

MICROSTRATEGY PLATFORM ON AWS MARKETPLACE. Quick start guide to use MicroStrategy on Amazon Web Services - Marketplace

MICROSTRATEGY PLATFORM ON AWS MARKETPLACE. Quick start guide to use MicroStrategy on Amazon Web Services - Marketplace MICROSTRATEGY PLATFORM ON AWS MARKETPLACE Quick start guide to use MicroStrategy on Amazon Web Services - Marketplace TABLE OF CONTENTS TABLE OF CONTENTS LAUNCHING MICROSTRATEGY IN AWS Setting up the AWS

More information

Moving data to the cloud using the MoveToCloud script

Moving data to the cloud using the MoveToCloud script What this tutorial is about IBM dashdb's movetocloud script provides an easy way of getting your data to the cloud in either SoftLayer Swift object storage or Amazon S3. The script is ideal for uploading

More information

Amazon Web Services Monitoring Integration User Guide

Amazon Web Services Monitoring Integration User Guide Amazon Web Services Monitoring Integration User Guide Functional Area: Amazon Web Services Monitoring Integration Geneos Release: v4.9 Document Version: v1.0.0 Date Published: 29 October 2018 Copyright

More information

Tutorial: Upgrading a game project

Tutorial: Upgrading a game project Tutorial: Upgrading a game project This tutorial walks you through the steps needed to upgrade a game project from a previous version of Lumberyard. You will learn how to do the following: Upgrade Lumberyard

More information

You will learn how to do the following:

You will learn how to do the following: Tutorial: How to Interact with UI Using Lua This tutorial walks you through the steps to interact with UI using Lua, including loading and unloading UI canvases, listening to and handling UI events, working

More information

Amazon SES - For Great Delivery

Amazon SES - For Great  Delivery Amazon SES - For Great Email Delivery This is a one-time setup, and it should be done near the beginning of your business setup process because it may take a few days to get it through the simple approval

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

Tutorial: Introduction to Flow Graph

Tutorial: Introduction to Flow Graph Tutorial: Introduction to Flow Graph This tutorial introduces you to Flow Graph, including its core concepts, the Flow Graph editor and how to use it to create game logic. At the end of this tutorial,

More information

S-Drive Installation Guide v1.28

S-Drive Installation Guide v1.28 S-Drive Installation Guide v1.28 Important Note This installation guide contains basic information about S-Drive installation. Refer to the S-Drive Advanced Configuration Guide for advanced installation/configuration

More information

Immersion Day. Getting Started with Linux on Amazon EC2

Immersion Day. Getting Started with Linux on Amazon EC2 July 2018 Table of Contents Overview... 3 Create a new EC2 IAM Role... 4 Create a new Key Pair... 5 Launch a Web Server Instance... 8 Connect to the server... 14 Using PuTTY on Windows... 15 Configure

More information

Azure Marketplace Getting Started Tutorial. Community Edition

Azure Marketplace Getting Started Tutorial. Community Edition Azure Marketplace Getting Started Tutorial Community Edition Introduction NooBaa software provides a distributed storage solution for unstructured data such as analytics data, multi-media, backup, and

More information

Installing Nagios Log Server with VMware Workstation Player

Installing Nagios Log Server with VMware Workstation Player LS Installing Nagios Log Server with VMware Workstation Player This document is intended to outline the steps required to install Nagios Log Server within VMware Workstation Player. Still need installation

More information

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

Lab - Remote Assistance in Windows

Lab - Remote Assistance in Windows Lab - Remote Assistance in Windows Introduction In this lab, you will remotely connect to a computer, examine device drivers, and provide remote assistance. Recommended Equipment Two Windows 7, Windows

More information

Swift Web Applications on the AWS Cloud

Swift Web Applications on the AWS Cloud Swift Web Applications on the AWS Cloud Quick Start Reference Deployment November 2016 Asif Khan, Tom Horton, and Tony Vattathil Solutions Architects, Amazon Web Services Contents Overview... 2 Architecture...

More information

Tutorial: Options Menu Layout

Tutorial: Options Menu Layout Tutorial: Options Menu Layout This tutorial walks you through the steps to add a window title and avatar selection section, including adding the window title, adding the user profile section, configuring

More information

Sample Spark Web-App. Overview. Prerequisites

Sample Spark Web-App. Overview. Prerequisites Sample Spark Web-App Overview Follow along with these instructions using the sample Guessing Game project provided to you. This guide will walk you through setting up your workspace, compiling and running

More information

Tutorial: Exporting characters (Max)

Tutorial: Exporting characters (Max) Tutorial: Exporting characters (Max) This tutorial walks you through the steps needed to get a character into Lumberyard, including how to export the character s skin, skeleton and material. Character

More information

AWS Integration Guide. Full documentation available at

AWS Integration Guide. Full documentation available at AWS Integration Guide Full documentation available at https://www.morpheusdata.com/support Amazon Web Services (AWS) AWS is the Amazon public cloud offering. Offering a full range of services and features

More information

Azure Marketplace. Getting Started Tutorial. Community Edition

Azure Marketplace. Getting Started Tutorial. Community Edition Azure Marketplace Getting Started Tutorial Community Edition Introduction NooBaa software provides a distributed storage solution for unstructured data such as analytics data, multi-media, backup, and

More information

Provisioning Lumeta SPECTRE via AWS Sign in to the Amazon Web Services console at

Provisioning Lumeta SPECTRE via AWS Sign in to the Amazon Web Services console at Thank you for choosing Lumeta SPECTRE! This document provides the essentials you ll need to make sense of your network in real time from the Amazon Web Services (AWS) cloud, including: 1) How to instantiate

More information

Brooke Roegge. Digital Information Specialist Minnesota Dept. of Employment and Economic Development

Brooke Roegge. Digital Information Specialist Minnesota Dept. of Employment and Economic Development Editing Existing Items in CONTENTdm s Project Client Brooke Roegge Digital Information Specialist Minnesota Dept. of Employment and Economic Development November 14, 2011 Open an existing collection in

More information

Welcome (slide 1) Welcome to the Florida Department of Education Single Sign-On tutorial for hosted user login and navigation.

Welcome (slide 1) Welcome to the Florida Department of Education Single Sign-On tutorial for hosted user login and navigation. LOGIN AND NAVIGATION FOR HOSTED USERS Welcome (slide 1) Welcome to the Florida Department of Education Single Sign-On tutorial for hosted user login and navigation. These tutorials are designed to provide

More information

EZDRM Bitmovin Configuration Encoding

EZDRM Bitmovin Configuration Encoding EZDRM Bitmovin Configuration Encoding Table of Contents Prerequisites 3 Preparing for Bitmovin Encoding 4 Step 1: API Key from Bitmovin 4 Step 2. Generating DRM Keys 5 Widevine and PlayReady 5 Apple FairPlay

More information

AWS ELEMENTAL LIVE TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE

AWS ELEMENTAL LIVE TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE DOCUMENT TITLE AWS ELEMENTAL LIVE TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example CONTENTS Introduction... 3 Requirements... 3 Order of Work... 3 Prerequisite: Obtain Needed Information...

More information

Tutorial: Adding Sounds for a One-Shot Weapon

Tutorial: Adding Sounds for a One-Shot Weapon Tutorial: Adding Sounds for a One-Shot Weapon This tutorial will expand on the previous tutorial to show how to setup audio for the cannon and will tie together methods of implementing sounds into Lumberyard

More information

Tutorial: Accessing Maya tools

Tutorial: Accessing Maya tools Tutorial: Accessing Maya tools This tutorial walks you through the steps needed to access the Maya Lumberyard Tools for exporting art assets from Maya to Lumberyard. At the end of the tutorial, you will

More information

AppProtect & Safe Activation

AppProtect & Safe Activation AppProtect & Safe Activation Excel Software www.excelsoftware.com This paper describes a step-by-step process to protect a Mac or Windows application using AppProtect. The protected application is linked

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

S-Drive Installation Guide v1.25

S-Drive Installation Guide v1.25 S-Drive Installation Guide v1.25 Important Note This installation guide contains basic information about S-Drive installation. Refer to the S-Drive Advanced Configuration Guide for advanced installation/configuration

More information

Configuring the NetBackup Cloud Connector for use with StorReduce (v1.2)

Configuring the NetBackup Cloud Connector for use with StorReduce (v1.2) Configuring the NetBackup Cloud Connector for use with StorReduce (v1.2) Introduction This document explains how to configure the NetBackup 7.7+ Cloud Connector to work with StorReduce. Prerequisites A

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

Tutorial: Character creation basics

Tutorial: Character creation basics Tutorial: Character creation basics This tutorial walks you through the steps needed to understand the basics of creating a character, including how to create a character definition file, an attachments

More information

Amazon WorkDocs. User Guide

Amazon WorkDocs. User Guide Amazon WorkDocs User Guide Amazon WorkDocs: 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 connection

More information

DocProtect & Safe Activation

DocProtect & Safe Activation DocProtect & Safe Activation Excel Software www.excelsoftware.com DocProtect can generate a computer-unique, password-protected Mac or Windows application from a variety of source document formats. This

More information

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017 MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL 31 January 2017 Contents 1 Introduction... 2 1.1 Prerequisite for configuring the multi-factor authentication:... 2 1.1.1 On the Guest side... 2 1.1.2

More information

UiPath Orchestrator Azure Installation

UiPath Orchestrator Azure Installation UiPath Orchestrator Azure Installation Revision History Date Version Author Description 9 th June 2016 2016.1 M.B. Applied Template 8 th June 2016 2016.2 C.S. Created Document UiPath Orchestrator Azure

More information

DOCUMENT TITLE. FFMPEG RTP TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example

DOCUMENT TITLE. FFMPEG RTP TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example DOCUMENT TITLE FFMPEG RTP TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example CONTENTS Introduction... 3 Requirements... 3 Order of Work... 3 Prerequisite: Obtain Needed Information...

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

Installation Guide. . All right reserved. For more information about Specops Command and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Command and other Specops products, visit . All right reserved. For more information about Specops Command and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Command is a trademark owned by Specops Software.

More information

Nasuni Mobile Access User Guide

Nasuni Mobile Access User Guide Using Nasuni Mobile Access, you can access data stored in the Nasuni Filer using mobile devices, including ios-based devices (such as iphone and ipad) and Android phones. You can perform tasks such as

More information

Immersion Day. Getting Started with Amazon RDS. Rev

Immersion Day. Getting Started with Amazon RDS. Rev Rev 2015-01-05 Table of Contents Overview... 3 Launch an RDS Instance... 4 Add EC2 Instance Security Group to RDS Security Group... 4 Configure Instance to Leverage RDS... 11 Appendix Additional RDS Features...

More information

Examples of Cisco APE Scenarios

Examples of Cisco APE Scenarios CHAPTER 5 This chapter describes three example scenarios with which to use Cisco APE: Access to Asynchronous Lines, page 5-1 Cisco IOS Shell, page 5-3 Command Authorization, page 5-5 Note For intructions

More information

Microsoft Teams. Quick Start Guide. New to Microsoft Teams? Use this guide to learn the basics.

Microsoft Teams. Quick Start Guide. New to Microsoft Teams? Use this guide to learn the basics. Microsoft Teams Quick Start Guide New to Microsoft Teams? Use this guide to learn the basics. Every team has channels Click one to see the files and conversations about that topic, department, or project.

More information

I have bought the game on Steam and played it before the release of update

I have bought the game on Steam and played it before the release of update Dear Customer, This guide will explain what we have changed in the way Steam users log into IL-2 Sturmovik sim and what steps you might like to take to maximize your playing and purchasing experience.

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

OBS STUDIO TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE

OBS STUDIO TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE DOCUMENT TITLE OBS STUDIO TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example CONTENTS Introduction... 3 Requirements... 3 Order of Work... 3 Prerequisite: Obtain Needed Information...

More information

UI-9 OS Installation Guide in SmartCLOUD Director. CITIC Telecom CPC. OS Installation Guide in SmartCLOUD Director

UI-9 OS Installation Guide in SmartCLOUD Director. CITIC Telecom CPC. OS Installation Guide in SmartCLOUD Director CITIC Telecom CPC OS Installation Guide in SmartCLOUD Director February 2016 This is a quick start guide for user who is totally new to SmartCLOUD Director. In this guide, we will demonstrate 2 ways on

More information

Using SSL/TLS with Active Directory / LDAP

Using SSL/TLS with Active Directory / LDAP Purpose This document describes how to install the required certificate on the for use with LDAP or Active Directory (AD) Integration in. This process is required if your LDAP / AD server has a self signed

More information

Tutorial: Working with Lighting through Components

Tutorial: Working with Lighting through Components Tutorial: Working with Lighting through Components With a populated scene we can begin layering in light sources to add realism and light to our level. For this we will need to use an environmental probe

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Fast Folders 2 Student User Guide

Fast Folders 2 Student User Guide Fast Folders 2 - Student User Guide Launching Fast Folders 2 (from a networked PC) 1. If you have previously installed Fast Folders 2 it will be located in Start and All Programs. 2. Otherwise, go to Start

More information

SecuriSync Get Started Guide for Windows

SecuriSync Get Started Guide for Windows SecuriSync Get Started Guide for Windows Intermedia Backup and File Sharing - SecuriSync SecuriSync is a file backup and sharing service. It allows you to: Back up your files in real-time to protect against

More information

Provisioning Lumeta ESI via AWS

Provisioning Lumeta ESI via AWS This document describes how to instantiate a Lumeta ESI Command Center in the Amazon Web Services (AWS) cloud. It also covers licensing and customizing the product so that it can perform discovery activities

More information

Joomla 2.5 Kunena Component Installation

Joomla 2.5 Kunena Component Installation Joomla 2.5 Kunena Component Installation For installing the Kunena component in Joomla 2.5, you have to first login through the administrative panel of joomla by simply entering the url_of_your_website/administrator

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

DOCUMENT TITLE. FFMPEG RTMP TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example

DOCUMENT TITLE. FFMPEG RTMP TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example DOCUMENT TITLE FFMPEG RTMP TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Workflow Example CONTENTS Introduction... 3 Requirement... 3 Order of Work... 3 Prerequisite: Obtain Needed Information...

More information

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER

PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER PANZURA FREEDOM ARCHIVE QUICK START GUIDE STEP-BY-STEP INSTRUCTIONS FOR INSTALLING THE FREEDOM ARCHIVE FREE TRIAL PANZURA VM CLOUD CONTROLLER Table of Contents Table of Contents... 2 Freedom Archive VM

More information

Using SourceTree on the Development Server

Using SourceTree on the Development Server Using SourceTree on the Development Server This content has been modified to exclude client information. Such omissions include the client name and details of the client s infrastructure, such as domain

More information

Content - Creating New Topics (6/2016)

Content - Creating New Topics (6/2016) Content - Creating New Topics (6/2016) After you have created and selected your Module, you should see two dropdown menus, New and Add Existing Activities, and the Bulk Edit button. These will allow you

More information

Then she types out her username and password and clicks on Sign In at the bottom.

Then she types out her username and password and clicks on Sign In at the bottom. Dropbox Michelle will look at the Dropbox website first, because it is quick and easy to get started with. She already has an account, so she clicks on Sign In. 1 Then she types out her username and password

More information

Amazon Relational Database Service. Getting Started Guide API Version

Amazon Relational Database Service. Getting Started Guide API Version Amazon Relational Database Service Getting Started Amazon Relational Database Service: Getting Started Copyright 2010 Amazon Web Services LLC or its affiliates. All rights reserved. Table of Contents Get

More information

UFApps: Hands-on Exercises

UFApps: Hands-on Exercises UFApps: Hands-on Exercises Module 2: Accessing UFApps In these exercises, we will cover: Accessing UFApps via the Full Receiver Accessing UFApps using the light version of the Citrix Receiver Exercise

More information

Liferay IDE Installation and Development on Windows

Liferay IDE Installation and Development on Windows Liferay IDE Installation and Development on Windows Prepared by M&S Consulting Last Modified: December 26, 2010 Contents Background... 1 Eclipse, the Prerequisite... 2 Installing Liferay IDE... 3 Liferay

More information

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information

Sputnik Installation and Configuration Guide

Sputnik Installation and Configuration Guide Sputnik Installation and Configuration Guide Contents Introduction... 2 Installing Sputnik (Local Linux Machine)... 2 Sputnik Operation... 2 Creating an Amazon EC2 instance for Sputnik... 3 Configuring

More information

FireAMP Connector for Mac Diagnostic Data Collection

FireAMP Connector for Mac Diagnostic Data Collection FireAMP Connector for Mac Diagnostic Data Collection Document ID: 118365 Contributed by Nazmul Rajib, Justin Roberts, and Nikhil Vaidya, Cisco TAC Engineers. Mar 11, 2015 Contents Introduction Prerequisites

More information

WMI log collection using a non-admin domain user

WMI log collection using a non-admin domain user WMI log collection using a non-admin domain user To collect WMI logs from a domain controller in EventLog Analyer, it is necessary to add a domain admin account of that domain in it. Alternatively, you

More information

Creating a Yubikey MFA Service in AWS

Creating a Yubikey MFA Service in AWS Amazon AWS is a cloud based development environment with a goal to provide many options to companies wishing to leverage the power and convenience of cloud computing within their organisation. In 2013

More information

Tutorial: Exporting characters (Maya)

Tutorial: Exporting characters (Maya) Tutorial: Exporting characters (Maya) This tutorial walks you through the steps needed to get a character exported from Maya and ready for importing into Lumberyard, including how to export the character

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

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

Step 1: Adding Darwin to your computer

Step 1: Adding Darwin to your computer Step 1: Adding Darwin to your computer You MUST be on GoucherWIFI. If you receive any network connection problems at any point, double-check your WIFI connection. Remove/Move GoucherGuest and GoucherMultimedia

More information

Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents

Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents Linking OneDrive Files to Local Microsoft Office Installations Interactive Table of Contents Introduction What is Microsoft OneDrive? Why use OneDrive? Creating and Uploading Microsoft Office Files Introduction

More information

Amazon WorkDocs. User Guide

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

More information

Quick Online Shop Documentation

Quick Online Shop Documentation Quick Online Shop Documentation In the following tutorial, you will get a complete step by step guide of using Quick Online Shop WordPress theme for building an amazon affiliate store site. All steps have

More information

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017 ENTRUST CONNECTOR Installation and Configuration Guide Version 0.5.1 April 21, 2017 2017 CygnaCom Solutions, Inc. All rights reserved. Contents What is Entrust Connector... 4 Installation... 5 Prerequisites...

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 7.2 Building a Documentum Application Tutorial EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 1999-2015

More information

Tutorial: How to create Basic Trail Particles

Tutorial: How to create Basic Trail Particles Tutorial: How to create Basic Trail Particles This tutorial walks you through the steps to create Basic Trail Particles. At the end of the tutorial you will have a trail particles that move around in a

More information

PANOPTO GUIDE Version 1.2 October 2016

PANOPTO GUIDE Version 1.2 October 2016 Version 1.2 October 2016 Contents INTRODUCTION:... 2 PREREQUISITES... 2 INSTRUCTIONS... 2 Log into Panopto Online... 2 Using the Recorder... 2 Larger Recorder Preview (Broadcast)... 5 View Your Session...

More information

maxecurity Product Suite

maxecurity Product Suite maxecurity Product Suite Domain Administrator s Manual Firmware v2.2 ii Table of Contents BASICS... 1 Understanding how maxecurity products work in your company... 1 Getting started as a Domain Administrator...

More information

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher For technical support call 1-800-936-6899 GeographyPortal Quick Start for Pulsipher, World Regional

More information

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

Introduction to Amazon Lumberyard and GameLift

Introduction to Amazon Lumberyard and GameLift Introduction to Amazon Lumberyard and GameLift Peter Chapman, Solutions Architect chappete@amazon.com 3/7/2017 A Free AAA Game Engine Deeply Integrated with AWS and Twitch Lumberyard Vision A free, AAA

More information

Welcome Installation Authorization The T-Pain Engine: Quick Start Interface Sound Check... 10

Welcome Installation Authorization The T-Pain Engine: Quick Start Interface Sound Check... 10 CONTENTS Welcome... 5 Installation... 5 Authorization... 6 The T-Pain Engine: Quick Start... 8 Interface... 8 Sound Check... 10 The T-Pain Engine: First Steps... 11 Beat... 11 Vocals... 14 FX... 15 Mixdown...

More information

Colligo Manager for Outlook User Guide. User Guide

Colligo  Manager for Outlook User Guide. User Guide Colligo Email Manager for Outlook User Guide User Guide Contents About This Guide... 5 Audience... 5 Requirements... 5 Terminology... 5 Colligo Technical Support... 5 Installation... 6 EXE Installation...

More information

QUICK REFERENCE GUIDE

QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE Viewing and Searching for Strategic Sourcing Events To access the Strategic Sourcing navigation, please follow the instructions directly below: Sign into the below URL with the credentials

More information

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules

PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules PsychPortal Instructor Quick Start for Myers, Psychology 10e In Modules For technical support call 1-800-936-6899 PsychPortal Quick Start for Myers Psychology 10e In Modules Table of Contents Overview...

More information