lumigo-io/SAR-Logging

Requires Capabilities

Opened this issue · 0 comments

Hello - Thank you for this as it saved me some time. Really appreciate it.

I was trying to use it today and got the below error message when I was trying to deploy it. Should it be noted in the readme that --capabilities CAPABILITY_AUTO_EXPAND should be added to the deploy (aws cloudformation deploy --capabilities CAPABILITY_AUTO_EXPAND ...)?

{
	"StackId": "arn:aws:cloudformation:...",
	"EventId": "AutoSetLogRetention-CREATE_FAILED-2020-06-24T12:38:06.716Z",
	"StackName": "...",
	"LogicalResourceId": "AutoSetLogRetention",
	"PhysicalResourceId": "",
	"ResourceType": "AWS::CloudFormation::Stack",
	"Timestamp": "2020-06-24T12:38:06.716000+00:00",
	"ResourceStatus": "CREATE_FAILED",
	"ResourceStatusReason": "Requires capabilities : [CAPABILITY_AUTO_EXPAND]",
	"ResourceProperties": "..."
}