Use instance profiles for authentication - Data360_DQ+ - 12.0

Data360 DQ+ AWS Installation

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 DQ+
Version
12.0
ft:locale
en-US
Product name
Data360 DQ+
ft:title
Data360 DQ+ AWS Installation
Copyright
2024
First publish date
2016
ft:lastEdition
2024-12-12
ft:lastPublication
2024-12-12T10:33:57.869000
Note: Instance profile authentication is only supported when running a silent installation, and not when creating the infrastructure by running the interactive script.

By default, the silent installation process uses an AWS access key and secret key to create the infrastructure. If you want to use instance profiles for authentication instead of providing an access key and secret key, complete the following steps:

  1. Do not include the following two properties when you populate the variables file:

    awsAccessKey = " "

    awsSecretKey = " "

  2. Navigate to the provider.tf file and remove all lines that begin with either access_key or secret_key.
  3. Ensure that the instance profile that you have assigned to your management machine has the necessary permissions to create the required infrastructure.
  4. Follow the instructions in Creating the infrastructure in silent mode to complete the silent installation.