You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> copilot svc deploy -n server -e dev
✘ Proposing infrastructure changes for stack across-dev-server
✘ deploy service server to environment dev: deploy service: check if changeset is empty: create change set copilot-e89eab5a-d627-469f-998e-2c3ff603a47b for stack across-dev-server: ValidationError: Template error: instance of Fn::GetAtt references undefined resource ServiceSecurityGroup
status code: 400, request id: 8223f634-ca20-471d-bd4c-fb05e90dce64: describe change set copilot-e89eab5a-d627-469f-998e-2c3ff603a47b for stack across-dev-server: ValidationError: Stack [across-dev-server] does not exist
status code: 400, request id: 306e66b1-1da6-4abd-94fb-c2f18d67f484: describe stack: describe stack events for stack across-dev-server: ValidationError: Stack [across-dev-server] does not exist
status code: 400, request id: 3c65fdca-53be-4b3e-9219-56103ab80662
Expected result:
The service should deploy successfully when it is being created in the environment or being updated.
I've attempted to reset the entire application, I've tried creating new environments, I've looked at all the docs for usage on storage, services and environments.
The text was updated successfully, but these errors were encountered:
nitzan-frock
changed the title
[Bug]: Cannot deploy App Runner in an env with Storage add on
[Bug]: Cannot deploy App Runner with Storage add on
Feb 10, 2025
Description:
Deploying a service in a new env with an Aurora postgres storage add on fails.
ValidationError: Template error: instance of Fn::GetAtt references undefined resource ServiceSecurityGroup
Details:
Copilot Version: 1.34.0 built for darwin
Observed result:
Expected result:
The service should deploy successfully when it is being created in the environment or being updated.
Debugging:
copilot env init -n dev
copilot env deploy -n dev
copilot svc init -n server -e dev
copilot storage init -n server-cluster -t Aurora -w server --engine PostgreSQL --initial-db my_db -l environment.
copilot svc deploy -n server -e dev
I've attempted to reset the entire application, I've tried creating new environments, I've looked at all the docs for usage on storage, services and environments.
The text was updated successfully, but these errors were encountered: