10 Dec 2019 07:51 PM
I am following the tutorial https://github.com/Dynatrace/AWSDevOpsTutorial , but when resources are being created, (Step 4), the following error occurs:
I followed all the previous steps. I created KeyPair, I created the bucket, but I can't follow.
Solved! Go to Solution.
12 Dec 2019 11:18 AM
Hi Rodrigo!
From what I can see in the CloudFormation template, this particular lambda tries to load its code from S3 from the lambdas.zip file. Can you ensure that this file is in the bucket? Maybe making it public would help, although the tutorial does not explicitly require it? Have you set the YourS3BucketName parameter correctly when creating the CF stack?