-
Notifications
You must be signed in to change notification settings - Fork 30
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
Does fast-deploy work ? #76
Comments
which region?
|
us-east-1 |
I'm finding 1.4.0 fast-deploy to be very hit and miss. region is ap-southeast-2. I was wondering if the use of git force upsets Amazon triggers. This is my code: https://github.com/davidmoten/beanstalk-demo and I'm calling |
Here's log for a miss. Any ideas/workarounds?
|
Yes. You tried fast-deploy on ap-southeast-1 not us-east-1. ap-* is simply not supported. See https://medium.com/@aldrinleal/a-bit-of-a-rant-about-me-and-the-world-and-a-porra-toda-2038898e4558) and http://bit.ly/bringgitback for a better understanding. -----Original Message----- Here's log for a miss. Any ideas/workarounds? host:elasticbeanstalk.ap-southeast-2.amazonaws.com host;user-agent;x-amz-date host:elasticbeanstalk.ap-southeast-2.amazonaws.com host;user-agent;x-amz-date [The entire original message is not included.] |
a/c @fulghum |
@manikandanrs, unfortunately, I couldn't reproduce your issue. Here's what I did:
Once created, I did the deploy
Now lets look at the versions, shall we?
The version appeared. So fast-deploy still works on us-east-1, fortunately. I suggest you:
Thank you |
Actually I get the same Transport exception for us-east-1 as well |
There's a workaround in the works, but you guys need some maven-fu: a) Checkout, review and mvn install https://github.com/ingenieux/beanstalker-codecommit-deployer as well as the latest snapshot |
Hello gents, I'm having the same issue that @manikandanrs mention about the TransportException when trying to push my app to the S3 bucket. The issue started after we rotate our AWS access keys and remove the old user accounts to prevent unwanted access to our instances.
Thanks for your help. |
Thank you |
I am trying to use this plugin in fast-deploy goal. From the logs i see that, it seems to push to git but not able to get the version label back.
I am not able to see the application versions in the beanstalk console. Here is part of pom.xml that contains the configuration for beanstalker plugin
br.com.ingenieux beanstalk-maven-plugin 1.4.0 deploy deploy fast-deploy true MavenBeasStalkerSE1The text was updated successfully, but these errors were encountered: