Tutorial: Initializing and administering a Cloud Canvas project

Size: px
Start display at page:

Download "Tutorial: Initializing and administering a Cloud Canvas project"

Transcription

1 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, entering your AWS credentials, and using the command line tools to initialize Cloud Canvas. At the end of the tutorial you will have used your AWS credentials to administer a Cloud Canvasenabled Lumberyard project. You will learn how to do the following: Obtain an Amazon Web Services account. Navigate the AWS Console. Create an AWS Identity and Access Management (IAM) user with suitable permissions to administer a Cloud Canvas project. Get credentials from your IAM user and enter them into the Cloud Canvas tools. Use the command line tool to initialize a Lumberyard project for use with Cloud Canvas. Standup and tear down the project AWS resources allocated by Cloud Canvas Prerequisites You must have done the following before starting this tutorial: Installed a working version of the Lumberyard editor. Step 1: Sign up for AWS When you sign up for Amazon Web Services (AWS), you will be able to access all of the powerful cloud features available in AWS. Cloud Canvas will create resources in your AWS account in order to make these services accessible through Lumberyard. You are charged only for the services that you use. If you are a new AWS customer, you can get started with Cloud Canvas for free. For more information, see AWS Free Tier. If you or your team have an AWS account already, skip to the next task. If you don't have an AWS account, use the following procedure to create one. To create an AWS account 1. Open and then choose Create an AWS Account 2. Follow the online instructions.

2 a. Part of the sign-up procedure involves receiving a phone call and entering a PIN using the phone keypad. b. You will need to provide a payment method in order to create your account. Although all of the tutorials here fall within the AWS Free Tier, be aware that you can incur costs. 3. Wait until you receive a confirmation before proceeding to the next step. 4. Note your AWS account number, because you'll need it for the next task. You have now obtained an AWS account. Important: be sure to have your AWS account number handy! Step 2: Create an AWS Identity and Access Management (IAM) user for administering the Cloud Canvas project After you confirm that you have an AWS account, you will create an AWS Identity and Management (IAM) user with adequate permissions to administer a Cloud Canvas project. IAM allows you to manage access to your AWS account. AWS services require providing credentials when accessing them so that the services can verify that you have appropriate permissions to use them. You will take these credentials and enter them into the Lumberyard editor for use in setting up the project. The IAM user you will create will have administrator permissions to install the Cloud Canvas resources and make them accessible through Lumberyard. This administrator has special permissions that allow them to do things beyond the scope of what a day-today Cloud Canvas user requires. In a team environment, you as an administrator will create IAM users for each member of your team. Cloud Canvas will enable you to set permissions suited specifically for that person s role on the project: for example, you may say that only designers may edit a database, or prevent anyone on the team from accidentally writing to resources that your players are interacting with. For more information on IAM and permissions, please see the IAM User Guide. To set up an IAM user 1. Sign into the AWS Management Console and open the IAM console at 2. In the navigation pane, choose Users. 3. Select Create New Users.

3 4. Enter a user name into box 1, such as CloudCanvasAdmin. 5. Ensure that the Generate an access key for each user checkbox is checked. 6. Your IAM user will be created along with two important credentials: an Access Key and a Secret Access Key. You will be required to enter these credentials into Cloud Canvas in order to access your AWS resources. 7. In the next step, you can view your security credentials or download them. Make sure you note them in a safe place now: you will not be able to access them again. Important: Do not share your credentials with anyone. As an administrator, ensure you deliver credentials to your team securely. Anyone with access to these credentials can access your AWS account, incur charges and perform malicious acts.

4 8. After clicking Close, find the newly-created user in the list and click on it (make sure you click on the name, not the checkbox). 9. Click the Permissions tab.

5 10. Under the Managed Policies header, click Attach Policy. 11. In the Filter checkbox, type AdministratorAccess.

6 12. Click the checkbox next to the AdministratorAccess policy. 13. Click Attach Policy. Your user now has permissions adequate for creating and administering a Cloud Canvas project. Warning: AdministratorAccess allows almost all permissions within the AWS account and should be restricted to just the administrator of the account. Otherwise team members may perform actions that could incur unwanted charges in your AWS account. 14. You will need to be able to login as this user in the future. Select the Security Credentials tab now to setup a password so that you can login later. 15. Click Manage Password.

7 16. You can either Assign an auto-generated password or create your own with Assign a custom password. If you are an account administrator, you may wish to create an initial password but let your team member create their own password by selecting the Require user to create a new password at sign-in checkbox. 17. When you are finished, click Apply. 18. Sign out of the AWS console. You have now created an IAM user with permissions for managing a Cloud Canvas project. Step 3: Sign in as your IAM user Throughout the tutorial, you will need to be signed into the AWS Management Console. If you are logged out, follow these steps to log back in. To sign in as your IAM user 1. To sign in as your IAM user, you ll need your AWS account ID from step 1. Get that handy before proceeding. 2. Enter the URL into your browser, where your_aws_account_id is your AWS account number without the hyphens (for example, if your AWS account number is , your AWS account ID is , and you would visit You may wish to bookmark this URL for future use.

8 3. Enter the IAM user name you created earlier (e.g., CloudCanvasAdmin). 4. Enter the password for the account. You are now successfully logged into the AWS Management Console. Step 4: Enabling the Cloud Canvas Gem (Extension) This step in the tutorial will show you how to enable the Cloud Canvas functionality within your project. If you are using the default SamplesProject provided, Cloud Canvas is already pre-configured. If you are working on a new project, follow these steps to enable Cloud Canvas. Note: Adding Cloud Canvas functionality to a project that is not already configured will require re-building the project using Visual Studio. To enable Cloud Canvas: 1. Launch ProjectConfigurator.exe from your Lumberyard binary directory Navigate to the Gems packages screen. 3. Ensure that the checkbox for the Cloud Canvas (AWS) Gem (Extension) is checked. If it was already checked, you can stop now. 4. Click the Save button and close the ProjectConfigurator.

9 5. If you had to add the Cloud Canvas (AWS) gem to the project, you will have to configure the project and rebuild. <base Lumberyard directory>\lmbr_waf configure 6. Recompile and build the resulting Visual Studio solution file. <base Lumberyard directory>\lmbr_waf build_win_x64_profile -p all 7. You can now launch it from the Bin64 directory. <base Lumberyard directory>\bin64\editor.exe Your Lumberyard project is now ready for Cloud Canvas. Step 5: Enter administrator credentials into Lumberyard In order to begin managing a Cloud Canvas project, you ll need to enter the IAM user credentials you generated in step 2. You will create a profile with these credentials that Cloud Canvas can easily reference. To enter your credentials 1. In the Lumberyard editor, go to the AWS menu. 2. Open the Credentials manager 3. Enter a friendly profile name, such as CloudCanvasAdminProfile. Note this name; you ll need it later. This name does not have to be the same as the IAM user you entered in Step 2. It is the name that Cloud Canvas will rely on.

10 4. Enter the Access Key and Secure Access Key generated back in Step Click Save. The profile name will be associated with your credentials, and saved locally on your machine in your AWS credentials file. This file is normally located in your C:\Users\<user name>\.aws\ directory. As a convenience, other tools such as the AWS Command Line Interface or the AWS Toolkit for Visual Studio can access these credentials as well. Important: Do not share these credentials with anyone, and do not check them into source control. These grant control over your AWS account, and a malicious user could incur charges. You have now created a profile for administering a Cloud Canvas project. Step 6: Initializing Cloud Canvas using the command line This step in the tutorial will show you how to make Cloud Canvas features available to your Lumberyard project. This step only has to be done once for any given Lumberyard project, as it will setup all of the initial AWS resources required by Cloud Canvas into your AWS account. To initialize Cloud Canvas 1. If you have checked Lumberyard into source control, ensure that the <base Lumberyard directory>\<project name>\aws\project-settings.json has been checked out and is writeable. This file will be edited during the initialization process with information related to where the Cloud Canvas AWS resources were deployed. In a team environment, you would check this file into source control so that other team members have access to these AWS resources as well. 2. Open the Cloud Canvas Resource Manager in the AWS menu. AWS -> Cloud Canvas -> Resource Manager

11 3. Expand the Administration (advanced) group and select the Project Stack 4. Click the Create project stack button. 5. You will be prompted for a Project stack name and a AWS region. Give your project stack an appropriate name for your game. You will only ever have one project stack per game.

12 For more information on AWS regions please refer to 6. Click the Create button to start the creation process.

13 7. New resources will be created locally as well as in your AWS account, and files necessary for administering the project will be copied up. 8. Wait until the initialization process has completed before proceeding. This process will take several minutes. Feel free to enjoy our entertaining progress log to keep track of any changes. Remember: this only has to be done once for a given Lumberyard project. 9. If you are using source control, check the settings.json file in so that other users on your team can access the AWS resources.

14 10. Now you are ready to add a development stack resource. Select the Deployments sub menu under the Administration menu. 11. Click Create deployment 12. Provide the deployment stack a name and click Create.

15 13. Wait until the initialization process has completed before proceeding. This process will take several minutes. Feel free to enjoy our entertaining progress log to keep track of any changes. 14. Once complete, let s go ahead and add a S3 AWS resource to use. Click the Resource Group menu item in the Resource Manager.

16 15. Click Add resource group. 16. Provide a name for the new resource group and click Create. 17. Now let s add a new custom resource to this new resource group. Select your resource group in the left pane and

17 18. Select the S3 bucket 19. Provide a name for your S3 bucket and click ok.

18 20. Now we have one last step. We need to add permissions for players to use the new S3 bucket resource. Select your new resource under the resource group you defined. 21. Let s add some an attribute called Metadata and grant player access to the CloudCanvas gem we installed for this resource. { } "files": { "Properties": {}, "Type": "AWS::S3::Bucket","Metadata": { "CloudCanvas": { "PlayerAccess": { "Action": "s3:*", "ResourceSuffix": "*" } } } }

19 22. Upload the resources to AWS by selecting your deployment stack and clicking Upload all resources. 23. Wait for the upload to complete.

20 24. You now have the necessary AWS resources. You should also see a files resource name in the resource list. 25. You can now use the flow node system interact with your AWS resources. Open the flow node system by clicking the icon Here is an example of the usage of the files S3 bucket we created previously in step 10.

21 27. In the next steps, we ll look at what was created. Your Lumberyard project is now ready to use Cloud Canvas features. Step 7: Inspecting your AWS account This step in the tutorial will show you what the initialization process created for you, and let you begin to inspect the tools Cloud Canvas offers. To inspect your AWS account 1. Open the AWS console located under the AWS menu item. 2. Ensure the region, available from the upper right of the screen, is set to where you told Cloud Canvas to deploy its resources in Step 6. Unless you selected another region, you will look for N. Virginia. 3. From the Services menu item, select CloudFormation.

22 4. If the initialization process (Step 6) is still underway, you may see a number of items that are UPDATE_IN_PROGRESS. 5. Wait until all CloudFormation stacks are complete before proceeding. You may need to press the Refresh button to update the status. 6. Under the Stack Name column, click on the one with the same name as your project. If you are using the default project, it will be named SampleProject. 7. Click the Resources tab. 8. This lists all of the AWS resources that were created as part of the initialization process. Note that a number of other Stacks were created as a result of the initialization process. 9. As part of the initialization process, a deployment named Development has been created. We will investigate deployments in a future tutorial. 10. Within the Development deployment, a feature named HelloWorld has been created. As with deployments, features will be discussed in a future tutorial. 11. Part of the HelloWorld feature is an AWS Lambda function. Let s prove our initialization has worked by testing it out. 12. From the Services menu item, select Lambda. 13. A number of Lambda functions will have been created for you. Amongst these are functions for managing future deployments and managing player identity. The one we re most interested in will have a name in the vein of <ProjectName>-Development-xxx-SayHello-yyy. The values for xxx and yyy mark the deployment and feature uniquely. 14. Click on the Lambda function s name. You will be taken to a new screen. 15. Under Actions, select Configure test event.

23 16. Enter the following: { } Target : World 17. Click Save and Test. It will take a moment while it processes. 18. The Execution Result should be successful. The output should read Hello World. : The Lambda function has successfully been invoked using the parameters you specified. Try changing World to another string, such as your name, and re-running the Lambda. You have now inspected some of the resources that Cloud Canvas created for you during initialization. These are the core administrative tools necessary to use Cloud Canvas. Next, we ll show you how an administrator can grant access to Cloud Canvas features to team members. Step 8: Cloud Canvas team administration using IAM users This step in the tutorial will teach you how to create IAM users for your team and manage their permissions to access AWS resources. Cloud Canvas creates IAM policies for you that you apply so that team members have the permissions that they need. Normally this means much tighter restrictions than what an administrator is permitted, so that team members aren t inadvertently incurring charges without administrator approval. These steps will be similar to what you went through to create your administrator IAM user. However, you will need to create one IAM user per team member, and you will be applying the IAM Managed Policy that Cloud Canvas created for you to each user. As you add new features and AWS resources to your project, Cloud Canvas will automatically update these Managed Policies to reflect the updated permissions. To create an IAM user with permissions to access Cloud Canvas resources 1. Using a web browser, login to the AWS Management Console using your IAM credentials (see step 3). 2. From the Services menu item, select IAM.

24 3. Select Users. 4. Click Create New Users. 5. Enter IAM user names for each team member. 6. Ensure that the Generate an access key for each user checkbox is checked. 7. Click Create. 8. You will have the option of downloading the Access Key and Secret Access Key for each user. Do so; you will need to deliver each user their keys securely. As before, do not share these keys with anyone. 9. We will create an IAM group that all of the newly-created users will belong to. You can use groups to easily manage permissions for a number of users without having to manage each user individually. 10. Click on Groups. 11. Click on Create New Group.

25 12. Give the group a name, such as Developers. 13. Click Next Step. 14. We need to find the IAM Managed Policy that Cloud Canvas has created for you. Click the drop-down next to Policy Type and select Customer Managed Policy. 15. You should see a policy with the name in the format <ProjectName>- DevelopmentAccess. Ensure the checkbox next to it is checked.

26 16. Click Next Step. 17. Review the proposed Group that you are about to create. 18. Click Create Group. 19. Click the name of the newly-created group (not the checkbox adjacent to it). 20. Click the Users tab. 21. Click the Add Users to Group button. 22. Check the checkboxes next to the IAM users that you wish to belong to this group. 23. Click Add Users. 24. For each of your team members: a. Individually deliver their Secret and Access Keys. Stress the importance of keeping these secure and not sharing them. b. From the Lumberyard editor, go to the AWS menu. c. Select the Cloud Canvas sub-menu. d. Select the Permissions and Deployments option. e. Have them enter a profile name, the Access Key, and Secret Access Key. 25. As an administrator, it is your responsibility to keep your team and your AWS account secure. Amazon provides some best practices and options for how to manage your team s access keys on the Managing Access Keys for IAM Users page. You are encouraged to read this thoroughly. Step 9: Tear down using the Cloud Canvas Resource Manager 1. In Lumberyard 1.5 it is not possible to tear down the Project stack through the editor. 2. Deployments can be deleted in the Resource manager. All AWS resources managed by Cloud Canvas will be removed. Players of your game will not be able to access any Cloud Canvas features!

27 3. Right click the deployment you wish to tear down in the Resource Manage -> Administration -> Deployments section located under the AWS menu item. Click Delete deployment 4. Accept the confirmation by clicking the Yes button. Any errors will be reported back, but be aware this step is not reversible. 5. Wait until the tear down process has completed before proceeding. This process will take several minutes. Feel free to enjoy our entertaining progress log to keep track of any changes. OR Step 9: Tear down using the command line This step will instruct you on how to remove Cloud Canvas functionality from your Lumberyard project and remove all AWS resources related to it. A number of safeguards are in place to ensure a team member does not accidentally do this, and administrators should be the only ones to perform this. All AWS resources managed by Cloud Canvas will be removed. Players of your game will not be able to access any Cloud Canvas features! To remove Cloud Canvas functionality and release all AWS resources using the command line 1. Open a command prompt and change to your root Lumberyard directory.

28 2. Delete any deployment stacks. Replace the parameter for deployment with any deployment stack names you have created. Any errors will be reported back, but be aware this step is not reversible. <base Lumberyard directory>\lmbr_aws delete-deployment --deployment dev --root-directory <base Lumberyard directory> --aws-directory <base Lumberyard directory>\dev\<project Name>\AWS 3. Delete the project stack resources by typing the following: Any errors will be reported back, but be aware this step is not reversible. <base Lumberyard directory>\lmbr_aws delete-project-stack --root-directory <base Lumberyard directory> --aws-directory <base Lumberyard directory>\dev\<project Name>\AWS

29 Congratulations! You have now removed all of the AWS resources related to your Cloud Canvas project. 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: Uploading your server build

Tutorial: Uploading your server build 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),

More information

SelectSurvey.NET AWS (Amazon Web Service) Integration

SelectSurvey.NET AWS (Amazon Web Service) Integration SelectSurvey.NET AWS (Amazon Web Service) Integration Written for V4.146.000 10/2015 Page 1 of 24 SelectSurvey.NET AWS Integration This document is a guide to deploy SelectSurvey.NET into AWS Amazon Web

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

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: 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

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

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

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: 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

Amazon AppStream 2.0: Getting Started Guide

Amazon AppStream 2.0: Getting Started Guide 2018 Amazon AppStream 2.0: Getting Started Guide Build an Amazon AppStream 2.0 environment to stream desktop applications to your users April 2018 https://aws.amazon.com/appstream2/ 1 Welcome This guide

More information

Netflix OSS Spinnaker on the AWS Cloud

Netflix OSS Spinnaker on the AWS Cloud Netflix OSS Spinnaker on the AWS Cloud Quick Start Reference Deployment August 2016 Huy Huynh and Tony Vattathil Solutions Architects, Amazon Web Services Contents Overview... 2 Architecture... 3 Prerequisites...

More information

Tutorial 1. Account Registration

Tutorial 1. Account Registration Tutorial 1 /******************************************************** * Author : Kai Chen * Last Modified : 2015-09-23 * Email : ck015@ie.cuhk.edu.hk ********************************************************/

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

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

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

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

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

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

Amazon Web Services Hands On S3 January, 2012

Amazon Web Services Hands On S3 January, 2012 Amazon Web Services Hands On S3 January, 2012 Copyright 2011-2012, Amazon Web Services, All Rights Reserved Page 1-8 Table of Contents Overview... 3 Create S3 Bucket... 3 Upload Content and Set Permissions...

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

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

Immersion Day. Getting Started with Windows Server on Amazon EC2. June Rev

Immersion Day. Getting Started with Windows Server on Amazon EC2. June Rev Getting Started with Windows Server on Amazon EC2 June 2017 Rev 2015-09-19 Table of Contents Overview... 3 Launch a Web Server Instance... 4 Browse the Web Server... 12 Connecting To Your Windows Instance...

More information

AWS Toolkit for Eclipse User Guide

AWS Toolkit for Eclipse User Guide AWS Toolkit for Eclipse User Guide July 05, 2018 Contents AWS Toolkit for Eclipse User Guide 1 What is the AWS Toolkit for Eclipse? 2 Additional documentation and resources 2 Getting Started 4 Set up the

More information

AWS Elemental MediaStore. User Guide

AWS Elemental MediaStore. User Guide AWS Elemental MediaStore User Guide AWS Elemental MediaStore: User Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

CloudHealth. AWS and Azure On-Boarding

CloudHealth. AWS and Azure On-Boarding CloudHealth AWS and Azure On-Boarding Contents 1. Enabling AWS Accounts... 3 1.1 Setup Usage & Billing Reports... 3 1.2 Setting Up a Read-Only IAM Role... 3 1.3 CloudTrail Setup... 5 1.4 Cost and Usage

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

AWS Snowball: User Guide

AWS Snowball: User Guide AWS Snowball User Guide AWS Snowball: 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 with

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

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

Handel-CodePipeline Documentation

Handel-CodePipeline Documentation Handel-CodePipeline Documentation Release 0.0.6 David Woodruff Dec 11, 2017 Getting Started 1 Introduction 3 2 Installation 5 3 Tutorial 7 4 Using Handel-CodePipeline 11 5 Handel-CodePipeline File 13

More information

Welcome To Account Manager 2.0

Welcome To Account Manager 2.0 Account Manager 2.0 Manage Unlimited FileMaker Servers, Databases, Privileges, and Users Effortlessly! The ultimate tool for FileMaker Database Administrators. Welcome To Account Manager 2.0 What Is Account

More information

AWS Snowball: User Guide

AWS Snowball: User Guide AWS Snowball User Guide AWS Snowball: User Guide Table of Contents What Is a Snowball?... 1 Snowball Features... 1 Prerequisites for Using AWS Snowball... 1 Tools and Interfaces... 2 Related Services...

More information

CPM. Quick Start Guide V2.4.0

CPM. Quick Start Guide V2.4.0 CPM Quick Start Guide V2.4.0 1 Content 1 Introduction... 3 Launching the instance... 3 CloudFormation... 3 CPM Server Instance Connectivity... 3 2 CPM Server Instance Configuration... 4 CPM Server Configuration...

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

SIOS DataKeeper Cluster Edition on the AWS Cloud

SIOS DataKeeper Cluster Edition on the AWS Cloud SIOS DataKeeper Cluster Edition on the AWS Cloud Quick Start Reference Deployment April 2017 Last update: May 2017 (revisions) SIOS Technology Corp. AWS Quick Start Reference Team Contents Overview...

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

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT TUTORIAL: DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT This tutorial describes how to deploy a dockerized version of the 3scale API Gateway 1.0 (APIcast) that is packaged for easy installation and

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

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

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Amazon S3 Glacier. Developer Guide API Version

Amazon S3 Glacier. Developer Guide API Version Amazon S3 Glacier Developer Guide Amazon S3 Glacier: Developer Guide Table of Contents What Is Amazon S3 Glacier?... 1 Are You a First-Time Glacier User?... 1 Data Model... 2 Vault... 2 Archive... 3 Job...

More information

HashiCorp Vault on the AWS Cloud

HashiCorp Vault on the AWS Cloud HashiCorp Vault on the AWS Cloud Quick Start Reference Deployment November 2016 Last update: April 2017 (revisions) Cameron Stokes, HashiCorp, Inc. Tony Vattathil and Brandon Chavis, Amazon Web Services

More information

Monitoring AWS VPCs with Flow Logs

Monitoring AWS VPCs with Flow Logs Monitoring AWS VPCs with Flow Logs Introduction VPC Flow Logs capture and record data about the IP traffic going to, coming from, and moving across your VPC. These records are used to drive the Stealthwatch

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

Installing Oxwall completely in Amazon Cloud

Installing Oxwall completely in Amazon Cloud Contents Installing Oxwall completely in Amazon Cloud... 1 PART 1 Creating AWS Instance... 1 Section 1 Security Group... 1 Section 2 - A LAMP-friendly instance... 2 Section 3 - The Elastic IP... 5 PART

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

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

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

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

AWS Service Catalog. Administrator Guide

AWS Service Catalog. Administrator Guide AWS Service Catalog Administrator Guide AWS Service Catalog: Administrator Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress

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

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

AWS Tools for Microsoft Visual Studio Team Services: User Guide

AWS Tools for Microsoft Visual Studio Team Services: User Guide AWS Tools for Microsoft Visual Studio Team Services User Guide AWS Tools for Microsoft Visual Studio Team Services: User Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights

More information

How to get started with CaseWare Cloud

How to get started with CaseWare Cloud How to get started with CaseWare Cloud Introduction The aim of this guide is to assist the CaseWare Cloud Administrator to follow these simple steps on how to set up your firm s instance of CaseWare Cloud.

More information

AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service. Quick Start Version Latest

AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service. Quick Start Version Latest AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service Quick Start AWS Quick Start Guide: Back Up Your Files to Amazon Simple Storage Service: Quick Start Copyright 2018 Amazon Web

More information

Immersion Day. Getting Started with Windows Server on. Amazon EC2. Rev

Immersion Day. Getting Started with Windows Server on. Amazon EC2. Rev Getting Started with Windows Server on Amazon EC2 Rev 2015-01-15 Table of Contents Overview... 3 Launch a Web Server Instance... 4 Browse the Web Server... 12 Connecting To Your Windows Instance... 13

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

Configuring AWS for Zerto Virtual Replication

Configuring AWS for Zerto Virtual Replication Configuring AWS for Zerto Virtual Replication VERSION 1 MARCH 2018 Table of Contents 1. Prerequisites... 2 1.1. AWS Prerequisites... 2 1.2. Additional AWS Resources... 3 2. AWS Workflow... 3 3. Setting

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

Cloud Machine Manager Quick Start Guide. Blueberry Software Ltd

Cloud Machine Manager Quick Start Guide. Blueberry Software Ltd Blueberry Software Ltd Table of Contents 1. How to organise Amazon servers into groups for different roles or projects.......................... 1 1.1. Getting started.....................................................................

More information

ProfileUnity with FlexApp Technology

ProfileUnity with FlexApp Technology ProfileUnity with FlexApp Technology Using Cloud Storage with ProfileUnity Introduction This guide has been authored by experts at Liquidware in order to provide information and guidance concerning the

More information

JIRA Software and JIRA Service Desk Data Center on the AWS Cloud

JIRA Software and JIRA Service Desk Data Center on the AWS Cloud JIRA Software and JIRA Service Desk Data Center on the AWS Cloud Quick Start Reference Deployment Contents October 2016 (last update: November 2016) Chris Szmajda, Felix Haehnel Atlassian Shiva Narayanaswamy,

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

NetApp Cloud Volumes Service for AWS

NetApp Cloud Volumes Service for AWS NetApp Cloud Volumes Service for AWS AWS Account Setup Cloud Volumes Team, NetApp, Inc. March 29, 2019 Abstract This document provides instructions to set up the initial AWS environment for using the NetApp

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

HOW TO BUILD YOUR FIRST ROBOT

HOW TO BUILD YOUR FIRST ROBOT Kofax Kapow TM HOW TO BUILD YOUR FIRST ROBOT INSTRUCTION GUIDE Table of Contents How to Make the Most of This Tutorial Series... 1 Part 1: Installing and Licensing Kofax Kapow... 2 Install the Software...

More information

How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1)

How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1) How-to Guide for Exercise Access the Demo Appliance Landscape (Week 1, Unit 6, Part 1) Table of Contents Important note:... 1 Introduction to CAL... 2 Introduction to AWS... 2 Exercise overview... 2 Creating

More information

Amazon AppStream 2.0: ESRI ArcGIS Pro Deployment Guide

Amazon AppStream 2.0: ESRI ArcGIS Pro Deployment Guide 2018 Amazon AppStream 2.0: ESRI ArcGIS Pro Deployment Guide Build an Amazon AppStream 2.0 environment to stream ESRI ArcGIS Pro to your users September 2018 https://aws.amazon.com/appstream2/ 1 Welcome

More information

BLOOMBERG VAULT FOR FILES. Administrator s Guide

BLOOMBERG VAULT FOR FILES. Administrator s Guide BLOOMBERG VAULT FOR FILES Administrator s Guide INTRODUCTION 01 Introduction 02 Package Installation 02 Pre-Installation Requirement 02 Installation Steps 06 Initial (One-Time) Configuration 06 Bloomberg

More information

Beacon Office. User Manual. Radianta Inc. Version - 2.5(1)

Beacon Office. User Manual. Radianta Inc. Version - 2.5(1) Beacon Office User Manual Version - 2.5(1) Radianta Inc. September 2008 Radianta, Inc. Beacon Office Page 2 Table of Contents Introduction... 3 What is Beacon Office... 3 How to Use This Guide... 3 Conventions...

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

Live Data Connection to SAP Universes

Live Data Connection to SAP Universes Live Data Connection to SAP Universes You can create a Live Data Connection to SAP Universe using the SAP BusinessObjects Enterprise (BOE) Live Data Connector component deployed on your application server.

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

Remote Desktop Gateway on the AWS Cloud

Remote Desktop Gateway on the AWS Cloud Remote Desktop Gateway on the AWS Cloud Quick Start Reference Deployment Santiago Cardenas Solutions Architect, AWS Quick Start Team April 2014 Last update: June 2017 (revisions) This guide is also available

More information

Beacon Office. User Manual. Radianta Inc. V2.4.3

Beacon Office. User Manual. Radianta Inc. V2.4.3 Beacon Office User Manual V2.4.3 Radianta Inc. 3/2008 Radianta, Inc. Beacon Office Page 2 Table of Contents Introduction...3 What is Beacon Office...3 How to Use This Guide... 3 Beacon Office Overview...4

More information

Building a Modular and Scalable Virtual Network Architecture with Amazon VPC

Building a Modular and Scalable Virtual Network Architecture with Amazon VPC Building a Modular and Scalable Virtual Network Architecture with Amazon VPC Quick Start Reference Deployment Santiago Cardenas Solutions Architect, AWS Quick Start Reference Team August 2016 (revisions)

More information

AWS Elemental MediaLive. User Guide

AWS Elemental MediaLive. User Guide AWS Elemental MediaLive User Guide AWS Elemental MediaLive: User Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be

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

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

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

Technical Documentation. Configuring Google SSO with Amazon AppStream 2.0 and Amazon AppStream 2.0 Chrome Packaging and Deployment

Technical Documentation. Configuring Google SSO with Amazon AppStream 2.0 and Amazon AppStream 2.0 Chrome Packaging and Deployment Technical Configuring Google SSO with Amazon AppStream 2.0 and Amazon AppStream 2.0 Chrome Packaging and Deployment Version 2 - February 2018 Configuring Google SSO with Amazon AppStream 2.0 Requirements

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

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

RSA NetWitness Platform

RSA NetWitness Platform RSA NetWitness Platform AWS CloudTrail Last Modified: Tuesday, May 1, 2018 Event Source Product Information: Vendor: Amazon Web Services Event Source: AWS CloudTrail Versions: all RSA Product Information:

More information

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence.

IBM DB Getting started with Data Studio Hands-On Lab. Information Management Cloud Computing Center of Competence. IBM DB2 9.7 Getting started with Data Studio Hands-On Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents 1. INTRODUCTION...2 2. OBJECTIVES...2 3. SUGGESTED READING...3

More information

Network Rail Brand Hub USER GUIDE

Network Rail Brand Hub USER GUIDE Network Rail Brand Hub USER GUIDE The Brand Hub Using keywords, visual thumbnails and a more upto-date online interface, the new Brand Hub will make searching, browsing and downloading images, templates

More information

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

9.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 9.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Quick Start...6

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Amazon WorkSpaces Application Manager. Administration Guide

Amazon WorkSpaces Application Manager. Administration Guide Amazon WorkSpaces Application Manager Administration Guide Manager: Administration Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

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

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

Embedded101 Blog User Guide

Embedded101 Blog User Guide Serving the Windows Embedded Community Embedded101 Blog User Guide Using Windows Live Write 2011 To Upload Blog Entry Samuel Phung Windows Embedded MVP http://www.embedded101.com Screen captured with Snagit

More information

Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud Amazon Elastic Compute Cloud Getting Started Guide AWS Management Console Table of Contents What s New...1 Introduction...2 Setting Up...3 Setting up an AWS Account...3 Signing up for Amazon EC2...3 Signing

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

Cloudera s Enterprise Data Hub on the AWS Cloud

Cloudera s Enterprise Data Hub on the AWS Cloud Cloudera s Enterprise Data Hub on the AWS Cloud Quick Start Reference Deployment Shivansh Singh and Tony Vattathil Amazon Web Services October 2014 Last update: April 2017 (revisions) This guide is also

More information

Testing in AWS. Let s go back to the lambda function(sample-hello) you made before. - AWS Lambda - Select Simple-Hello

Testing in AWS. Let s go back to the lambda function(sample-hello) you made before. - AWS Lambda - Select Simple-Hello Testing in AWS Let s go back to the lambda function(sample-hello) you made before. - AWS Lambda - Select Simple-Hello Testing in AWS Simulate events and have the function react to them. Click the down

More information