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

Feature: Set up Container Insights with enhanced observability #264

Open
frang4 opened this issue Mar 6, 2025 · 0 comments
Open

Feature: Set up Container Insights with enhanced observability #264

frang4 opened this issue Mar 6, 2025 · 0 comments

Comments

@frang4
Copy link

frang4 commented Mar 6, 2025

Is your request related to a new offering from AWS?

Is this functionality available in the [AWS provider for Terraform]
Yes ✅. AWS provider version: 5.81.0

Is your request related to a problem? Please describe.

It is not possible to configure containerInsights within cluster_settings. I want to set it up to "enhaced" rather than the default value "enabled".

My terraform configuration
cluster_settings = [ { "name": "containerInsights", "value": "enhaced" } ]

Error when applying
│ Error: updating ECS Cluster (ARN): operation error ECS: UpdateCluster, https response error StatusCode: 400, RequestID: 1234, InvalidParameterException: Invalid setting 'value'

I was able to do this modification by using the aws cli. Link to the docs:

Describe the solution you'd like.

I would like for the module to allow to set up container insights with enhanced observability.

Describe alternatives you've considered.

Update AWS provider version to 5.81.0 or higher.

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