You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 `
The text was updated successfully, but these errors were encountered:
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 `
The text was updated successfully, but these errors were encountered: