stelligent / mu

A full-stack DevOps on AWS framework
https://getmu.io
MIT License
974 stars 135 forks source link

expose LoadBalancerAttributes on Environment #388

Closed srp closed 6 years ago

srp commented 6 years ago

As an example, ALB access logs can now be enabled by setting:

  environments:
    - name: production
      loadbalancer:
        attributes:
          access_logs.s3.enabled: true
          access_logs.s3.prefix: ${Namespace}/access-logs
          access_logs.s3.bucket: myorg-logs-${EnvironmentName}

Resolves: #387


This change is Reviewable

srp commented 6 years ago

Closing, hope to instead teach mu to enable logging by default