将AWS Elastic Beanstalk部署到不同区域中的环境
问题描述:
对于AWS上的Elastic Beanstalk我是一个新手,所以请原谅我.
I'm a little new to Elastic Beanstalk on AWS so forgive me if this is a little newbie....
但是我们已经在一个新的地区(EU)中获得了我们产品的一个实例,我不确定如何绑定特定的git品牌以将其部署到该环境中? (使用CLI3)
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)
是否最好在config.yml中设置?
If it something best setup in the config.yml?
非常感谢!
答
要执行一次:
eb deploy {environment-name} --region {region-name}
要始终部署到它:
eb init --region {region-name}
eb use {environment-name}
然后使用:
eb deploy