Sushant Sonker

Results 2 comments of Sushant Sonker

Actually, the issue got resolved after I updated the command as `aws cloudformation update-stack --stack-name myteststack --template-url https://s3.amazonaws.com/sushanttest/cloud-formation/security/helloworld/main.yml --parameters ParameterKey=Environment,ParameterValue=dev ParameterKey=VPCCIDRBlock,ParameterValue=172.27.10.0/24 ParameterKey=PrivilegedCIDR1,ParameterValue=172.27.0.10 ParameterKey=ProvisioningBucket,ParameterValue=resourcesdevsecops --capabilities CAPABILITY_NAMED_IAM`

Aha... that explains... I was trying to run all updates in one stack. I will try with individual stacks tonight and hopefully the dependencies will resolve correctly. Thanks for the...