Skip to main content

AWS S3

Connect your S3 buckets to give RunLLM's SRE agent access to stored files. During investigations, the agent can browse bucket contents and retrieve files — including extracting contents from zip archives.

The agent can:

  • List files in an S3 bucket or path prefix
  • Download individual files by S3 URL
  • Download and filter multiple files by name pattern
ParameterDescription
AWS Access Key IDThe access key ID for an IAM user with read access to the relevant S3 buckets.
AWS Secret Access KeyThe secret access key associated with the access key ID above.
RegionThe AWS region of your S3 bucket. Select Auto-detect to let RunLLM determine the region automatically — recommended for single-region setups.

Optional parameters

ParameterDescription
Rules / InstructionsFree-form instructions that guide the agent on how to use this integration (e.g., "Only access the logs/ prefix in the production-artifacts bucket").