#aws #cloudformation #nested
Some things to note about AWS CloudFormation Nested Stack:
Nested stacks are the child stack of other stack (parent stack).
Nested stack (child stack) will be created first before the parent stack created.
During stack creation, nested stack will use input parameter from root stack (parent stack). The nested stack will reference the values from the root stack.
Nested stack is created with Type: AWS::CloudFormation::Stack from root stack.
Nested stack is used for reusing common component in multiple templates, eg: Reused Security Group for multiple EC2 instances, Common alarm for multiple EC2 instances
Sample Nested Stack Template: https://github.com/thecoachsession/aw...
Sur cette page du site, vous pouvez voir la vidéo en ligne AWS CloudFormation Nested Stack Tutorial durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur TechCoach 10 février 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 4,287 fois et il a aimé 31 téléspectateurs. Bon visionnage!