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.

asked 2 years ago229 views
1 Answer
0
Accepted Answer

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

profile pictureAWS
answered 2 years ago
profile picture
EXPERT
reviewed a month ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions