aws / apprunner-roadmap

This is the public roadmap for AWS App Runner.
https://aws.amazon.com/apprunner/
Other
292 stars 13 forks source link

CloudWatch Logs should use a persistent log group #203

Open rvanider opened 11 months ago

rvanider commented 11 months ago

Community Note

Tell us about your request App Runner presently creates unique log groups for each deployment event (the suffix to the service arn). This creates a few problems for us:

  1. log group clutter, especially when deployments are frequent
  2. lack of IaC control over data expiry
  3. Inability to configure subscriptions during provisioning as log group names are unknown until after a deployment

Describe alternatives you've considered The preferred solution is that a well known name is used per service (versus per deployment) such that subscriptions and configuration of the log groups is possible as part of IaC provisioning. Similar to what is presently done for both Lambda and ECS Fargate.

Additional context n/a

Attachments n/a