Error while deploying web application to Amazon elastic beanstalk

amazon-elastic-beanstalk, amazon-s3, amazon-web-services, eclipse, java

Solution

It worked for me with the following permissions

- AWSElasticBeanstalkFullAccess - AWS Managed policy

- AWSElasticBeanstalkService - AWS Managed policy

- AWSCodeDeployRole - AWS Managed policy

- AWSCodeDeployFullAccess - AWS Managed policy

Problem

I am using Eclipse EE Juno edition. I created a dynamic web application which uses Amazon Simple DB and retirviing some values and showing to users. i have installed the AWS kit for using Amazon services. I have an account for simpleDB. I tried to deploy it to AWS Elastic Beanstalk (through the plugin). It shows me to select the server. I selected it as AW Beanstalk with TOmcat 6 (asia Pacific Tokyo). After sometime it gives this error. Unable to upload application to Amazon S3: User: arn:aws:iam::379007759147:user/SSSS is not authorized to perform: elasticbeanstalk:CreateStorageLocation User: arn:aws:iam::379007759147:user/SSSS is not authorized to perform: elasticbeanstalk:CreateStorageLocation I wish to upload the web application to AWS beanstalk and appreciate your help in achieving it.

Original source