Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open the Cloud Collector App catalog.

  2. Locate or create Create the SQS collector instance.

    image-20250109-215157.pngImage Added
  1. Change the credentials JSON object to include only the access key lines.

Code Block
      "credentials": {
        "aws_access_key_id": "YOUR_KEY_ID",
        "aws_secret_access_key": "YOUR_SECRET"
      },

...

The access key ID typically includes capital letters and digits. The secret access key also contains lower case letters and special characters.