diff --git a/samples/ec2/pipeline.yml b/samples/ec2/pipeline.yml index a4d990b..5030687 100644 --- a/samples/ec2/pipeline.yml +++ b/samples/ec2/pipeline.yml @@ -80,9 +80,10 @@ Resources: Ref: "MySNSTopic" Id: "PipelineNotificationTopic" InputTransformer: - InputTemplate: '"The Pipeline has failed. Go to https://console.aws.amazon.com/codepipeline/home?region=us-east-1#/view/" ' + InputTemplate: '"The Pipeline has failed. Go to https://console.aws.amazon.com/codepipeline/home?region=#/view/" ' InputPathsMap: pipeline: "$.detail.pipeline" + region: "$.region" ArtifactBucket: Type: AWS::S3::Bucket DeletionPolicy: Delete