3
votes

I'm a little new to Elastic Beanstalk on AWS so forgive me if this is a little newbie....

But we've got an instance of our product in a new region (EU) and I'm unsure how to bind a specific git brand to deploy to that environment? (Using CLI3)

If it something best setup in the config.yml?

Many thanks!

1

1 Answers

6
votes

To do it once: eb deploy {environment-name} --region {region-name}

To always deploy to it:

eb init --region {region-name}
eb use {environment-name}

Then use:

eb deploy