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
A bit new to troposphere and python development in general so excuse my ignorance..
We are trying to use troposphere to create an ECS cloud formation stack and running into some issues with setting up load balancing.
The current issue is that the ECS LoadBalancer class takes an array of string for the 'LoadBalancerName' property and its used in the ECS Service class, it generates a cloud formation template that is invalid.
Hi all,
A bit new to troposphere and python development in general so excuse my ignorance..
We are trying to use troposphere to create an ECS cloud formation stack and running into some issues with setting up load balancing.
The current issue is that the ECS LoadBalancer class takes an array of string for the 'LoadBalancerName' property and its used in the ECS Service class, it generates a cloud formation template that is invalid.
The invalid cfn snippet looks like this:
Cloud formation complains with this error:
My troposphere codes looks like this:
The text was updated successfully, but these errors were encountered: