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年前227ビュー
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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ