Skip to content

v0.13.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 14 Jun 23:38
95b4d42
Add support to set S3 access logs bucket @adamantike (#40)

What

Allow setting access_log_bucket_name and access_log_bucket_prefix variables, which will be bypassed to the cloudposse/s3-log-storage/aws module as-is.

We need to bump the cloudposse/s3-log-storage/aws module to version 0.24.0, as that's where the access_log_bucket_prefix variable was introduced.

Why

  • Need to keep track of accesses to LB access logs.

References