Skip to main content
Authenticates a connection with Amazon Web Services endpoints, such as EC2, SQS, or other AWS APIs. When added to an HTTP connection, every request is automatically signed with your AWS credentials using AWS Signature Version 4 so Amazon accepts it. By default it reads the AWS service and region straight from the URL you are calling, so in most cases you only need to provide your keys.

Fields

Sample data

This feature signs outgoing requests rather than transforming data, so there is no before/after to show. A setup that reads the service and region from the URL looks like this:
FieldValue
Access keyyour-access-key
Secret keyyour-secret-key
Derive from URLtrue