xxx-clusster ¥ --service xxx-service ¥ --force-new-deployment An error occurred (InvalidParameterException) when calling the UpdateService operation: Cannot force a new deployment on services with a CODE_DEPLOY deployment controller. Use AWS CodeDeploy to trigger a new deployment. ︕︕︖︖
desired_count = 2 - launch_type = "FARGATE" platform_version = "1.4.0" enable_execute_command = true + capacity_provider_strategy { + capacity_provider = "FARGATE" + base = 1 + weight = 0 + } + + capacity_provider_strategy { + capacity_provider = "FARGATE_SPOT" + base = 0 + weight = 1 + } + ・・・略 } No changes. Your infrastructure matches the configuration. Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed. terrafor plan •
= [ launch_type, capacity_provider_strategy ] } } • No changes. Your infrastructure matches the configuration. Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.