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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ