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 年前224 查看次数
1 回答
0
已接受的回答

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

profile pictureAWS
已回答 2 年前
profile picture
专家
已审核 23 天前
  • 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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则