aws-observability / cdk-aws-observability-accelerator

CDK AWS Observability Accelerator
https://aws-observability.github.io/cdk-aws-observability-accelerator/
MIT No Attribution
144 stars 37 forks source link

AWS Native EKS on Fargate Monitoring #57

Closed elamaran11 closed 1 year ago

elamaran11 commented 1 year ago

Is your feature request related to a problem? Please describe. AWS Native Fargate Monitoring for EKS

Describe the solution you'd like AWS Native Fargate Monitoring for EKS

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Howlla commented 1 year ago

Adding a fargate profile to existing cluster is currently not supported as discussed here https://github.com/aws/aws-cdk/issues/13153

We can use cfnFargateProfile but that will be overwritten when aws-config is modified due to this open bug https://github.com/aws/aws-cdk/issues/19218

elamaran11 commented 1 year ago

This is completed. Closing this ticket.