cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AWSDevOpsTutorial

rodrigo_biaggi1
Newcomer

I am following the tutorial https://github.com/Dynatrace/AWSDevOpsTutorial , but when resources are being created, (Step 4), the following error occurs:

Can anyone help me understand why???


I followed all the previous steps. I created KeyPair, I created the bucket, but I can't follow.


1 REPLY 1

wojciech_grajew
Inactive

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?


Featured Posts