Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not able to create Create application version #40

Open
nijojames92 opened this issue Oct 5, 2017 · 1 comment
Open

not able to create Create application version #40

nijojames92 opened this issue Oct 5, 2017 · 1 comment

Comments

@nijojames92
Copy link

i tried to run the scripts and an application was created in the AWS beansalk console, but was not able to create an enviornment. I'm getting the following errors
`TASK [Create application version] ********************************************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: botocore.exceptions.ClientError: An error occurred (InvalidParameterCombination) when calling the CreateApplicationVersion operation: Unable to download from S3 location (Bucket: ansible-versions-bucket Key: ansible-1.0.0.zip). Reason: Not Found
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Traceback (most recent call last):\n File "/tmp/ansible_42TNz1/ansible_module_elasticbeanstalk_version.py", line 266, in \n main()\n File "/tmp/ansible_42TNz1/ansible_module_elasticbeanstalk_version.py", line 235, in main\n SourceBundle={'S3Bucket':s3_bucket, 'S3Key':s3_key}))\n File "/usr/local/lib/python2.7/dist-packages/botocore/client.py", line 312, in _api_call\n return self._make_api_call(operation_name, kwargs)\n File "/usr/local/lib/python2.7/dist-packages/botocore/client.py", line 601, in _make_api_call\n raise error_class(parsed_response, operation_name)\nbotocore.exceptions.ClientError: An error occurred (InvalidParameterCombination) when calling the CreateApplicationVersion operation: Unable to download from S3 location (Bucket: ansible-versions-bucket Key: ansible-1.0.0.zip). Reason: Not Found\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 0}
to retry, use: --limit @/home/nijo/Desktop/mydocs/ansible/eb_new/main.retry

PLAY RECAP *******************************************************************************************************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 `

@said026
Copy link

said026 commented Jun 22, 2018

Make you have the read access rights for the S3 bucket ansible-versions-bucket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants