AWS Corretto sample application S3Key

1

0

Would anyone now what is the S3Key for corretto.zip sample app? For S3Key property I've tried corretto-newsample-app.zip and corretto.zip but I get a 400 error in Cloud Formation.

Unable to download from S3 location (Bucket: elasticbeanstalk-samples-eu-west-1 Key: corretto-newsample-app.zip). Reason: Forbidden: S3Bucket=elasticbeanstalk-samples-eu-west-1, S3Key=corretto-newsample-app.zip (Service: AWSElasticBeanstalk; Status Code: 400; Error Code: InvalidParameterCombination; 

If I use the PHP sample app from the AWS example (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/quickref-elasticbeanstalk.html) php-newsample-app.zip it works fine and I can successfully start an EB environment with a Cloud Formation template, but I would like to use a Java sample app.

已提問 2 年前檢視次數 230 次
1 個回答
0
已接受的答案

Please try with java-sample-app.zip in S3Key for Java App.

profile pictureAWS
已回答 2 年前
profile picture
專家
已審閱 1 個月前
  • That worked, thank you! I was so close - I also tried java-newsample-app.zip :D

  • @Ashish_P Could you tell us how to find out the correct name for any sample app? For example, I tried doing the same with the Python sample app, but python.zip, python-sample-app.zip, and python-newsample-app.zip failed. For python-sample.zip the stack creation did succeed, but the sample app itself crashed on the ec2 instance (maybe an old version of the app?). Also tried e.g. listing the bucket contents from an ec2 instance via ssh, but got access denied.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南