Amazon Redshift Connector Best Practices

Amazon Redshift Connector Best Practices

SSL Configuration on Cloud

SSL Configuration on Cloud

On cloud, you must configure the Secure Agent to support an SSL connection to Amazon Redshift.
Perform the following step to configure the Secure Agent:
  1. Download the Amazon Redshift certificate from the following location:
  2. Run the following command to add the certificate file to the key store:
    ${JAVA_HOME}/bin/keytool - keystore {JAVA_HOME}/lib/security/cacerts -import -alias <string_value> -file<certificate_filepath>
  3. On the Data Integration, click
    Configure
    Runtime Environment
    .
  4. In the
    Actions
    tab, click
    Edit
    .
    The
    Edit Secure Agent
    page appears.
  5. In the
    System Configuration Details
    section, set the value of the
    Type
    to
    DTM
    .
  6. Click
    Edit Agent Configuration
    icon and add the following value for
    JVMOption1
    :
    Djavax.net.ssl.trustStore=<keystore_name>
  7. Click
    Edit Agent Configuration
    icon and add the following value for
    JVMOption2
    :
    Djavax.net.ssl.trustStorePassword=<password>
  8. Add the following parameter in the
    JDBC URL
    that you specify in the Amazon Redshift connection property:
    ssl=true
    For example,
    jdbc:redshift://mycluster.xyz789.us-west- 2.redshuft.amazonaws.com:5439/dev?ssl=true
  9. Click
    OK
    .

0 COMMENTS

We’d like to hear from you!