You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.