Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find CloudFormation log stream

I used this CloudFormation template to create a stack: https://fwd.aws/mDMrd

One of the steps failed, and the status reason given is:

Failed to create resource. See the details in CloudWatch Log Stream: 2019/07/01/[$LATEST]fa6e...

My problem is that I can't locate this log stream. I can't find what log group this is going under.

like image 262
A.R. Avatar asked Jul 01 '19 06:07

A.R.


1 Answers

It turns out CloudFormation created a Log Group named /aws/lambda/Git-to-Amazon-S3-CopyZipsFunction-1K1JCQVK2QDF2 where I can see the log stream, the reason I could not find it was because it took over 5 minutes for the Log Group to show up on the list.

like image 103
A.R. Avatar answered Oct 01 '22 04:10

A.R.