Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

could not connect to the endpoint url S3

Yousra TITOUCHE April 12, 2022

Hi,

i am trying to deploy an application to beanstalk using this pipe.

Here is my bitbucket-pipelines.yml

- step:
image: atlassian/default-image:3
name: beanstalk
script:
- pipe: atlassian/aws-elasticbeanstalk-deploy:1.0.2
variables:
AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY
AWS_DEFAULT_REGION: $AWS_DEFAULT_REGION
APPLICATION_NAME: $APPLICATION_NAME
COMMAND: 'all'
ENVIRONMENT_NAME: $ENVIRONMENT_NAME
ZIP_FILE: "deploy/DEV.zip"
S3_BUCKET: $S3_BUCKET

here is the log i got https://pastebin.pl/view/cd57d8fb 

 

Thank you for your help

1 answer

1 accepted

0 votes
Answer accepted
lissyaka April 13, 2022

@Yousra TITOUCHEhi. From your log output:

http://dev-1-bucket-camelia.s3.us-east-1.amazonaws.com/
NoSuchBucket

Please, check your params.

Cheers.

Yousra TITOUCHE April 13, 2022

 

Hi thank you for your replay,

I just tried with the S3 which is automatically connected to the beanstalk application, but it's the same.
I would like to know if there are specific permissions to allow bitbucket pipeline to connect to AWS beanstalk

thank you

lissyaka April 13, 2022

@Yousra TITOUCHE  i can only recommend you this guide.

Yousra TITOUCHE April 13, 2022

Thank you, i resolved the issue, it was about the region.

Like lissyaka likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events