S3 input: Unable to list objects. Access Denied

I am using the s3 input plugin to use assume a role using an aws_access_key/secret key and read from a bucket using a date based key.

The Logstash role allows AssumeRole, and the bucket allows the role to ListBucket and GetObjects. For some reason, there is an Access Denied each time this runs.

Any ideas why or how I can debug it further?

Solution: Logstash did not have access to the S3 VPC endpoint.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.