ecs_composex.ecs_ingress package ¶
Submodules ¶
ecs_composex.ecs_ingress.ecs_ingress_stack module ¶
- class ecs_composex.ecs_ingress.ecs_ingress_stack. ServiceSecurityGroup ( family , sgs_stack ) [source] ¶
-
Bases:
object
- class ecs_composex.ecs_ingress.ecs_ingress_stack. XStack ( name , settings , ** kwargs ) [source] ¶
-
Bases:
ComposeXStack
Class to represent the IAM top stack
Module contents ¶
Root stack to store and manage the security groups of the services Having the security groups created before the services stacks allows to define service to service communication to be defined before the services are deployed.