How to pass dynamically S3url from child to root stack of nestedstack in cloudformation

0

Child1SG stack: AWSTemplateFormatVersion: 2010-09-09 Description: Basic SSH Child Security Group. Resources: MySSHSecurityGroup1: Type: AWS::EC2::SecurityGroup Properties: GroupDescription: my new SSH Child SG SecurityGroupIngress: - IpProtocol: tcp FromPort: '22' ToPort: '22' CidrIp: 0.0.0.0/0

Root Stack: AWSTemplateFormatVersion: 2010-09-09 Description: Parameter store of SG1

Resources: myStackWithParams: Type: AWS::CloudFormation::Stack Properties: TemplateURL: https://cf-templates-o3rmx0wkf9l-us-east-1.s3.amazonaws.com/2022115bE6-Child1SG.yaml #arn

For this template URL how to pass dynamically S3 path of child .

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠