Configuring S3 on-prem storage

Prev Next
To integrate File Protect with S3 on-prem, configure the user details in the Web UI:
  1. Log in to the File Protect appliance Web UI.

  2. Go to Settings > Storage.

  3. In the section, S3 On-Prem Configuration, enter the following details:

    • Hostname (TM node: /fireeye/fmps/config/s3_onprem/server_ip)

    • Port (TM node: /fireeye/fmps/config/s3_onprem/server_port)

    • Access Key ID (TM node: /fireeye/fmps/config/s3_onprem/access_id)

    • Secret Access Key (TM node: /fireeye/fmps/config/s3_onprem/secret)

      FX_S3OnPrem1.png
To integrate File Protect with S3 on-prem, configure the user details in the CLI
  1. Enable the CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Enter the access ID key:

    hostname (config) # fmps s3-onprem config access-id <AccessIDKey>
  3. Enter the secret key:

    hostname (config) # fmps s3-onprem config secret <SecretKey>

    Note

    The Access key and Secret access key are set in the S3 on-prem storage host. The storage administrator has the permission to set these keys in the host platform.

  4. Enter the name of host where the storage is maintained:

    hostname (config) # fmps s3-onprem config hostname <HostName>
  5. Enter the HTTPS port on which the S3 APIs are enabled on the S3 on-prem storage:

    hostname (config) # fmps s3-onprem config port <Port>
  6. Save your changes:

    hostname (config) # write memory
  7. Check the details you entered:

    hostname (config) # show fmps s3-onprem config