Deploy AWS Environmentally Friendly Bean Flex Cable in Different Regions
I'm a bit new to Elastic Beanstalk on AWS, so forgive me if this is a little newbie ....
But we have an instance of our product in a new region (EU) and I don't know how to link a specific git brand to deploy to that environment? (Using CLI3)
If this is the best thing about config.yml?
Many thanks!
+3
MrTomTom
source
to share
1 answer
To do this one time:
eb deploy {environment-name} --region {region-name}
To always use it:
eb init --region {region-name}
eb use {environment-name}
Then use:
eb deploy
+5
Nick humrich
source
to share