Vadym Fedorov
Vadym Fedorov

Reputation: 2415

Beanstalk Log rotation to S3 and lifecycle configuration on s3

When Elastic Beanstalk creates S3 bucket "elasticbeanstalk-region-account_id"? As soon as the environment with enabled S3 log rotation is created or on its first log rotation?

Upvotes: 1

Views: 417

Answers (1)

yegor256
yegor256

Reputation: 105193

EBT creates S3 bucket when environment is created. This bucket is used not only for logs, that's why. To my experience, logs are saved there on the first occurrence of log rotation. However, I didn't find this in documentation.. But it's only logical to me.

Upvotes: 1

Related Questions