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?

gefragt vor 5 Monaten187 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 5 Monaten
profile pictureAWS
EXPERTE
überprüft vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen