adorable-gpu-98268
05/09/2022, 11:37 AMdualStackIPv6
I can set this using the aws cli, but I’ve a multi-account setup configured with pulumi and would need to set that for every account.containerInsights
of the settings listed at that page.const cluster = new aws.ecs.Cluster("cluster", {
settings: [{
name: "dualStackIPv6",
value: "enabled"
}]
})
fails with:
aws:ecs:Cluster (cluster):
error: aws:ecs/cluster:Cluster resource 'cluster' has a problem: expected setting.0.name to be one of [containerInsights], got dualStackIPv6. Examine values at 'Cluster.Settings'.
aws ecs put-account-setting-default --name dualStackIPv6 --value enabled --region my-region
dualStackIPv6