Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stack prefix to cloudwatch logstream log s3 path #40

Open
cliffano opened this issue Sep 30, 2019 · 0 comments
Open

Add stack prefix to cloudwatch logstream log s3 path #40

cliffano opened this issue Sep 30, 2019 · 0 comments

Comments

@cliffano
Copy link
Collaborator

Currently cloudwatch logstream log uses s3_bucket/s3_bucket_path/datestamp/file as s3 location.

Because the s3_bucket and s3_bucket_path values are configured at stack manager layer, that means the mapping of this config is one per stack manager, which translates to multiple AEM environments to be sharing the same stack manager configuration.

In order to avoid the possibility of conflicting s3 location across multiple aem environments, we should introduce stack prefix to the s3 location to become s3_bucket/s3_bucket_path/stack_prefix/datestamp/file .
Orchestrator as the trigger of the scheduling, should ideally inject the stack_prefix value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant