-
Notifications
You must be signed in to change notification settings - Fork 60
Description
3 main diffs:
ExistingVpcId: ExistingVpcId:
Type: AWS::EC2::VPC::Id | Type: String
Description: The VPC ID of an existing VPC in your AWS ac Description: The VPC ID of an existing VPC in your AWS ac
Default: '' Default: ''
ExistingPublicSubnets: ExistingPublicSubnets:
Type: ListAWS::EC2::Subnet::Id | Type: CommaDelimitedList
Description: A list of 2 public subnet IDs in your AWS ac Description: A list of 2 public subnet IDs in your AWS ac
from two different AZs are required. from two different AZs are required.
Default: '' Default: ''
ExistingPrivateSubnets: ExistingPrivateSubnets:
Type: ListAWS::EC2::Subnet::Id | Type: CommaDelimitedList
Description: A list of 2 private subnet IDs in your AWS a Description: A list of 2 private subnet IDs in your AWS a
from two different AZs are required. from two different AZs are required.
Default: '' Default: ''
diff2:
TemplateURL: https://s3.us-east-1.amazonaws.com/5d1a4b7 | TemplateURL: https://s3.us-west-2.amazonaws.com/5d1a4b7
(guess that is expected behaviour)
diff3:
Tags:
> - Key: Project
> Value: hcls-agents-toolkit
> InvivoStudySchedulerAgent:
> Type: AWS::CloudFormation::Stack
> Properties:
> TemplateURL: https://s3.us-west-2.amazonaws.com/5d1a4b7
> Parameters:
> AgentIAMRoleArn:
> Fn::GetAtt:
> - AgentRole
> - Arn
> S3CodeBucket:
> Ref: S3Bucket
> S3CodeKey:
> Fn::GetAtt:
> - CodeRepo
> - Outputs.S3Key
> TimeoutInMinutes: 35
After fixing diff1 (Lists instead of Strings) and diff3 (removing the InvivoStudySchedulerAgent config only present in the us-west-2 template), template deployed without errors in us-west-2