org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
86 stars 21 forks source link

Enable ECS awsvpc trunking in account by default #82

Open eduardomourar opened 3 years ago

eduardomourar commented 3 years ago

We need a mechanism to enable ECS awsvpc trunking by default in a AWS account. Here is the CloudFormation coverage related issue: aws-cloudformation/aws-cloudformation-coverage-roadmap#271.

Daniel-ZA commented 1 year ago

+1 on this feature. The "AWS::ECS::Cluster ClusterSettings" resource type currently only supports enabling "containerInsights". Would love to also have ENI trunking option for this resource type.

You can see in the "PutAccountSetting" API that you can have the option "containerInsights" and "awsvpcTrunking".