https://pulumi.com logo
s

stocky-father-68249

09/15/2022, 6:06 AM
Hey guys, for an already existing
aws.lb.LoadBalancer
resource in pulumi python, how do I add new security groups which weren't there during the time of creation?
l

little-cartoon-10569

09/15/2022, 6:14 AM
Update the original code and run
up
again. Pulumi works out the differences and applies them.
s

stocky-father-68249

09/15/2022, 6:17 AM
The scenario is, multiple services are added to a single ECS cluster, those services are exposed using only one lb. So when a new service gets created, how do we add the security group in the previously created LB?