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
@Yousra TITOUCHEhi. From your log output:
http://dev-1-bucket-camelia.s3.us-east-1.amazonaws.com/
NoSuchBucket
Please, check your params.
Cheers.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.