CloudFormation, create stack with a template signature version 4 error

0

I try to create a stack in cloud formation in ap-southeast-2 using template stored in s3 us-east-1. But aws console cloud formation wizard fails screenshot

How to fix it?

已提问 5 个月前188 查看次数
1 回答
0

Hello.

The following document states that the use of Signature Version 2 is deprecated.
I think this is probably related.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingAWSSDK.html#UsingAWSSDK-move-to-Sig4

As a workaround, instead of creating it from the management console, you can create a CloudFormation stack by running the AWS CLI as shown below.

aws cloudformation create-stack --stack-name test --template-url https://codeguru-security-371921485547.s3-accesspoint.us-east-1.amazonaws.com/setup-github.yml --parameters ParameterKey=Repository,ParameterValue=test --capabilities CAPABILITY_NAMED_IAM
profile picture
专家
已回答 5 个月前
profile pictureAWS
专家
已审核 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则