Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Future Consideration
Categories Kubernetes
Created by Pratheesh K
Created on Apr 21, 2026

Provide option to configure "Export Logs to AWS S3 Buckets" using Atlas Kubernetes Operator

What problem are you trying to solve?

Focus on the what and why of the need you have, not the how you'd like it solved.

"Export Logs to AWS S3 Buckets" feature cannot be configured or implemented using Atlas Kubernetes Operator. This manual activity, either using the Atlas UI or CLI, stands out in the Infrastructure as a code paradigm implemented using Atlas kubernetes operators.

What would you like to see happen?

Describe the desired outcome or enhancement.

CRD / API is available in Atlas Kubernetes Operator, using which the logs can be exported to AWS S3 buckets.

Why is this important to you or your team?

Explain how the request adds value or solves a business need.

We are deploying our resources using IaaC process. Since mongodb already provides AKO, including integration for pushing logs to S3 would be expected. Manual changes in an infrastructure deployed as code introduces issues with drift and resource stability.

What steps, if any, are you taking today to manage this problem?

Manually configuring the "Export Logs to AWS S3 Buckets" feature after a project is deployed using AKO.