Enter tracking number reference of Amazon

ex.

Grant Amazon S3 Log Delivery Group : Useful Links

docs.aws.amazon.com

Grant the Amazon S3 Log Delivery group write permission on the bucket where you want the access logs saved. We refer to this bucket as the target bucket.

aws.amazon.com

Resolution · Open the Amazon S3 console. · From the list of buckets, choose the target bucket that server access logs are supposed to be sent to.

docs.aws.amazon.com

To enable logging, follow these steps. Topics. Step 1: Enable server access logging; Step 2: Grant the log delivery group WRITE and READ_ACP permissions ...

serverfault.com

"If you use the Amazon S3 console to enable logging on a bucket, the

github.com

To do so, you both enable logging on the bucket and grant the Log Delivery group permission to write logs to the target bucket. Topics. Enabling logging; Granting ...

stackoverflow.com

Here's how to achieve this via terraform using a null resource and the AWS CLI.

registry.terraform.io

"my-tf-log-bucket" acl = "log-delivery-write" } resource "aws_s3_bucket" "b" { bucket = "my-tf-test-bucket" acl

stackoverflow.com

According to the documentation for S3 logging, you must grant the Log Delivery group WRITE and READ_ACP permissions on the target ...

discuss.hashicorp.com

Amazon has pretty good instructions for granting access to the Log Delivery Group, but of course that doesn't really help when using Terraform.


Related searches