...
Open the Cloud Collector App catalog.
Locate or create the SQS collector instance.
...
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.