/
Access Key and Secret Authentication for AWS SQS

Access Key and Secret Authentication for AWS SQS

Devo and Amazon offer two authentication options for SQS. Devo and AWS recommend using cross-account credentials. The access key method is necessary if data is to be sent between AWS partitions. If you choose to use access keys instead, you need to:

  1. Open the Cloud Collector App catalog.

  2. Create the SQS collector instance.

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

"credentials": { "aws_access_key_id": "<KEY_ID>", "aws_secret_access_key": <SECRET>" },
image-20250109-220551.png
  1. Continue the steps to enable the collector.

 

Note that the access key ID typically includes capital letters and digits.

The secret access key also contains lower case letters and special characters.

 

Related content

Access Key and Secret Authentication for AWS SQS
Access Key and Secret Authentication for AWS SQS
More like this
Authorize SQS Data Access
Authorize SQS Data Access
More like this
AWS SQS collector
AWS SQS collector
More like this
AWS SQS collector
More like this
Authorize SQS Data Access
Authorize SQS Data Access
More like this
Parameters for Custom SQS Collectors
Parameters for Custom SQS Collectors
More like this