boom AWS-agentless-MPI Documentation Version 2.0

Size: px
Start display at page:

Download "boom AWS-agentless-MPI Documentation Version 2.0"

Transcription

1 Documentation Version 2.0

2 Legal Notice The information contained in this document is subject to change without notice. Warranty Worldline Germany GmbH makes no warranty of any kind with regard to this document, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Worldline Germany GmbH shall not be held liable for errors contained herein or direct, indirect, special, incidental or consequential damages in connection with the furnishing, performance, or use of this material whether based on warranty, contract, or other legal theory. Copyright Notices Copyright 2018 Worldline Germany GmbH. This document contains proprietary information and is protected by copyright. All rights are reserved. No part of this document may be copied, reproduced, translated to another language, transferred to electronic media, or transferred into machine readable format without the prior written consent of Worldline Germany GmbH. Trademark Notices Java is a U.S. trademark of Sun Microsystems, Inc. Linux is a U.S. registered trademark of Linus Torvalds. Microsoft, Windows, Windows 2000, Windows Server 2003, Windows Server 2008 Windows Vista and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the Unites states and/or other countries. UNIX is a registered trademark of the Open Group. Sun and Solaris are trademarks of Sun Microsystems, Inc. Written and developed by Worldline Germany GmbH. Contact Worldline Germany GmbH Wegener Str. 5/ Sindelfingen Germany support@bes-worldline.com Phone: Worldline Germany GmbH Page 2

3 Table of Contents 1. Overview AWS EC2 Instance, S3 and Lambda AWS CloudWatch Logs (additional/autarkic feature) 8 2. Requirements Java Secure Socket Layer Phyton (optional needed for AWS-CLI only) AW-CLI (optional needed for accessing AWS CloudWatch Logs only) AWS Account Passing S3 Request Metrics (optional) AWS User Login AWS-agentless-MPI Installation AWS-agentless-MPI Package AWS EC2 Instance, S3, Lambda AWSLOGS-agentless-MPI Package (additional/autarkic) AWS CloudWatch Logs AWS-agentless-MPI Configuration boom agent Linux system for AWS EC2 Instance, S3, Lambda Add Session Enable Monitoring boom agent Linux system for AWS CloudWatch Logs (additional/autarkic) Add Session Enable Logstream Scanning Configuration Steps Summary Monitoring AWS EC2 Instance, S3 and Lambda Scanning AWS CloudWatch Logs (additional/autarkic) AWS-agentless-MPI Actions Monitoring AWS EC2 Instance, S3 and Lambda Scanning AWS CloudWatch Logs (additional/autarkic) AWS-EC2 agentless Policies (Local_Remote) AWS-EC2 Instance State (Monitor Policy) Worldline Germany GmbH Page 3

4 8.2 AWS-EC2 EBS Volume State (Monitor Policy) Quantity of all AWS-EC2 Instances per AccountID (Logfile Policy) AWS-EC2 Instance specific Quantity (Logfile Policy) AWS-EC2 Instance Metric CPUUtilization (Monitor Policy) AWS-EC2 Instance Metric DiskReadBytes (Monitor Policy) AWS-EC2 Instance Metric DiskWriteBytes (Monitor Policy) AWS-EC2 Instance Metric NetworkIn (Monitor Policy) AWS-EC2 Instance Metric NetworkOut (Monitor Policy) AWS-Lambda agentless Policies (Local_Remote) AWS-Lambda Function Errors (Monitor Policy) AWS-S3 agentless Policies (Local_Remote) AWS-S3 Bucket 4xxErrors (Monitor Policy) AWS-S3 Bucket 5xxErrors (Monitor Policy) AWS-Logs agentless Policies (additional/autarkic) AWS-Logs Get LogStream (Logfile Policy) AWS-agentless-MPI De-Installation AWS EC2 Instancw, S3, Lambda AWS CloudWatch Logs Appendix URLs Amazon EC2 CloudWatch Built-in Metrics for Instances Amazon CloudWatch Custom Metrics Publish Custom Metric for EC2 Linux Instance Publish Custom Metric for EC2 Windows Instance Amazon Lambda CloudWatch Built-in Metrics for Functions Amazon S3 CloudWatch Metrics S3 CloudWatch Daily Storage Metrics for Buckets S3 CloudWatch Request Metrics for Buckets Monitoring Script Session-Environment-Files Monitoring Script Instance-/IP-/Volume-Description-Files Monitoring Script Constants Setting Monitoring Script Log-Files AWSLOGS Script Session-Environment-Files AWSLOGS Script Constants Setting AWSLOGS Script Log-File Worldline Germany GmbH Page 4

5 13.13 AWSLOGS Out-Files Worldline Germany GmbH Page 5

6 1. Overview Amazon provides amongst others Cloud Computer,Lambda, S3 acting in a public cloud environment which can be managed by Amazon Web Services (AWS). Such a Cloud Computer corresponds to an Amazon EC2 (Elastic Compute Cloud) Instance which can be equipped with different Operating Systems (i.e. Linux, Windows). AWS Lambda is a compute service that lets run customizable code (Lambda Function) without provisioning or managing servers. Amazon S3 (Simple Storage Service) is storage for the Internet. S3 Buckets are the fundamental container in Amazon S3 for data storage. Amazon provides cloud environment separated in 9 regions worldwide. An AWS user is referenced by an AWS Account-ID and can handle its instances, Lambda Functions, S3 Buckets within 1 region. What is Amazon CloudWatch Logs? Amazon CloudWatch Logs can be used by an AWS user to monitor, store, and access log files from Amazon Elastic Compute Cloud (Amazon EC2) instances, AWS CloudTrail, Route 53, and other sources (e.g. Lambda Function). The associated log data can be retrieved from Amazon CloudWatch Logs and hence the original log data can be viewed to see the source of the problem if needed. An AWS user is referenced by an AWS Account-ID and can handle its CloudWatch Logs (log stream) data within 1 region. 1.1 AWS EC2 Instance, S3 and Lambda Amazon s CloudWatch will monitor by default each EC2 instance, Lambda Function, S3 Bucket. The Basic Monitoring collects 10 metrics (built-in metrics) every 5 minutes and stores these data with retention of 63 days. Actual information about the instance state and the metric data (time-ordered set of data points) can be retrieved remotely either using the AWS Web Console or by command execution via different Command Line Interfaces. In the following the monitoring of an EC2 Instance, Lambda Function, S3 Bucket will be described using AWS CLI exclusively via endpoint access meaning that no boom agent is acting on the instance/aws locally which is an agent-less proceeding. The boom AWS-MPI provides scripts and policies. The scripts connect to AWS using Account-ID specific access credentials and calls for instance state and metric data of all the Account-ID related instances. The boom policies schedule these scripts and generate alarms in case of threshold over-/undershooting. How does it work: one Linux system with a running boom agent must have an installed AWS EC2-CLI (providing instance state data) and AWS CloudWatch-CLI (providing metric data) which are parts of AWSagentless-MPI an AWS Account-ID specific AWS Session configuration consuming AWS access key, AWS secret key and AWS region must be added an Account-ID related AWS connection test using the specified security credentials (via EC2-CLI and CloudWatch-CLI) must be completed successfully this enables by setting policy s global variable automatically retrieving state information and metric data about all Account-ID related EC2 Instances, Lambda Functions, S3 Buckets 2018 Worldline Germany GmbH Page 6

7 AWS-EC2 policy executes AWS EC2-Instance monitoring script periodically monitoring script queries CloudWatch for EC2 Instance description data per each available AWS session; EC2 Instance description data contain information about all available EC2 Instances per AWS AccountID/Session EC2 Instance state can have one of these possibilities: pending running shutting-down terminated stopping stopped any instance state transition will be alarmed any instance quantity change will be alarmed AWS-EC2 policy executes AWS EBS monitoring script periodically monitoring script queries CloudWatch for EBS Volume description data per each available AWS session; EBS Volume description data contain information about all available EBS Volumes per AWS AccountID/Session EBS (Elastic Block Storage) Volume (def. root-volume for EC2 Instance) state can have one of these possibilities: ok impaired insufficient-data AWS-EC2 policy executes AWS EC2-Metric monitoring script periodically monitoring script queries CloudWatch per each available EC2 instance name for EC2 Instance metric per each available AWS session (an active EC2 Instance state data collection is required for the alignment of instance related metric data with instance specific information like IP address) EC2 Instance metric can have one of these facilities: CPUUtilization NetworkIn NetworkOut DiskReadBytes DiskWriteBytes <custom-metric> AWS-Lambda policy executes AWS Lambda-Function monitoring script periodically scanning CloudWatch namespace AWS/Lambda for available Lambda function names monitoring script queries CloudWatch per each available Lambda function name for Lambda Function metric per each available AWS session Lambda Function metric can have one of these facilities: Invocations Errors Dead Letter Error Duration Throttles (these metrics are generated by CloudWatch only if Lambda Function has been executed) AWS-S3 policy executes AWS S3-Bucket monitoring script periodically scanning CloudWatch namespace AWS/S3 for available S3 bucket names monitoring script queries CloudWatch per each available S3 bucket name for S3 Bucket metric per each available AWS session S3 Bucket metric can have one of these facilities: BucketSizeBytes NumberOfObjects AllRequests GetRequests PutRequests DeleteRequests HeadRequests PostRequests ListRequests BytesDownloaded BytesUploaded 4xxErrors 5xxErrors FirstByteLatency TotalRequestLatency S3 storage metrics BucketSizeBytes, NumberOfObjects are available per default; the remaining request metrics have to be activated (see Requirements ) and are generated by CloudWatch only if S3 Bucket has been requested any over-/undershooting of the received metric values against the specified thresholds will be alarmed Note: AWS CloudWatch stores metric data with the Universal Time Coordinated (UTC/GMT) time stamp. Because of the CloudWatch s default sample interval of 5 minutes the monitoring scripts calculate an actual time frame (UTC) from now back to the elapsed 13 (~2,5 x 5) minutes. Within this time frame at least 1 metric value will be expected. Note: an AWS Session is described by an AccountID related environment file. Each monitoring script searches for these files (cfg/<account_id>_*.env) and repeats (per default) querying AWS as long as an environment file 2018 Worldline Germany GmbH Page 7

8 is found. When retrieving instance related data the given AccountID will be compared with the defined one and if these IDs are different the script processing will be skipped. This behavior can be ignored with the -f (force) option. Checking validity of AccountID can only be provided for EC2 Instance and not for S3/Lambda data. 1.2 AWS CloudWatch Logs (additional/autarkic feature) AWS user can retrieve the associated log data (e.g. provided by Lambda Function) from CloudWatch Logs using the Amazon CloudWatch console, the CloudWatch Logs commands in the AWS CLI, the CloudWatch Logs API or the CloudWatch Logs SDK. boom s AWS-agentless MPI is using the AWS CLI exclusively. Log data can be stored and accessed for as long as user needed using highly durable, low-cost storage so user don t have to worry about filling up hard drives. So for archiving Log Data user can use CloudWatch Logs to store log data in highly durable storage. An AWS user can change the log retention setting so that any log events older than this setting are automatically deleted. The CloudWatch Logs agent makes it easy to quickly send both rotated and non-rotated log data off of a host and into the log service. boom s AWS-agentless MPI is accessing the raw log data exclusively. In the following the scanning of CloudWatch Logs (log stream) data will be described using AWS CLI exclusively via endpoint access meaning that no boom agent is acting on the instance/aws locally which is an agent-less proceeding. The boom AWS-MPI provides scripts and policies. The scripts connect to AWS using Account-ID specific access credentials reads newly-discovered log data of all specified (Account-ID related) log streams and appends these retrieved raw log data to a dedicated output file locally on boom agent side. A boom Logfile Policy schedules the script providing the output log-file and analyzes it regarding abnormal entries. Note: Amazon CloudWatch Logs can be used independently or in combination with monitoring EC2 instance, Lambda Function and S3 Bucket. The used AWS CLI is different to the used one of monitoring EC2 instance, Lambda Function and S3 Bucket. Therefore boom agent uses a dedicated (and separated) working environment to sample CloudWatch Logs. How does it work: one Linux system with a running boom agent must have an installed AWS-CLI (providing an overall set of AWS commands) which is not part of AWS-agentless-MPI an AWS Account-ID specific AWS Session configuration consuming AWS access key, AWS secret key, AWS region, LogGroup and LogStream must be added ( LogGroup and LogStream are CloudWatch Logs specific classification items) if arguments LogGroup or LogStream are unknown Add Session command can be invoked without these parameters returning all found LogGroup/LogStream belonging to AWS Account-ID related user credentials if LogGroup belongs to a specific AWS Lambda Function the assignment to LogStream name is done automatically by using always the latest log stream internally because each processing of a Lambda Function provides a dedicated (and separated) log stream in contrast to a not Lambda- Function-LogGroup a successful return of Add Session enables automatically retrieving AWS log stream data by setting policy s global variable 2018 Worldline Germany GmbH Page 8

9 AWS-Logs policy executes get-aws-logstream-data script periodically this script reads specified LogStream for each available AWS Session in case of a Lambda Function ( LogGroup is set to name of Lambda Function) the complete content of latest available LogStream(s) since last script call will be retrieved and unchanged written (appended) to the LogStream related output file in the other case ( LogGroup is set to any name but not a Lambda Function) the newly-discovered content of the specified LogStream since last script call will be retrieved and unchanged written (appended) to the LogStream related output file the output file (1 file per LogStream) is located locally on boom agent side and comes with the properties maximum size and number of instances which are configurable all the records appended to the output file which are newly-discovered within 1 scan interval are marked with an unique time stamp at the beginning ( LogStream <logstream_name> <ddmmyyyy>-<hhmm> ) AWS-Logs policy analyzes every available output file concerning new entries and generates an indication for records not containing phrases like Loading function, START RequestId, END RequestId, REPORT RequestId (these are typical Lambda Function related entries) Note: an AWS Session is described by an AccountID related environment file. get-aws-logstream-data script searches for these files (cfg/<account-id>_awscli_<lambda-fct>.env_latest or cfg/<accountid>_awscli_<loggroup>.env_<logstream>) and repeats (per default) sampling AWS CloudWatch Logs as long as an environment file is found Worldline Germany GmbH Page 9

10 2. Requirements The following is required for the operating of AWS-agentless-MPI. 2.1 Java Java 7 Standard Edition: boom agent system must have an installed Java 7 (or higher) standard edition 2.2 Secure Socket Layer openssl: boom agent system must have an installed openssl edition 2.3 Phyton (optional needed for AWS-CLI only) python: boom agent system must have an installed python 2 (or higher) edition 2.4 AW-CLI (optional needed for accessing AWS CloudWatch Logs only) AWS-CLI (see boom agent system must have an installed AWS-CLI 1 (or higher) edition 2.5 AWS Account AWS Account Identification AWS User must be aware of his own AWS Account ID see yellow marked section between the most right colons (example for user pso ) 2018 Worldline Germany GmbH Page 10

11 AWS IAM Management Console AWS Security Credentials Access to AWS via command line is permitted by using security credentials. These Credentials can be generated for the AWS User which is owner of the instances. This is not recommended because typically the AWS User has administration power. Therefore a dedicated monitor-user with restricted access qualification (read-only) should be used: Create IAM-User (e.g. mon ) via Amazon IAM Console and assign IAM Policy AmazonEC2ReadOnlyAccess Download Credential-CSV-File for this user Credential-File contains: o Access key o Secret key 2018 Worldline Germany GmbH Page 11

12 AWS IAM Management Console AWS Region AWS User must be aware of the AWS region where the EC2 instance, Lambda Function, S3 Bucket is located possible region notations are: ap-south-1 eu-west-1 ap-northeast-2 ap-northeast-1 sa-east-1 ap-southeast-1 ap-southeast-2 eu-central-1 us-east-1 us-east-2 us-west-1 us-west Passing S3 Request Metrics (optional) There are two types of CloudWatch metrics for Amazon S3: storage metrics and request metrics. Storage metrics (BucketSizeBytes, NumberOfObjects - see appendix) are reported once per day and are provided to all customers at no additional costs. Request metrics (see appendix) are available at 1 minute intervals after some latency to process, and metrics are billed at the standard CloudWatch rate. To get request metrics, you must opt into them by configuring them in the console or with the Amazon S3 API. To configure request metrics on a bucket: 1. Sign in to the AWS Management Console and open the Amazon S3 console at console.aws.amazon.com/s3/ Opt In (new Amazon S3 Console) 2. In the Bucket name list, choose the name of the bucket that has the objects you want to get request metrics for Worldline Germany GmbH Page 12

13 3. Choose the Management tab at the top of the page. 4. Choose Metrics. 5. Choose Requests. 6. From the name of your bucket in the left-side pane, choose the edit icon. 7. Choose the Request metrics check box. 8. Choose Save. Note: About 15 minutes after CloudWatch begins tracking these request metrics, you can see graphs for the metrics in both the Amazon S3 or CloudWatch consoles Worldline Germany GmbH Page 13

14 3. AWS User Login In order to access the EC2 Instance, Lambda Function, S3 Bucket you will require a valid AWS user with the administration right managing the instances and IAM users. AWS EC2 Management Console (Region e.g. eu-central-1 ) AWS EC2 Lambda Console (Region e.g. eu-central-1 ) 2018 Worldline Germany GmbH Page 14

15 AWS EC2 S3 Console (Region e.g. eu-central-1 ) 2018 Worldline Germany GmbH Page 15

16 4. AWS-agentless-MPI Installation The AWS MPI consists of 2 parts. One is used for threshold monitoring of EC2 instances, S3 Buckets and Lambda functions. The other part ( AWSLOGS ) is used for fetching log data (stored by CloudWatch) and analyzing it by boom of log sources like Lambda functions or other resources. Extract the AWS-agentless-MPI boomaws-agtl-mpi_vx.xx.zip to a temporary directory and import all necessary components to the boom server using the Import MPI View of the boom GUI. 4.1 AWS-agentless-MPI Package Composition: 2018 Worldline Germany GmbH Page 16

17 4.1.1 AWS EC2 Instance, S3, Lambda Deploy boom package AWS and Policy Group AWS/Local_Remote to that boom agent Linux system which should handle AWS EC2 instance, S3, and Lambda function data connection. Deployment of the package automatically extracts AWS EC2-CLI and CloudWatch-CLI as executable Java software to boom agent s destination folder <boom-agent-home>/spi/aws/. Note: Local_Remote marks Policies which also can be used by a boom agent acting locally at AWS. Here we run a remote processing situation. 4.2 AWSLOGS-agentless-MPI Package (additional/autarkic) Composition: 2018 Worldline Germany GmbH Page 17

18 4.2.1 AWS CloudWatch Logs Deploy boom package AWSLOGS and Policy Group AWSLOGS to that boom agent Linux system which should handle AWS CloudWatch Logstream connection. Note: boom Package AWSLOGS contains Shell scripts accessing the AWS CloudWatch Logs by usage of the AWS-CLI. The AWS-CLI has to be installed manually by yourself on the boom agent system. Note: AWSLOGS Policies can also be used by a boom agent acting locally at AWS. Here we run a remote processing situation Worldline Germany GmbH Page 18

19 5. AWS-agentless-MPI Configuration 5.1 boom agent Linux system for AWS EC2 Instance, S3, Lambda Add Session Make sure, that the boom agent system is able to establish a connection to AWS. This can be done by adding an AWS Account-ID specific setting for a dedicated AWS Session configuration. To add an AWS Session configuration you have to open the Action View in the boom GUI and double-click on the Action agtl_add Session: adjust parameters select the appropriate boom agent click on execute Note: Parameter AWS_ACCESS_KEY=<access-key> and AWS_SECRET_KEY=<secret-key are defined in the Credential-CSV-File downloaded by Amazon IAM Console. All required information will be stored in 2 text files on the boom agent side. These Environment-Files are located in the boom agent directory: /<boom-agent-home>/spi/aws/cfg/<account-id>_aws_ec2cli.env /<boom-agent-home>/spi/aws/cfg/<account-id>_aws_cwcli.env PLEASE NOTE: AWS_ACCESS_KEY and AWS_SECRET_KEY will be encrypted! Note: Replaying this action with an identical AWS Account-ID will fail because the Environment-Files already exist. You have to delete them by calling action agtl_delete Session first Worldline Germany GmbH Page 19

20 5.1.2 Enable Monitoring The next step is to enable the monitoring. This can be done by testing successfully an AWS Account-ID specific AWS Session configuration. To test an AWS Session configuration you have to open the Action View in the boom GUI and double-click on the Action agtl_test Session: adjust parameter select the appropriate boom agent click on execute This action tries to connect to AWS first using EC2-CLI and afterwards CloudWatch-CLI with Account ID related security credentials. Only if both attempts have been successful the result for the complete test action will be set to success described by the result message passed: OK. In case of a failed result agtl_add Session has to be repeated with corrected values for the corresponding script arguments. You have to delete the session by calling agtl_delete Session first. 5.2 boom agent Linux system for AWS CloudWatch Logs (additional/autarkic) Add Session Make sure, that the boom agent system is able to establish a connection to AWS CloudWatch Logs. This can be done by adding an AWS Account-ID specific setting for a dedicated AWSLOGS Session configuration. To add an AWSLOGS Session configuration you have to open the Action View in the boom GUI and doubleclick on the Action agtl_awslogs_add Session: 2018 Worldline Germany GmbH Page 20

21 adjust parameters select the appropriate boom agent click on execute Note: Parameter AWS_ACCESS_KEY=<access-key> and AWS_SECRET_KEY=<secret-key are defined in the Credential-CSV-File downloaded by Amazon IAM Console. All required information will be stored in 1 text file on the boom agent side. These Environment-Files are located in the boom agent directory (in case of Lambda function): Or in case of other log-stream resource: /<boom-agent-home>/spi/awslogs/cfg/<accountid>_awscli_<lambda_function>.env_latest /<boom-agent-home>/spi/aws/cfg/<accountid>_awscli_<other_loggroup>.env_<other_logstream> PLEASE NOTE: AWS_ACCESS_KEY and AWS_SECRET_KEY will be encrypted! Note: Replaying this action with an identical AWS Account-ID will fail because the Environment-Files already exist. You have to delete them by calling action agtl_awslogs_delete Session first. Note: A successful Add Session execution starts the Logstream scanning automatically Enable Logstream Scanning In contrast to the AWS EC2 Instance, S3, Lambda monitoring AWS CloudWatch Logstream scanning is enabled automatically when agtl_awslogs_add Session was performed successfully because an AWSLOGS Add Session queries always the Account-ID related LogGroup which implies a working connection to AWS. So AWSLOGS Session is tested implicitly Worldline Germany GmbH Page 21

22 6. Configuration Steps Summary 6.1 Monitoring AWS EC2 Instance, S3 and Lambda The best and easiest configuration sequence is: 1. Deploy the AWS-agentless-MPI Assignment (contains AWS EC2-CLI, AWS CloudWatch-CLI). Make sure the boom agent is still running correctly. 2. Deploy the AWS-agentless-MPI Actions. 3. Run action agtl_add Session to provide the AWS AccountID related configuration parameters. 4. Run action agtl_test Session to test AWS-agentless-MPI is working at all. Here you can see if the boom agent is able to connect correctly to AccountID specific AWS-EC2 instance. A successful connect starts automatically the monitoring because of Policy s 2 Global Variables (1 per each working CLI-connection) will be enabled. If there are some problems here, please re-check you security credentials. Note: agtl_test Session has to be performed mandatory otherwise monitoring will not start. 6.2 Scanning AWS CloudWatch Logs (additional/autarkic) The best and easiest configuration sequence is: 1. Deploy the AWSLOGS-agentless-MPI Assignment (contains not AWS-CLI). Make sure the boom agent is still running correctly. 2. Deploy the AWSLOGS-agentless-MPI Actions. 3. Run action agtl_awslogs_add Session to provide the AWS AccountID related configuration parameters. If there are some problems here, please re-check you security credentials. Note: Scanning will be started (because of Policy s Global Variable) automatically as soon as any agtl_awslogs_add Session was performed successfully Worldline Germany GmbH Page 22

23 7. AWS-agentless-MPI Actions 7.1 Monitoring AWS EC2 Instance, S3 and Lambda Name Description Command Parameters Name agtl_add Session Sets AWS AccountID specific environment for AWS HTTP-Session (agentless) using EC2-CLI and CloudWatch-CLI. Region must be one of the following: ap-south-1 eu-west-1 ap-northeast-2 ap-northeast-1 sa-east-1 ap-southeast-1 ap-southeast-2 eu-central-1 us-east-1 us-east-2 us-west-1 us-west-2 aws/aws_add_session.sh AWS_ACCOUNT_ID=<account-id> REGION=<region> AWS_ACCESS_KEY=<key> AWS_SECRET_KEY=<secret-key> agtl_delete Session 2018 Worldline Germany GmbH Page 23

24 Description Command Parameters Name Description Command Parameters Name Description Command Parameters Name Description Deletes AWS AccountID specific environment for AWS HTTP-Session (agentless). In case of last environment Policy s 2 Global Variables will be removed meaning that monitoring will be stopped automatically. aws/aws_del_session.sh <account-id> agtl_test Session Tests connection to AWS HTTP-Session (agentless) via EC2-CLI and CloudWatch-CLI using AccountID specific security credentials given by the AccountID related environment file. A successful connect starts automatically the monitoring (Policy s 2 Global Variables will be set). /aws/aws_tst_session.sh <account-id> agtl_list Sessions Lists all active AWS Sessions. Shows number and AccountID per AWS Session. aws/aws_list_session.sh Get Instance State Checks status using AWS EC2-CLI of all available AWS EC2 instances per given AccountID or for all discovered AccountIDs (occurrence by all files./cnf/<account-id>_aws_ec2cli.env) and compares it with historical data. Shows actual state and state transition per instance. Possible state values: pending running shutting-down terminated stopping stopped Script started with no argument <account-id> consumes any available AWS AccountID related environment data specified by Add Session and queries AWS instance description data for each AccountID. In case of Add Session related AccountID does not match ID returned by instance description query, further AccountID specific processing regarding instance state/quantity will be skipped. Argument -f forces processing to continue in case of diversity for discovered AccountID with AccountID returned by internal instance description query. Argument <account-id> enables querying and processing instance description data only for given AccountID instead of multi-processing for all found AccountIDs. Command Optional Parameters Name Description aws/ec2/aws_mchk_inst.sh <account-id> <instance-id> -f Get Instance Metric Returns actual (Universal Time Coordinated UTC/GMT) metric data using AWS CloudWatch-CLI of one/all available AWS EC2 instances for all discovered 2018 Worldline Germany GmbH Page 24

25 AccountIDs (occurrence by all files./cfg/<account-id>_aws_cwcli.env) or per given Account and InstanceID. CloudWatch namespace for all built-in metrics (standard metric e.g. "CPUUtilization") is "AWS/EC2" (default). By default CloudWatch collects metrics per instance every 5 minutes (no detailed AWS monitoring). Script calculates an actual time frame (UTC) from now back to elapsed 12 minutes. Within this time frame at least 1 metric value will be expected by querying CloudWatch. Possible Metrics: CPUUtilization NetworkIn NetworkOut DiskReadBytes DiskWr itebytes - cm=<custom-metric> -cns=<custom-namespace> Requires an active execution of aws_mchk_instance.sh which provides InstanceID and IP to an Account-ID related Summary-File (./tmp/<accountid>_isum_all.hist).. Argument -f forces processing to continue in case of diversity for discovered AccountID with AccountID returned by internal instance description query. Arguments <account-id>, <instance> and <metric> enables querying and processing instance description data only for given AccountID specific instance instead of multi-processing for all found AccountIDs. Example for standard metric arguments: -f 1234 i-0dad7b7546ff403f4 CPUUtilization Example for custom metric arguments: -f 1234 i-0dad7b7546ff403f4 - cm=memory -cns=system/windows Command Parameters Optional Parameters Name Description aws/ec2/aws_mget_instance_metric.sh <standard-metric> -cm=<custom-metric> -cns=<cloudwatch-customnamespace> <account-id> <instance> -f Get Lambda Metric Returns actual (Universal Time Coordinated UTC/GMT) metric data using AWS CloudWatch-CLI of one/all available AWS Lambda Functions for all discovered AccountIDs (occurrence by all files./cfg/<account-id>_awscwcli.env) or per given AccountID and Functionname. CloudWatch namespace for all specified Lambda Functions is "AWS/Lambda" (default). CloudWatch generates metric data per Lambda Function on demand (as soon as Function has been executed). Script calculates an actual time frame (UTC) from now back to elapsed 12 minutes. Within this time frame at least 1 metric value will be expected by querying CloudWatch. Possible Metrics: Invocations Errors Dead Letter Error Duration Throttles Argument -f forces processing to continue in case of diversity for discovered AccountID with AccountID returned by internal CloudWatch namespace query. Arguments <account-id>, <function-name> and <metric> enables querying and processing metric data only for given AccountID specific Lambda Function instead of multi-processing for all found AccountIDs Worldline Germany GmbH Page 25

26 Command Parameters Optional Parameters Name Description aws/lambda/aws_mget_lambda_metric.sh Invocations Errors Dead Letter Error Duration Throttle <account-id> <function-name> -f Get S3 Metric Returns actual (Universal Time Coordinated UTC/GMT) metric data using AWS CloudWatch-CLI of one/all available AWS S3 Buckets for all discovered AccountIDs (occurrence by all files./cfg/<account-id>_awscwcli.env) or per given AccountID and Bucketname. CloudWatch namespace for all specified S3 Buckets is "AWS/S3" (default). CloudWatch generates metric data per S3 Bucket on demand (as soon as an request has been executed). Script calculates an actual time frame (UTC) from now back to elapsed 12 minutes. Within this time frame at least 1 metric value will be expected by querying CloudWatch. Possible Metrics: BucketSizeBytes NumberOfObjects AllRequests GetRequests PutRequests DeleteRequests HeadRequests PostRequests ListRequests BytesDownloaded BytesUploaded 4xxErrors 5xxErrors FirstByteLatency TotalRequestLatency Argument -f forces processing to continue in case of diversity for discovered AccountID with AccountID returned by internal CloudWatch namespace query. Arguments <account-id>, <bucket-name> and <metric> enables querying and processing metric data only for given AccountID specific S3 Bucket instead of multi-processing for all found AccountIDs. Command aws/s3/aws_mget_s3bucket_metric.sh Parameters BucketSizeBytes NumberOfObjects AllRequests GetRequests PutRequests DeleteRequests HeadRequests PostRequests ListRequests BytesDownloaded BytesUploaded 4xxErrors 5xxErrors FirstByteLatency TotalRequestLatency Optional Parameters <account-id> <function-name> -f Name Description Get Volume State Checks status using AWS EC2-CLI of one/all available AWS EBS volume(s). Shows actual state. Possible state values: ok impaired insufficient-data. Script started with no argument <account-id> consumes any available AWS AccountID related environment data specified by Add Session and queries AWS instance description data for each AccountID. In case of Add Session related AccountID does not match ID returned by instance description query, further AccountID specific processing regarding instance state/quantity will be skipped. Argument -f forces processing to continue in case of diversity for discovered AccountID with AccountID returned by internal instance description query. Argument <account-id> enables querying and processing instance description data only for given AccountID instead of multi-processing for all 2018 Worldline Germany GmbH Page 26

27 found AccountIDs. Command Optional Parameters aws/ec2/aws_mget_volstat.sh <account-id> <volume-id> -f 7.2 Scanning AWS CloudWatch Logs (additional/autarkic) Name Description Command Parameters Optional Parameters Name Description Command agtl_awslogs_add Session Sets AWS AccountID specific environment for AWS CloudWatch-Logs HTTP- Session (agentless) using AWS-CLI. Region must be one of the following: ap-south-1 eu-west-1 ap-northeast-2 ap-northeast-1 sa-east-1 ap-southeast-1 ap-southeast-2 eu-central-1 us-east-1 us-east-2 us-west-1 us-west-2 awslogs/awslogs_add_session.sh AWS_ACCOUNT_ID=<account-id> REGION=<region> AWS_ACCESS_KEY=<key> AWS_SECRET_KEY=<secret-key> LOG_GROUP=<log-group> LOG_STREAM=<log-stream> agtl_awslogs_delete Session Deletes AWS AccountID specific environment for AWS CloudWatch-Logs HTTP-Session (agentless). In case of last environment Policy s Global Variable will be removed meaning that logstream scanning will be stopped automatically. awslogs/awslogs_del_session.sh 2018 Worldline Germany GmbH Page 27

28 Parameters Optional Parameters Name Description Command Parameters Name Description Command Optional Parameters AWS_ACCOUNT_ID=<account-id> LOG_GROUP=<log-group> LOG_STREAM=<log-stream> agtl_awslogs_list Sessions Lists all active AWSLOGS Sessions. Shows number and AccountID per AWS CloudWatch-Logs Session. awslogs/awslogs_list_session.sh Get LogStream Data Picks up Logstream content within calculated time frame per AWS Account ID using AWS-CLI and put it to output file. If LogGroup is a Lambda Function Logstream is set internally to LATEST because each function processing provides a separate dedicated Logstream (marked LATEST). If no actual Logstream (ref. to act. scan-time) exists output file is not appended with Logstream content. Output file handling: Maximum file size ($OUTF_MAX_SIZ) and number of files ($OUTF_MAX_CNT) is configurable. Time frame calculation: end time = actual time (sec.); start time = end-time - <interval> (sec.) awslogs/awslogs_mget_logdata.sh <account-id> <logstream-name> INTERVAL=<interval_sec> (def. 300) 2018 Worldline Germany GmbH Page 28

29 8. AWS-EC2 agentless Policies (Local_Remote) When defining a Monitor Policy you have to make sure that: 1. Policy with Reset is set to YES 2. Monitor Type is set to OPM 3. Detect Duplicates is activated for all conditions. 8.1 AWS-EC2 Instance State (Monitor Policy) Possible states (pending, running, shutting-down, terminated, stopping, stopped) per AWS-EC2 instance will be evaluated Worldline Germany GmbH Page 29

30 8.2 AWS-EC2 EBS Volume State (Monitor Policy) Possible states (ok, impaired, insufficient-data) per AWS-EC2 EBS volume will be evaluated. EC2 Instance has a dedicated EBS (Elastic Block Store) Volume per default Worldline Germany GmbH Page 30

31 8.3 Quantity of all AWS-EC2 Instances per AccountID (Logfile Policy) The number of all AWS-EC2 instances per AWS AccountID will be evaluated (added/removed/unchanged). AWS Account-IDs will be discovered automatically Worldline Germany GmbH Page 31

32 8.4 AWS-EC2 Instance specific Quantity (Logfile Policy) Detects instance has been added or removed per AccountID and report instance related characterization (AWS Account-IDs will be discovered automatically) Worldline Germany GmbH Page 32

33 8.5 AWS-EC2 Instance Metric CPUUtilization (Monitor Policy) CPU-Utilization (percent) per AWS-EC2 instance will be evaluated Worldline Germany GmbH Page 33

34 8.6 AWS-EC2 Instance Metric DiskReadBytes (Monitor Policy) Data input capacity (Bytes per second) application reads from Disk per AWS-EC2 instance will be evaluated (should be higher than ~ 2MB/sec) Worldline Germany GmbH Page 34

35 8.7 AWS-EC2 Instance Metric DiskWriteBytes (Monitor Policy) Data output capacity (Bytes per second) application writes to Disk per AWS-EC2 instance will be evaluated (should be higher than ~ 2MB/sec) Worldline Germany GmbH Page 35

36 8.8 AWS-EC2 Instance Metric NetworkIn (Monitor Policy) Network input capacity (Bytes per second) including traffic from EBS-Volumes per AWS-EC2 instance will be evaluated (should be always higher than 10B/sec and lower than ~ 100MB/sec) Worldline Germany GmbH Page 36

37 8.9 AWS-EC2 Instance Metric NetworkOut (Monitor Policy) Network output capacity (Bytes per second) including traffic to EBS-Volumes per AWS-EC2 instance will be evaluated (should be always higher than 10B/sec and lower than ~ 100MB/sec) Worldline Germany GmbH Page 37

38 9. AWS-Lambda agentless Policies (Local_Remote) When defining a Monitor Policy you have to make sure that: 1. Policy with Reset is set to YES 2. Monitor Type is set to OPM 3. De-Duplicate KeyOnly is activated for all conditions (because script output contains a varying time stamp for message text duplicates ). 9.1 AWS-Lambda Function Errors (Monitor Policy) Errors (count) per AWS-Lambda Function will be evaluated. Name of Lambda Function will be searched automatically by script using "mon-list-metrics --namespace AWS/Lambda". Note: This metric (Errors) will be provided by AWS CloudWatch only (not periodically) if Lambda Function has been executed Worldline Germany GmbH Page 38

39 10. AWS-S3 agentless Policies (Local_Remote) When defining a Monitor Policy you have to make sure that: 1. Policy with Reset is set to YES 2. Monitor Type is set to OPM 3. De-Duplicate KeyOnly is activated for all conditions (because script output contains a varying time stamp for message text duplicates ) AWS-S3 Bucket 4xxErrors (Monitor Policy) 4xxErrors (number of HTTP 4xx client errors) per AWS-S3 Bucket will be evaluated. Requires enabled Request Metric property for S3 Bucket. This metric can only be queried if "Request Metric" feature has been enabled for S3 Bucket (e.g. via AWS S3 Management "new" Console). Metric will be provided by AWS CloudWatch only (not periodically) on occurrence Worldline Germany GmbH Page 39

40 10.2 AWS-S3 Bucket 5xxErrors (Monitor Policy) 5xxErrors (number of HTTP 5xx client errors) per AWS-S3 Bucket will be evaluated. Requires enabled Request Metric property for S3 Bucket. This metric can only be queried if "Request Metric" feature has been enabled for S3 Bucket (e.g. via AWS S3 Management "new" Console). Metric will be provided by AWS CloudWatch only (not periodically) on occurrence Worldline Germany GmbH Page 40

41 11. AWS-Logs agentless Policies (additional/autarkic) When defining a Logfile Policy you have to make sure that: 1. Type is set to Logfile Monitor 2. Detect Duplicates is activated for all conditions (because script output contains a varying time stamp for message text duplicates ). 3. Search Text matches everything except Loading function START RequestId END RequestId REPORT RequestId 11.1 AWS-Logs Get LogStream (Logfile Policy) Worldline Germany GmbH Page 41

42 12. AWS-agentless-MPI De-Installation 12.1 AWS EC2 Instancw, S3, Lambda Please process the following steps to correctly remove AWS-MPI: 1. Un-Deploy all deployed AWS-MPI related elements like: Assignments Packages single deployed Policies 2. Delete all AWS-MPI related elements from the boom GUI: Policies Assignments Packages Actions 3. Delete manually from the /<boom-agent-home>/spi/ the complete AWS directory: rm r aws/ 12.2 AWS CloudWatch Logs Please process the following steps to correctly remove AWS_Logs-MPI: 1. Un-Deploy all deployed AWSLOGS-MPI related elements like: Assignments Packages single deployed Policies 2. Delete all AWSLOGS-MPI related elements from the boom GUI: Policies Assignments Packages Actions 3. Delete manually from the /<boom-agent-home>/spi/ the complete AWSLOGS directory: rm r awslogs/ 2018 Worldline Germany GmbH Page 42

43 13. Appendix 13.1 URLs AWS Management Console: Services: - EC2 ( - Lambda ( - S3 ( o Opt In (new console for S3 management e.g. metric handling) - CloudWatch ( - IAM AWS Billing Management Console: AWS Documentation: AWS Forum: Amazon EC2 CloudWatch Built-in Metrics for Instances Amazon Elastic Compute Cloud (Amazon EC2) sends metrics to CloudWatch for your EC2 instances. Basic (five-minute) monitoring is enabled by default. You can enable detailed (one-minute) monitoring. The AWS/EC2 namespace includes the following metrics: Metric Description CPUCreditUsage (Only valid for T2 instances) The number of CPU credits consumed during the specified period. This metric identifies the amount of time during which physical CPUs were used for processing instructions by virtual CPUs allocated to the instance. Note +CPU Credit metrics are available at a 5 minute frequency. Units: Count 2018 Worldline Germany GmbH Page 43

44 Metric Description CPUCreditBalance (Only valid for T2 instances) The number of CPU credits that an instance has accumulated. This metric is used to determine how long an instance can burst beyond its baseline performance level at a given rate. Note CPU Credit metrics are available at a 5 minute frequency. Units: Count CPUUtilization The percentage of allocated EC2 compute units that are currently in use on the instance. This metric identifies the processing power required to run an application upon a selected instance. Note Depending on the instance type, tools in your operating system may show a lower percentage than CloudWatch when the instance is not allocated a full processor core. Units: Percent DiskReadOps Completed read operations from all instance store volumes available to the instance in a specified period of time. Note To calculate the average I/O operations per second (IOPS) for the period, divide the total operations in the period by the number of seconds in that period. Units: Count DiskWriteOps Completed write operations to all instance store volumes available to the instance in a specified period of time. Note To calculate the average I/O operations per second (IOPS) for the period, divide the total operations in the period by the number of seconds in that period. Units: Count 2018 Worldline Germany GmbH Page 44

45 Metric Description DiskReadBytes Bytes read from all instance store volumes available to the instance. This metric is used to determine the volume of the data the application reads from the hard disk of the instance. This can be used to determine the speed of the application. Units: Bytes DiskWriteBytes Bytes written to all instance store volumes available to the instance. This metric is used to determine the volume of the data the application writes onto the hard disk of the instance. This can be used to determine the speed of the application. Units: Bytes NetworkIn The number of bytes received on all network interfaces by the instance. This metric identifies the volume of incoming network traffic to an application on a single instance. Units: Bytes NetworkOut The number of bytes sent out on all network interfaces by the instance. This metric identifies the volume of outgoing network traffic to an application on a single instance. Units: Bytes NetworkPacketsIn The number of packets received on all network interfaces by the instance. This metric identifies the volume of incoming traffic in terms of the number of packets on a single instance. This metric is available for basic monitoring only. Units: Count Statistics: Minimum, Maximum, Average NetworkPacketsOut The number of packets sent out on all network interfaces by the instance. This metric identifies the volume of outgoing traffic in terms of the number of packets on a single instance. This metric is available for basic monitoring only Worldline Germany GmbH Page 45

46 Metric Description Units: Count Statistics: Minimum, Maximum, Average StatusCheckFailed A combination of StatusCheckFailed_Instance and StatusCheckFailed_System that reports if either of the status checks has failed. Values for this metric are either 0 (zero) or 1 (one.) A zero indicates that the status check passed. A one indicates a status check failure. Note Status check metrics are available at 1 minute frequency. For a newly-launched instance, status check metric data is only available after the instance has completed the initialization state. Status check metrics become available within a few minutes of the instance being in the running state. Units: Count StatusCheckFailed_Instance Reports whether the instance has passed the Amazon EC2 instance status check in the last minute. Values for this metric are either 0 (zero) or 1 (one.) A zero indicates that the status check passed. A one indicates a status check failure. Note Status check metrics are available at 1 minute frequency. For a newly-launched instance, status check metric data is only available after the instance has completed the initialization state. Status check metrics become available within a few minutes of the instance being in the running state. Units: Count StatusCheckFailed_System Reports whether the instance has passed the EC2 system status check in the last minute. Values for this metric are either 0 (zero) or 1 (one.) A zero indicates that the status check passed. A one indicates a status check failure. Note Status check metrics are available at a 1 minute frequency. For a newly-launched instance, status check metric data is only available after the instance has completed the initialization state. Status check metrics become available within a few minutes of the instance being in the running state Worldline Germany GmbH Page 46

47 Metric Description Units: Count AWS CloudWatch User Guide The following dimensions are used to filter Amazon EC2 metrics. Dimension AutoScalingGroupName Description This dimension filters the data you request for all instances in a specified capacity group. An Auto Scaling group is a collection of instances you define if you're using Auto Scaling. This dimension is available only for Amazon EC2 metrics when the instances are in such an Auto Scaling group. Available for instances with Detailed or Basic Monitoring enabled. ImageId This dimension filters the data you request for all instances running this Amazon EC2 Amazon Machine Image (AMI). Available for instances with Detailed Monitoring enabled. InstanceId This dimension filters the data you request for the identified instance only. This helps you pinpoint an exact instance from which to monitor data. InstanceType This dimension filters the data you request for all instances running with this specified instance type. This helps you categorize your data by the type of instance running. For example, you might compare data from an m1.small instance and an m1.large instance to determine which has the better business value for your application. Available for instances with Detailed Monitoring enabled. AWS CloudWatch User Guide 13.3 Amazon CloudWatch Custom Metrics Custom metrics are values which are not measured by CloudWatch by default. Values of custom metrics must be collected by yourself locally on the AWS EC2 instance and send to Amazon CloudWatch (API cloudwatch:putmetricdata ). Afterwards the receipt of custom metric from CloudWatch can be performed as for standard (built-in) metric with the exception of specifying a custom namespace. The CloudWatch namespace for standard metrics is preassigned to AWS/EC2 by default Worldline Germany GmbH Page 47

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

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

More information

ForeScout Amazon Web Services (AWS) Plugin

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

More information

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

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

More information

Network Security & Access Control in AWS

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

More information

CA Unified Infrastructure Management

CA Unified Infrastructure Management CA Unified Infrastructure Management Probe Guide for AWS Monitoring AWS v3.0 series Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change

More information

Pass4test Certification IT garanti, The Easy Way!

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

More information

Configuring and Monitoring Amazon EC2. eg Enterprise v5.6

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

More information

Amazon CloudWatch. Developer Guide API Version

Amazon CloudWatch. Developer Guide API Version Amazon CloudWatch Developer Guide Amazon CloudWatch: Developer Guide Copyright 2015 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. The following are trademarks of Amazon Web Services,

More information

Veritas Desktop and Laptop Option 9.2

Veritas Desktop and Laptop Option 9.2 1. Veritas Desktop and Laptop Option 9.2 Quick Reference Guide for DLO Installation and Configuration 24-Jan-2018 Veritas Desktop and Laptop Option: Quick Reference Guide for DLO Installation and Configuration.

More information

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

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

More information

Introduction to Cloud Computing

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

More information

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

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

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

More information

Nimsoft Monitor. websphere Guide. v1.5 series

Nimsoft Monitor. websphere Guide. v1.5 series Nimsoft Monitor websphere Guide v1.5 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services)

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services) SymantecTM Desktop and Laptop Option Symantec DLO s Storage in Cloud (Amazon Web Services) Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation

More information

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

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

More information

AWS Administration. Suggested Pre-requisites Basic IT Knowledge

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

More information

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services)

SymantecTM Desktop and Laptop Option. Symantec DLO s Storage in Cloud (Amazon Web Services) SymantecTM Desktop and Laptop Option Symantec DLO s Storage in Cloud (Amazon Web Services) Disclaimer The information contained in this publication is subject to change without notice. Symantec Corporation

More information

Veritas CloudPoint 1.0 Administrator's Guide

Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint 1.0 Administrator's Guide Veritas CloudPoint Administrator's Guide Last updated: 2017-09-13 Document version: 1.0 Rev 6 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights

More information

DataMan. version 6.5.4

DataMan. version 6.5.4 DataMan version 6.5.4 Contents DataMan User Guide 1 Introduction 1 DataMan 1 Technical Specifications 1 Hardware Requirements 1 Software Requirements 2 Ports 2 DataMan Installation 2 Component Installation

More information

Unified Management Portal

Unified Management Portal Unified Management Portal Unified Management Portal Release Notes 6.2.1 Document Revision History Document Version Date Changes 1.0 12/18/2012 Initial version for UMP 6.2. 1.1 2/4/2013 Updated version

More information

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

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

More information

MONITORING SERVERLESS ARCHITECTURES

MONITORING SERVERLESS ARCHITECTURES MONITORING SERVERLESS ARCHITECTURES CAN YOU HELP WITH SOME PRODUCTION PROBLEMS? Your Manager (CC) Rachel Gardner Rafal Gancarz Lead Consultant @ OpenCredo WHAT IS SERVERLESS? (CC) theaucitron Cloud-native

More information

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services)

Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option 9.1 Qualification Details with Cloud Service Providers (Microsoft Azure and Amazon Web Services) Veritas Desktop and Laptop Option: Qualification Details with Cloud Service

More information

Managing and Auditing Organizational Migration to the Cloud TELASA SECURITY

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

More information

2016. All rights reserved. ecconnect V.11 User Guide

2016. All rights reserved. ecconnect V.11 User Guide 2016. All rights reserved. ecconnect V.11 User Guide Copyright and trademarks ecconnect User Guide Copyright and trademarks The information in this document is subject to change without notice. This document

More information

IBM DB2 Query Patroller. Administration Guide. Version 7 SC

IBM DB2 Query Patroller. Administration Guide. Version 7 SC IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 Before using this information and the product it supports, be sure

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

Immersion Day. Getting Started with AWS Lambda. August Rev

Immersion Day. Getting Started with AWS Lambda. August Rev Getting Started with AWS Lambda August 2016 Rev 2016-08-19 Table of Contents Overview... 3 AWS Lambda... 3 Amazon S3... 3 Amazon CloudWatch... 3 Handling S3 Events using the AWS Lambda Console... 4 Create

More information

Nimsoft Monitor. controller Guide. v5.7 series

Nimsoft Monitor. controller Guide. v5.7 series Nimsoft Monitor controller Guide v5.7 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

EC2 Scheduler. AWS Implementation Guide. Lalit Grover. September Last updated: September 2017 (see revisions)

EC2 Scheduler. AWS Implementation Guide. Lalit Grover. September Last updated: September 2017 (see revisions) EC2 Scheduler AWS Implementation Guide Lalit Grover September 2016 Last updated: September 2017 (see revisions) Copyright (c) 2016 by Amazon.com, Inc. or its affiliates. EC2 Scheduler is licensed under

More information

Monitoring Serverless Architectures in AWS

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

More information

EView/400i Management for OVO Windows

EView/400i Management for OVO Windows EView/400i Management for OVO Windows Concepts Guide Version 6.0 EView Technology, Inc. January 2009 Copyright 2005 EView Technology, Inc. Legal Notices Warranty EView Technology makes no warranty of any

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

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

Elastic Load Balance. User Guide. Issue 14 Date

Elastic Load Balance. User Guide. Issue 14 Date Issue 14 Date 2018-02-28 Contents Contents 1 Overview... 1 1.1 Basic Concepts... 1 1.1.1 Elastic Load Balance... 1 1.1.2 Public Network Load Balancer...1 1.1.3 Private Network Load Balancer... 2 1.1.4

More information

NGF0502 AWS Student Slides

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

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

Automating Elasticity. March 2018

Automating Elasticity. March 2018 Automating Elasticity March 2018 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational purposes only. It represents AWS s current product

More information

Virtualization Manager

Virtualization Manager GETTING STARTED GUIDE Virtualization Manager Version 8.2 Last Updated: Tuesday, March 13, 2018 GETTING STARTED GUIDE: VIRTUALIZATION MANAGER 2018 SolarWinds Worldwide, LLC. All rights reserved. This document

More information

CA Nimsoft Monitor Snap

CA Nimsoft Monitor Snap CA Nimsoft Monitor Snap Configuration Guide for Network Connectivity Monitoring net_connect v2.9 series Legal Notices This online help system (the "System") is for your informational purposes only and

More information

Amazon Web Services EC2 Helix Server

Amazon Web Services EC2 Helix Server Amazon Web Services EC2 Helix Server 14.3.0 Tuesday, July 24, 2012 Copyright The information contained herein is the property of RealNetworks Table of contents 1. Operating Systems...3 2. Summary of Steps...3

More information

WHITE PAPER PURITY CLOUDSNAP SETUP AND BEST PRACTICES GUIDE

WHITE PAPER PURITY CLOUDSNAP SETUP AND BEST PRACTICES GUIDE WHITE PAPER PURITY CLOUDSNAP SETUP AND BEST PRACTICES GUIDE TABLE OF CONTENTS INTRODUCTION... 3 CLOUDSNAP BENEFITS... 4 CORE COMPONENTS... 5 FlashArray, Purity, and Run... 5 Network... 5 AWS... 5 CLOUDSNAP

More information

CloudLink Amazon Web Services Deployment Guide

CloudLink Amazon Web Services Deployment Guide June 2014 Notice THIS DOCUMENT CONTAINS CONFIDENTIAL AND TRADE SECRET INFORMATION OF AFORE SOLUTIONS INC AND ITS RECEIPT OR POSSESSION DOES NOT CONVEY ANY RIGHTS TO REPRODUCE OR DISCLOSE ITS CONTENTS,

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

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

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017

Log & Event Manager UPGRADE GUIDE. Version Last Updated: Thursday, May 25, 2017 UPGRADE GUIDE Log & Event Manager Version 6.3.1 Last Updated: Thursday, May 25, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/log_event_manager_(lem)/lem_documentation

More information

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0

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

More information

One Identity Management Console for Unix 2.5.1

One Identity Management Console for Unix 2.5.1 One Identity Management Console for Unix 2.5.1 October 2017 These release notes provide information about the One Identity Management Console for Unix release. NOTE: This version of the One Identity Management

More information

Artix Orchestration Installation Guide. Version 4.2, March 2007

Artix Orchestration Installation Guide. Version 4.2, March 2007 Artix Orchestration Installation Guide Version 4.2, March 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

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

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

More information

Nimsoft Monitor. xendesktop Release Notes. All series

Nimsoft Monitor. xendesktop Release Notes. All series Nimsoft Monitor xendesktop Release Notes All series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being

More information

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper

Setting up the DR Series System on Acronis Backup & Recovery v11.5. Technical White Paper Setting up the DR Series System on Acronis Backup & Recovery v11.5 Technical White Paper Quest Engineering November 2017 2017 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL

More information

BERLIN. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved

BERLIN. 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved BERLIN 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved Building Multi-Region Applications Jan Metzner, Solutions Architect Brian Wagner, Solutions Architect 2015, Amazon Web Services,

More information

EView/400i Management for HP BSM. Operations Manager i

EView/400i Management for HP BSM. Operations Manager i EView/400i Management for HP BSM Operations Manager i Concepts Guide Software Version: 7.00 July 2015 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this document,

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

Nimsoft Monitor. exchange_response Guide. v2.5 series

Nimsoft Monitor. exchange_response Guide. v2.5 series Nimsoft Monitor exchange_response Guide v2.5 series Legal Notices Copyright 2014, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being

More information

Nimsoft Monitor. sysstat Guide. v1.1 series

Nimsoft Monitor. sysstat Guide. v1.1 series Nimsoft Monitor sysstat Guide v1.1 series Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

EXPRESSCLUSTER X 3.3. HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition

EXPRESSCLUSTER X 3.3. HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition EXPRESSCLUSTER X 3.3 HA Cluster Configuration Guide for Amazon Web Services (Windows) 10/03/2016 2nd Edition Revision History Edition Revised Date Description 1 01/29/2016 New manual 2 10/03/2016 Corresponds

More information

HP Intelligent Management Center

HP Intelligent Management Center HP Intelligent Management Center Application Manager Administrator Guide Abstract This guide provides instructions for using IMC Application Manager. It includes information on prerequisites, service monitor

More information

Nimsoft Monitor Server

Nimsoft Monitor Server Nimsoft Monitor Server Configuration Guide v6.00 Document Revision History Version Date Changes 1.0 10/20/2011 Initial version of Nimsoft Server Configuration Guide, containing configuration and usage

More information

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014

Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Cloudera s Enterprise Data Hub on the Amazon Web Services Cloud: Quick Start Reference Deployment October 2014 Karthik Krishnan Page 1 of 20 Table of Contents Table of Contents... 2 Abstract... 3 What

More information

OnCommand Cloud Manager 3.2 Deploying and Managing ONTAP Cloud Systems

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

More information

OBSERVEIT CLOUDTHREAT GUIDE

OBSERVEIT CLOUDTHREAT GUIDE OBSERVEIT CLOUDTHREAT GUIDE Contents 1 About This Document... 2 1.1 Intended Audience... 2 1.2 Related ObserveIT Software and Documentation... 2 1.3 Support... 2 2 Product Overview... 3 3 Installing the

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

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances

AltaVault Cloud Integrated Storage Installation and Service Guide for Virtual Appliances AltaVault Cloud Integrated Storage 4.4.1 Installation and Service Guide for Virtual Appliances April 2018 215-130007_B0 doccomments@netapp.com Table of Contents 3 Contents System requirements and supported

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

Avaya Port Matrix: Avaya Communicator for Microsoft Lync 6.4. Avaya Proprietary Use pursuant to the terms of your signed agreement or Avaya policy.

Avaya Port Matrix: Avaya Communicator for Microsoft Lync 6.4. Avaya Proprietary Use pursuant to the terms of your signed agreement or Avaya policy. Matrix: for Microsoft Lync 6.4 Issue 1 July 28, 2015 Proprietary Use pursuant to the terms of your signed agreement or policy. July 2015 Matrix: for Microsoft Lync 1 ALL INFORMATION IS BELIEVED TO BE CORRECT

More information

Network Management Utility

Network Management Utility 4343-7705-02 Network Management Utility Foreword Welcome Network Management Utility is utility software that provides central control over printers, copiers, and other devices on a network. With Network

More information

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017

Netwrix Auditor. Virtual Appliance and Cloud Deployment Guide. Version: /25/2017 Netwrix Auditor Virtual Appliance and Cloud Deployment Guide Version: 9.5 10/25/2017 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Nimsoft Monitor. hpovsdgtw Guide. v1.2 series

Nimsoft Monitor. hpovsdgtw Guide. v1.2 series Nimsoft Monitor hpovsdgtw Guide v1.2 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Amazon Virtual Private Cloud. Getting Started Guide

Amazon Virtual Private Cloud. Getting Started Guide Amazon Virtual Private Cloud Getting Started Guide Amazon Virtual Private Cloud: Getting Started Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks

More information

How to Route Internet Traffic between A Mobile Application and IoT Device?

How to Route Internet Traffic between A Mobile Application and IoT Device? Whitepaper How to Route Internet Traffic between A Mobile Application and IoT Device? Website: www.mobodexter.com www.paasmer.co 1 Table of Contents 1. Introduction 3 2. Approach: 1 Uses AWS IoT Setup

More information

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

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

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Last updated: 2018-09-19 Legal Notice Copyright 2017

More information

HP Internet Usage Manager Software Release Notes

HP Internet Usage Manager Software Release Notes HP Internet Usage Manager Software Release Notes Version 7.0 Manufacturing Part Number: N/A E1010 U.S.A. Copyright 2010 Hewlett-Packard Company All rights reserved. Legal Notices The information in this

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

inode Fax Relay Agent Integrated with Windows Fax Services

inode Fax Relay Agent Integrated with Windows Fax Services inode Fax Relay Agent Integrated with Windows Fax Services Users Guide 2008 Dataways Communications inode Fax Relay Agent v1.2.2 October 2008 inode Fax Relay Agent 1.2.2, Published October 2008. Copyright

More information

SolarWinds Orion Integrated Virtual Infrastructure Monitor Supplement

SolarWinds Orion Integrated Virtual Infrastructure Monitor Supplement This PDF is no longer being maintained. Search the SolarWinds Success Center for more information. SolarWinds Orion Integrated Virtual Infrastructure Monitor Supplement INTEGRATED VIRTUAL INFRASTRUCTURE

More information

IPv6 Classification. PacketShaper 11.8

IPv6 Classification. PacketShaper 11.8 PacketShaper 11.8 Legal Notice Copyright 2017 Symantec Corp. All rights reserved. Symantec, the Symantec Logo, the Checkmark Logo, Blue Coat, and the Blue Coat logo are trademarks or registered trademarks

More information

Tetration Cluster Cloud Deployment Guide

Tetration Cluster Cloud Deployment Guide First Published: 2017-11-16 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

Oracle WebLogic Server 12c on AWS. December 2018

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

More information

EXPRESSCLUSTER X 4.0. HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, st Edition

EXPRESSCLUSTER X 4.0. HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, st Edition EXPRESSCLUSTER X 4.0 HA Cluster Configuration Guide for Amazon Web Services (Linux) April 17, 2018 1st Edition Revision History Edition Revised Date 1st Apr 17, 2018 New Guide Description Copyright NEC

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

Integration Service. Admin Console User Guide. On-Premises

Integration Service. Admin Console User Guide. On-Premises Kony MobileFabric TM Integration Service Admin Console User Guide On-Premises Release 7.3 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and

More information

Path Insight for UC Assessor v2

Path Insight for UC Assessor v2 Path Insight for UC Assessor v2 Complete network troubleshooting add-on solution for UC Assessor v2 Getting Started Guide December 2018 Copyright Copyright 2000-2018 Integrated Research Limited (ABN 76

More information

Stack Manager for Mediant CE

Stack Manager for Mediant CE User's Manual Stack Manager for Mediant CE Version 7.2 User's Manual Contents Table of Contents 1 Introduction... 7 2 Deployment... 9 2.1 Operational Environment... 9 2.2 Deployment Topology... 9 2.2.1

More information

Securing Serverless Architectures

Securing Serverless Architectures Securing Serverless Architectures Dave Walker, Specialist Solutions Architect, Security and Compliance Berlin 12/04/16 2016, Web Services, Inc. or its Affiliates. All rights reserved. With Thanks To: Agenda

More information

RSA NetWitness Logs. Oracle iplanet Web Server. Event Source Log Configuration Guide. Last Modified: Tuesday, May 09, 2017

RSA NetWitness Logs. Oracle iplanet Web Server. Event Source Log Configuration Guide. Last Modified: Tuesday, May 09, 2017 RSA NetWitness Logs Event Source Log Configuration Guide Oracle iplanet Web Server Last Modified: Tuesday, May 09, 2017 Event Source Product Information: Vendor: Oracle Event Source: iplanet Web Server

More information

AWS Reference Architecture - CloudGen Firewall Auto Scaling Cluster

AWS Reference Architecture - CloudGen Firewall Auto Scaling Cluster AWS Reference Architecture - CloudGen Firewall Auto Scaling Cluster Protecting highly dynamic AWS resources with a static firewall setup is neither efficient nor economical. A CloudGen Firewall Auto Scaling

More information

Setting Up Quest QoreStor with Veeam Backup & Replication. Technical White Paper

Setting Up Quest QoreStor with Veeam Backup & Replication. Technical White Paper Setting Up Quest QoreStor with Veeam Backup & Replication Technical White Paper Quest Engineering August 2018 2018 Quest Software Inc. ALL RIGHTS RESERVED. THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES

More information

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May

unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May unisys Unisys Stealth(cloud) for Amazon Web Services Deployment Guide Release 2.0 May 2016 8205 5658-002 NO WARRANTIES OF ANY NATURE ARE EXTENDED BY THIS DOCUMENT. Any product or related information described

More information

Symantec Ghost Solution Suite Web Console - Getting Started Guide

Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console- Getting Started Guide Documentation version: 3.3 RU1 Legal Notice Copyright 2019 Symantec Corporation.

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

#AWSSummit. Démarrer sur AWS. L élasticité et les outils de gestions

#AWSSummit. Démarrer sur AWS. L élasticité et les outils de gestions #AWSSummit Démarrer sur AWS L élasticité et les outils de gestions https://aws.amazon.com/getting-started Boris Sassou Technical Account Manager, Amazon Web Services 2018, Amazon Web Services, Inc. or

More information

NetFlow Traffic Analyzer

NetFlow Traffic Analyzer GETTING STARTED GUIDE NetFlow Traffic Analyzer Version 4.2.3 Last Updated: Wednesday, October 11, 2017 Retrieve the latest version from: https://support.solarwinds.com/success_center/netflow_traffic_analyzer_(nta)/nta_documentation

More information

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud

How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud How to Deploy the Barracuda NG Firewall in an Amazon Virtual Private Cloud The Barracuda NG Firewall can run as a virtual appliance in the Amazon cloud as a gateway device for Amazon EC2 instances in an

More information