AWS Classroomnotes 16/Aug/2023

Cloudformation contd

Activity – 1: Create a cloudformation template to create a security group

  • Refer Here for the template which creates security group
  • Call this cf template from other cf template
  • This is referred as nested stack
{
  "AWSTemplateFormatVersion" : "2010-09-09",
  "Resources" : {
    "myStackWithParams" : {
      "Type" : "AWS::CloudFormation::Stack",
      "Properties" : {
        "TemplateURL" : "https://qtcommonstate.s3.ap-south-1.amazonaws.com/main.json",
        "Parameters" : {
          "vpcid" : "vpc-0263a09e73d00080c"
        }
      }
    }
  }
}

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%