ingenieux / awseb-deployment-plugin

Jenkins Plugin for AWS Elastic Beanstalk
Apache License 2.0
29 stars 53 forks source link

EB deployment missing AWS regions #52

Closed pbenard closed 7 years ago

pbenard commented 7 years ago

Hello, The list of AWS regions in the Elastic Beanstalk application does not match what is actually available, and is missing newer regions like Ohio (us-east-2). Is the list populated using some ENUM list, or is it supposed to query regions ?

Thanks P.B.

aldrinleal commented 7 years ago

It depends on the sdk. You can override the dependency on the pom.xml and it will work

On Jan 13, 2017 14:16, "pbenard" notifications@github.com wrote:

Hello, The list of AWS regions in the Elastic Beanstalk application does not match what is actually available, and is missing newer regions like Ohio (us-east-2). Is the list populated using some ENUM list, or is it supposed to query regions ?

Thanks P.B.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ingenieux/awseb-deployment-plugin/issues/52, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPcteKxeWPr1nW4YlfqjA9ZzmoQPH_Bks5rR82PgaJpZM4LjNdE .

aldrinleal commented 7 years ago

Oh sorry. Well, let me look into it btw

-- -- Aldrin Leal, aldrin@leal.eng.br / http://about.me/aldrinleal

On Fri, Jan 13, 2017 at 2:23 PM, Aldrin Leal aldrin@leal.eng.br wrote:

It depends on the sdk. You can override the dependency on the pom.xml and it will work

On Jan 13, 2017 14:16, "pbenard" notifications@github.com wrote:

Hello, The list of AWS regions in the Elastic Beanstalk application does not match what is actually available, and is missing newer regions like Ohio (us-east-2). Is the list populated using some ENUM list, or is it supposed to query regions ?

Thanks P.B.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ingenieux/awseb-deployment-plugin/issues/52, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPcteKxeWPr1nW4YlfqjA9ZzmoQPH_Bks5rR82PgaJpZM4LjNdE .

aldrinleal commented 7 years ago

I did bump a new release, and the new regions might appear once updated. Just give it a try.

pbenard commented 7 years ago

Will try the new release and report back - Thanks

aldrinleal commented 7 years ago

Any results?

pbenard commented 7 years ago

We updated last night but still no go. Also tried after creating a brand new job, in addition to modifying existing one.

aldrinleal commented 7 years ago

What does the logs say? Or is it an UI issue?