Skip to content

differences in CF templates for us-east-1 and us-west-2 #137

@froehles-amazon

Description

@froehles-amazon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions