We're in the process of moving to using the new environments manifest. We moved from CLI version 1.17.0 to 1.21.0. I generated the manifest for our dev environment per instructions from the blog post and then ran copilot env deploy --name dev.
However, there were a number of failures during the update that we're not sure how to move past:
- Creating the infrastructure for the insuredportal-dev environment. [update rollback failed] [102.3s]
Export insuredportal-dev-ServiceDiscoveryNamespaceID cannot be updated
as it is in use by insuredportal-dev-graphql, insuredportal-dev-ivr-s
erver and insuredportal-dev-spa (and 1 more)
The following resource(s) failed to update: [Cluster, DNSDelegationFun
ction, CertificateValidationFunction, EnvironmentManagerRole].
- An ECS cluster to group your services [update failed] [2.6s]
Resource handler returned message: "Error occurred during operation 'S
ettings can only be modified, not removed. Required Settings: [contain
erInsights]'." (RequestToken: d3ec517c-99fd-a696-be4f-1d1a32c57532, Ha
ndlerErrorCode: GeneralServiceException)
- An IAM Role to describe resources in your environment [update failed] [20.9s]
Resource update cancelled
We're in the process of moving to using the new environments manifest. We moved from CLI version 1.17.0 to 1.21.0. I generated the manifest for our dev environment per instructions from the blog post and then ran
copilot env deploy --name dev.However, there were a number of failures during the update that we're not sure how to move past: