Dgsecure Ondemand-Agent Installation and Configuration

Total Page:16

File Type:pdf, Size:1020Kb

Dgsecure Ondemand-Agent Installation and Configuration DgSecure OnDemand-Agent Installation and Configuration DgSecure OnDemand – Installation and Configuration| Copyright © 2020 1 Table of Contents 1. Installation of DgSecure Agents ......................................................................................................... 3 1.1 Pre-requisites .................................................................................................................................. 3 1.2 Download Installer .......................................................................................................................... 3 1.3 Installation Steps ............................................................................................................................. 4 1.4 Add Agent to DgSecure ................................................................................................................... 5 2. Masking Grants ....................................................................................................................................... 8 2.1 Redshift ........................................................................................................................................... 8 2.2 Snowflake ........................................................................................................................................ 9 2.3 SQL Server ..................................................................................................................................... 10 2.4 Azure ............................................................................................................................................. 14 2.5 RDS ................................................................................................................................................ 15 2.5.1 MySQL ................................................................................................................................... 15 2.5.2 PostgreSQL ............................................................................................................................ 16 2.5.3 AWS ....................................................................................................................................... 17 2.5.4 Oracle .................................................................................................................................... 19 2.5.5 Aurora DB .............................................................................................................................. 24 2.5.6 Maria DB ................................................................................................................................ 24 DgSecure OnDemand – Installation and Configuration| Copyright © 2020 2 1. Installation of DgSecure Agents DgSecure OnDemand supports masking and detection on RDBMS databases, and file systems on S3. For detection of sensitive data on databases, a Detection agent must be installed, directed to the target source system. Similarly, for masking a Masker agent must be installed. Detection on S3 files system can be performed on S3 file systems can be performed using OnDemand, for this two agents S3LFA agent and Cloud agent have to be configured and installed to the target source system. The Cloud agent browses files hosted in the cloud and the S3LFA agent performs sensitive data detection on the browsed files. This document outlines how to install and configure these agents. 1.1 Pre-requisites 1. Provision an EC2 instance with the following specifications: Operating System: CentOS/RHEL 6.4 or 6.7 recommended, other Linux flavors are also supported Minimum RAM: 8 GB Minimum Hard Disc: 20 GB 2. The instance should be able to connect to the RDS or Redshift data repository which is to be scanned. 3. Java 1.7 or later is required on the EC2 instance provisioned above. 1.2 Download Installer 1. Click on the Help tab at the top panel. 2. Click on the link to the agent you want to install. DgSecure OnDemand – Installation and Configuration| Copyright © 2020 3 A zip file containing the agent installer will get downloaded. 1.3 Installation Steps On the provisioned EC2 machine, perform the following steps to install the agent: 1. Download the installer. 2. Unzip the file using the following command: For Detection agent: unzip DgSecureDiscoverIDP-<version>-linux-x64-installer.zip For Masking agent: unzip DgSecureMaskerIDP-<version>-linux-x64-installer.zip For S3LFA and Cloud agent: unzip DgSecureS3LFAIDP-<version>-linux-x64-installer.zip 3. To provide the required permissions, execute the following commands For Detection agent: chmod +x<download-directory>/DgSecureDiscoverIDP-<version>-linux-x64- installer.run sudo <download-directory>/DgSecureDiscoverIDP -<version>-linux-x64- installer.run For Masking agent: chmod +x <download-directory>/DgSecureMaskerIDP-<version>-linux-x64- installer.run sudo <download-directory>/DgSecureMaskerIDP -<version>-linux-x64- installer.run For S3LFA agent: chmod +x <directory>/DgSecureFilesIDP-<version>-linux-x64-installer.run For Cloud agent: chmod +x <directory>/DgSecureCloudIDP-<version>-linux-x64-installer.run 4. To install the required DgSecure agent, execute the following commands: For Detection agent: <directory>/DgSecureDiscoverIDP-<version>-linux-x64-installer.run For Masking agent: DgSecure OnDemand – Installation and Configuration| Copyright © 2020 4 <directory>/DgSecureMaskerIDP-<version>-linux-x64-installer.run For S3LFA agent: <directory>/DgSecureFilesIDP-<version>-linux-x64-installer.run For Cloud agent: <directory>/DgSecureCloudIDP-<version>-linux-x64-installer.run 5. Read the End User License Agreement (EULA) 6. To accept the license enter “y.” 7. Enter the path of the required installation directory. By default the installation will be done in the following directory: /opt/Dataguise 8. Skip to step 13 if you are installing a Detection or Masker agent. Select Default option to deploy Files IDP: This is the file system that you want to scan. 9. Select S3 File System: Files IDP compatible with S3 File System will be deployed for use by DgSecure. 10. Select Default value for FileSystem: The provisioned CDH5/EMR/HW cluster / Files IDP 11. Select Default value for Meta Name for S3 IDP: ‘dgsecure-test’ (case sensitive -- all lower case). 12. Select Default value for AWS Compute Region for S3 IDP: ‘us-east-1’ (case sensitive -- all lower case). 13. By default a random controller ID is generated. Replace this with ‘dataguise’ (case sensitive -- all lower case). 1.4 Add Agent to DgSecure Configure connectivity between the DgSecure server and the Agent instance. Following options are available: Install an AWS Classic Load Balancer (CLB) instance fronting the Agent, and use that IP address/hostname in the configuration. Expose the Agent IP address/hostname as a public address. Once the Agent IP address or Hostname is available, perform the following steps to configure DgSecure OnDemand: DgSecure OnDemand – Installation and Configuration| Copyright © 2020 5 1. Click on the Agents tab. 2. Click Add New Agent. 3. Provide the Agent details and save. DgSecure OnDemand – Installation and Configuration| Copyright © 2020 6 4. Once the Agent configuration is saved, the following listing will appear. The highlighted row is the configuration for the newly added Agent. 5. After adding the Agent, a source to the target database has to be added. Click on the “Sources” tab. 6. Click Add New Source. 7. Provide the target database details. Test and save the source system information. DgSecure OnDemand – Installation and Configuration| Copyright © 2020 7 2. Masking Grants DgSecure OnDemand creates a user to execute masking on the target database. The user requires certain permissions to successfully mask the data. To get these necessary permissions, the user needs to execute different grant scripts for different databases. This document outlines these grant scripts, their prerequisites and the permissions granted. DgSecure OnDemand supports the following databases: 1. Redshift 2. Snowflake 3. SQL Server 4. Azure 5. RDS MySQL PostgreSQL AWS Oracle Aurora DB Maria DB Masking grants for different database have been discussed in further sections. 2.1 Redshift i. Prerequisites To perform masking on Redshift database, the user needs to perform a set of functions. These functions are written in Python and available in a zipped file. User need to upload these to Redshift. The script reads the library and performs the masking function. Perform the following steps to upload the file containing masking functions and to create a library: 1. Download the AllFunctions.zip file from the following location: https://dg-saas.s3.amazonaws.com/MaskerPrerequisiteFiles/Scripts/redshift/AllFunctions.zip Upload the AllFunctions.zip file to the S3 storage or to a separate folder in the S3 storage. 2. To check if a library exists or not, execute the following query on the Redshift connection using psql or a similar Redshift client. Select 1 from pg_library where name = 'lib_AllFunctions'; If the above query returns result as 1, it signifies that there is an existing library. Execute the following command to drop the existing library. Drop library lib_AllFunctions; 3. Execute the following command to create a new library: CREATE LIBRARY lib_AllFunctions LANGUAGE plpythonu FROM 'https://<LOCATION OF THE ZIP FILE>/AllFunctions.zip CREDENTIALS 'aws_access_key_id=<User Name>;aws_secret_access_key=<Password>; NOTE: For more details on how to create a Redshift library, please visit: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_LIBRARY.html
Recommended publications
  • Simba Amazon Redshift ODBC Driver
    Simba Amazon Redshift ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.4.3 September 14, 2018 Installation and Configuration Guide Copyright © 2018 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Simba Technologies Inc. Trademarks Simba, the Simba logo, SimbaEngine, and Simba Technologies are registered trademarks of Simba Technologies Inc. in Canada, United States and/or other countries. All other trademarks and/or servicemarks are the property of their respective owners. Contact Us Simba Technologies Inc. 938 West 8th Avenue Vancouver, BC Canada V5Z 1E5 Tel: +1 (604) 633-0008 Fax: +1 (604) 633-0004 www.simba.com www.simba.com 2 Installation and Configuration Guide About This Guide Purpose The Simba Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Simba Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Simba Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver. Knowledge
    [Show full text]
  • Secure Data Commons
    Secure Data Commons Data Analyst User Guide www.its.dot.gov/index.htm U.S. Department of Transportation Notice This document is disseminated under the sponsorship of the Department of Transportation in the interest of information exchange. The United States Government assumes no liability for its contents or use thereof. The U.S. Government is not endorsing any manufacturers, products, or services cited herein and any trade name that may appear in the work has been included only because it is essential to the contents of the work. Revision History # Name Version Revision Date Revision Description 1 REAN Cloud 1.0 08/02/2018 Initial Draft 2 REAN Cloud 2.0 09/13/2018 Added the Export Functionality 3 REAN Cloud 3.0 10/29/2019 Added the Manage Workstations chapter and updated the Guide per feedback comments 4 SDC Team 4.0 02/06/2020 • Added description of data ingestion and curation to Chapter 1 • Added description and link to instructions for setting up and logging in with Login.gov in Chapter 2 • Added note and example command to the “Download User Data from S3 Bucket through Portal” section under Chapter 2 • Added FMI section and link to GitLab page with more sample queries to Chapter 4 Sample Queries for SDC Datasets • Added note about printing documents in Chapter 5 • Added Chapter 6 Setting Up SDC with GitLab Repositories • Added more commands to the “AWS S3 CLI Commands” section under Chapter 7 5 SDC Team 5.0 04/13/2020 • Added “Connecting to Waze Data in Redshift Using Python” section to Chapter 3 Accessing and Launching Workstations
    [Show full text]
  • Install Guide for Data Preparation for Amazon Redshift and S3
    Install Guide for Data Preparation for Amazon Redshift and S3 Version: 5.1 Doc Build Date: 02/04/2019 Copyright © Trifacta Inc. 2019 - All Rights Reserved. CONFIDENTIAL These materials (the “Documentation”) are the confidential and proprietary information of Trifacta Inc. and may not be reproduced, modified, or distributed without the prior written permission of Trifacta Inc. EXCEPT AS OTHERWISE PROVIDED IN AN EXPRESS WRITTEN AGREEMENT, TRIFACTA INC. PROVIDES THIS DOCUMENTATION AS-IS AND WITHOUT WARRANTY AND TRIFACTA INC. DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES TO THE EXTENT PERMITTED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE AND UNDER NO CIRCUMSTANCES WILL TRIFACTA INC. BE LIABLE FOR ANY AMOUNT GREATER THAN ONE HUNDRED DOLLARS ($100) BASED ON ANY USE OF THE DOCUMENTATION. For third-party license information, please select About Trifacta from the User menu. 1. Release Notes . 4 1.1 Release Notes 5.1 . 4 1.2 Release Notes 5.0 . 10 2. Install from AWS Marketplace . 17 3. Configure for AWS . 24 3.1 Configure for EC2 Role-Based Authentication . 29 4. Enable S3 Access . 30 4.1 Create Redshift Connections . 40 5. Upgrade for AWS Marketplace . 44 Page #3 Release Notes This section contains release notes for published versions of Trifacta® Wrangler Enterprise. Topics: Changes to System Behavior Changes to the Object Model Changes to the Language Changes to the APIs Changes to the Command Line Interface Changes to the Admin Settings Page Changes to the User-Defined Functions Improvements to the Type System Release Notes 5.1 Release Notes 5.0 Release Notes 4.2 Release Notes 4.1 Release Notes 4.0 Release Notes 3.2 Release Notes 5.1 Contents: What's New Changes to System Behavior Key Bug Fixes New Known Issues Welcome to Release 5.1 of Trifacta® Wrangler Enterprise! This release includes a significant expansion in database support and connectivity with more running environment versions, such as Azure Databricks.
    [Show full text]
  • Amazon Redshift ODBC Driver Installation and Configuration Guide
    Amazon Redshift ODBC Driver Installation and Configuration Guide Amazon Web Services Inc. Version 1.4.8 September 13, 2019 Amazon Redshift ODBC Driver Installation and Configuration Guide Copyright © 2019 Amazon Web Services Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Amazon Web Services Inc. Parts of this Program and Documentation include proprietary software and content that is copyrighted and licensed by Simba Technologies Incorporated. This proprietary software and content may include one or more feature, functionality or methodology within the ODBC, JDBC, ADO.NET, OLE DB, ODBO, XMLA, SQL and/or MDX component(s). For information about Simba's products and services, visit: www.simba.com. Contact Us For support, check the EMR Forum at https://forums.aws.amazon.com/forum.jspa?forumID=52 or open a support case using the AWS Support Center at https://aws.amazon.com/support. 2 Amazon Redshift ODBC Driver Installation and Configuration Guide About This Guide Purpose The Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver.
    [Show full text]
  • Using Microsoft Power BI Wtih the AWS Cloud
    Using Microsoft Power BI with the AWS Cloud January 2021 Notices Customers are responsible for making their own independent assessment of the information in this document. This document: (a) is for informational purposes only, (b) represents current AWS product offerings and practices, which are subject to change without notice, and (c) does not create any commitments or assurances from AWS and its affiliates, suppliers or licensors. AWS products or services are provided “as is” without warranties, representations, or conditions of any kind, whether express or implied. The responsibilities and liabilities of AWS to its customers are controlled by AWS agreements, and this document is not part of, nor does it modify, any agreement between AWS and its customers. © 2021 Amazon Web Services, Inc. or its affiliates. All rights reserved. Contents Introduction .......................................................................................................................... 1 The Microsoft Power BI Suite.............................................................................................. 2 Power BI Desktop............................................................................................................. 2 Power BI service .............................................................................................................. 2 Power BI Report Server ................................................................................................... 3 On-premises data gateway .............................................................................................
    [Show full text]
  • Install Guide for Data Preparation for Amazon Redshift and S3
    Install Guide for Data Preparation for Amazon Redshift and S3 Version: 6.4.2 Doc Build Date: 11/26/2019 Copyright © Trifacta Inc. 2019 - All Rights Reserved. CONFIDENTIAL These materials (the “Documentation”) are the confidential and proprietary information of Trifacta Inc. and may not be reproduced, modified, or distributed without the prior written permission of Trifacta Inc. EXCEPT AS OTHERWISE PROVIDED IN AN EXPRESS WRITTEN AGREEMENT, TRIFACTA INC. PROVIDES THIS DOCUMENTATION AS-IS AND WITHOUT WARRANTY AND TRIFACTA INC. DISCLAIMS ALL EXPRESS AND IMPLIED WARRANTIES TO THE EXTENT PERMITTED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT AND FITNESS FOR A PARTICULAR PURPOSE AND UNDER NO CIRCUMSTANCES WILL TRIFACTA INC. BE LIABLE FOR ANY AMOUNT GREATER THAN ONE HUNDRED DOLLARS ($100) BASED ON ANY USE OF THE DOCUMENTATION. For third-party license information, please select About Trifacta from the User menu. 1. Release Notes . 4 1.1 Changes to System Behavior . 4 1.1.1 Changes to the Language . 4 1.1.2 Changes to the APIs . 16 1.1.3 Changes to Configuration 21 1.1.4 Changes to the Command Line Interface . 23 1.1.5 Changes to the Object Model . 25 1.2 Release Notes 6.4 . 29 1.3 Release Notes 6.0 . 35 1.4 Release Notes 5.1 . 42 2. Install Overview 48 2.1 Install from AWS Marketplace . 49 3. Install Software 53 3.1 Install Dependencies without Internet Access . 53 3.2 Install for Docker 55 3.3 Install on CentOS and RHEL . 64 3.4 Install on Ubuntu . 67 3.5 License Key .
    [Show full text]
  • AWS Schema Conversion Tool User Guide Version 1.0 AWS Schema Conversion Tool User Guide
    AWS Schema Conversion Tool User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. AWS Schema Conversion Tool User Guide Table of Contents What Is the AWS SCT? ........................................................................................................................ 1 Schema conversion overview ....................................................................................................... 2 Giving feedback ......................................................................................................................... 2 Installing, verifying, and updating ........................................................................................................ 4 Installing AWS SCT ..................................................................................................................... 4 Installing previous versions .................................................................................................. 5 Verifying the AWS SCT file download .........................................................................................
    [Show full text]
  • Simba Amazon Redshift ODBC Driver Installation and Configuration Guide Explains How to Install and Configure the Simba Amazon Redshift ODBC Driver
    Simba Amazon Redshift ODBC Driver Installation and Configuration Guide Simba Technologies Inc. Version 1.3.7 Septmber 27, 2017 Installation and Configuration Guide Copyright © 2017 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Simba Technologies Inc. Trademarks Simba, the Simba logo, SimbaEngine, and Simba Technologies are registered trademarks of Simba Technologies Inc. in Canada, United States and/or other countries. All other trademarks and/or servicemarks are the property of their respective owners. Contact Us Simba Technologies Inc. 938 West 8th Avenue Vancouver, BC Canada V5Z 1E5 Tel: +1 (604) 633-0008 Fax: +1 (604) 633-0004 www.simba.com www.simba.com 2 Installation and Configuration Guide About This Guide Purpose The Simba Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Simba Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Simba Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver. Knowledge
    [Show full text]
  • ALMA Science Archive Manual
    Doc 8.15, ver. 1.1 | March, 2021 ALMA Science Archive Manual ALMA, an international astronomy facility, is a partnership of Europe, North America and East Asia in cooperation with the Republic of Chile. For further information or to comment on this document, please contact your regional Helpdesk through the ALMA User Portal at www.almascience.org . Helpdesk tickets will be redirected automatically to the nearest ALMA Regional Center at ESO, NAOJ or NRAO. Version Date Editors 4.1.0.x March 2016 Felix Stoehr, Eric Murphy, Mark Lacy, Stéphane Leon, Erik Muller, Kouchiro Nakanishi 5.1.0.x March 2017 Brenda Matthews, Felix Stoehr, Mark Lacy, Kouchiro Nakanishi, Stéphane Leon 6.1.0.x March 2018 Brenda Matthews, Felix Stoehr, John Hibbard, Kouchiro Nakan- ishi, Kuo-Song Wang, Stéphane Leon 7.1.0.x March 2019 Felix Stoehr, Brenda Matthews, Kuo-Song Wang, Adele Plunkett, Rie Miura 8.1.0.x March 2020 Felix Stoehr, Brenda Matthews, Kuo-Song Wang, Adele Plunkett, Patricio Sanhueza 8.2.0.x March 2021 Felix Stoehr, Adele Plunkett, Andy Lipnicky, Brenda Matthews, Kuo-Song Wang, Patricio Sanhueza In publications, please refer to this document as: F. Stoehr et al. 2020, ALMA Science Archive Manual, ALMA Doc. 8.15 v1.0 Contents 1 Introduction 1 1.1 Quickstart.................................................1 1.2 User support...............................................1 2 Science Portal 3 2.1 Archive Data and Documents......................................3 2.2 Project access delegation.........................................3 3 Science Archive 5 3.1 Content and policies...........................................5 3.2 Querying the ALMA Science Archive..................................5 3.3 Browsing the results...........................................7 3.4 Selecting the les for download.....................................9 3.5 Visualizing the data..........................................
    [Show full text]
  • Psycopg Documentation Release 2.7.6
    Psycopg Documentation Release 2.7.6 Federico Di Gregorio Jul 15, 2019 CONTENTS 1 Introduction 3 1.1 Prerequisites...............................................3 1.2 Binary install from PyPI.........................................4 1.3 Non-standard builds...........................................5 1.4 Running the test suite..........................................6 1.5 If you still have problems........................................6 2 Basic module usage 7 2.1 Passing parameters to SQL queries...................................8 2.2 Adaptation of Python values to SQL types............................... 10 2.3 Transactions control........................................... 14 2.4 Server side cursors............................................ 15 2.5 Thread and process safety........................................ 16 2.6 Using COPY TO and COPY FROM................................... 17 2.7 Access to PostgreSQL large objects................................... 17 2.8 Two-Phase Commit protocol support.................................. 17 3 The psycopg2 module content 19 3.1 Exceptions................................................ 20 3.2 Type Objects and Constructors...................................... 22 4 The connection class 25 5 The cursor class 35 6 More advanced topics 45 6.1 Connection and cursor factories..................................... 45 6.2 Adapting new Python types to SQL syntax............................... 45 6.3 Type casting of SQL types into Python objects............................. 46 6.4 Asynchronous notifications......................................
    [Show full text]
  • Amazon Redshift ODBC Driver Installation and Configuration Guide
    Amazon Redshift ODBC Driver Installation and Configuration Guide Amazon Web Services Inc. Version 1.4.20 November 13, 2020 Amazon Redshift ODBC Driver Installation and Configuration Guide Copyright © 2020 Amazon Web Services Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Amazon Web Services Inc. Parts of this Program and Documentation include proprietary software and content that is copyrighted and licensed by Simba Technologies Incorporated. This proprietary software and content may include one or more feature, functionality or methodology within the ODBC, JDBC, ADO.NET, OLE DB, ODBO, XMLA, SQL and/or MDX component(s). For information about Simba's products and services, visit: www.simba.com. Contact Us For support, check the EMR Forum at https://forums.aws.amazon.com/forum.jspa?forumID=52 or open a support case using the AWS Support Center at https://aws.amazon.com/support. 2 Amazon Redshift ODBC Driver Installation and Configuration Guide About This Guide Purpose The Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver.
    [Show full text]
  • Amazon Redshift ODBC Driver Installation and Configuration Guide
    Amazon Redshift ODBC Driver Installation and Configuration Guide Amazon Web Services Inc. Version 1.4.10 November 29, 2019 Amazon Redshift ODBC Driver Installation and Configuration Guide Copyright © 2019 Amazon Web Services Inc. All Rights Reserved. Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious unless otherwise noted. No part of this publication, or the software it describes, may be reproduced, transmitted, transcribed, stored in a retrieval system, decompiled, disassembled, reverse-engineered, or translated into any language in any form by any means for any purpose without the express written permission of Amazon Web Services Inc. Parts of this Program and Documentation include proprietary software and content that is copyrighted and licensed by Simba Technologies Incorporated. This proprietary software and content may include one or more feature, functionality or methodology within the ODBC, JDBC, ADO.NET, OLE DB, ODBO, XMLA, SQL and/or MDX component(s). For information about Simba's products and services, visit: www.simba.com. Contact Us For support, check the EMR Forum at https://forums.aws.amazon.com/forum.jspa?forumID=52 or open a support case using the AWS Support Center at https://aws.amazon.com/support. 2 Amazon Redshift ODBC Driver Installation and Configuration Guide About This Guide Purpose The Amazon Redshift ODBC Driver Installation and Configuration Guide explains how to install and configure the Amazon Redshift ODBC Driver. The guide also provides details related to features of the driver. Audience The guide is intended for end users of the Amazon Redshift ODBC Driver, as well as administrators and developers integrating the driver.
    [Show full text]