...
Rw ui steps macro | |||||||
---|---|---|---|---|---|---|---|
Navigate back to your S3 bucket with data in it.
Click the Properties tab of the bucket.
Click the Events box under Advanced settings.
Click Create event notification
Setup the event notifications similar to the following:
Click the Save button after configuring this.
CloudTrail trail logs should now be generating corresponding messages in the queue if all was properly configured. |
...
Rw ui steps macro | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Navigate to the IAM console.
Go to the Policies section.
Create a policy.
Choose the JSON method and enter in the following policy while replacing the items within {{}} (ARN’s for the S3 bucket -optionally including configured prefix- and the SQS queue setup are in the previous steps of this guide).
You can keep adding more resources if you have multiple SQS queues and S3 buckets that you would like Devo to pull and read from.
Give the policy a name with the naming convention that your account uses as necessary and an optional description.
Click Create and note down the policy name you've created for the access method needed for the Devo collector's proper functioning. |
...