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
Hi there! I am having a hard time figuring out how I might enable this setting for my Load Balanced Web Service:
I found this similar issue, and tried to follow along with the suggestion to use a yamlpatch, but unfortunately, the resource that I need to set my override on (the AWS::ElasticLoadBalancingV2::Listener) is actually not named explicitly in the CloudFormation yaml config that is spit out by copilot svc package. I have a AWS::ElasticLoadBalancingV2::ListenerRule, but no AWS::ElasticLoadBalancingV2::Listener -- this seems to be getting dynamically generated by the EnvControllerAction and so far I have not been able to figure out a way to patch it.
For the time being, I can just override this setting manually in the UI, but I'm worried about that being a bit to ephemeral for the long term -- both in terms of resiliency to re-deploys, and also tribal knowledge.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi there! I am having a hard time figuring out how I might enable this setting for my Load Balanced Web Service:
I found this similar issue, and tried to follow along with the suggestion to use a yamlpatch, but unfortunately, the resource that I need to set my override on (the
AWS::ElasticLoadBalancingV2::Listener
) is actually not named explicitly in the CloudFormation yaml config that is spit out bycopilot svc package
. I have aAWS::ElasticLoadBalancingV2::ListenerRule
, but noAWS::ElasticLoadBalancingV2::Listener
-- this seems to be getting dynamically generated by theEnvControllerAction
and so far I have not been able to figure out a way to patch it.For the time being, I can just override this setting manually in the UI, but I'm worried about that being a bit to ephemeral for the long term -- both in terms of resiliency to re-deploys, and also tribal knowledge.
Any suggestions?
The text was updated successfully, but these errors were encountered: