Sharing an AWS Elastic Beanstalk configuration to deploy git in AWS

I have a project deployed on Amazon Elastic Beanstalk, but I also need other team members to deploy too. We use AWS eb CLI, which is very convenient. But it adds the entire generated configuration directory to .gitignore; removing the directory from .gitignore is not a good idea.

Any ideas or tools that would allow me to share the configuration (I already shared the key) with the team members so that they can also be deployed?

+5
source share
3 answers

, .elasticbeanstalk, : , "" , : ApplicationVersionName = - , , AWS, . , - . , , . . , , , , , .

+2

Maven, Beanstalk Maven pom. , .

.

, ~/.m2/settings.xml Maven.

+1

Could it be worth describing your beanstalk environments with cloud information templates?

0
source

All Articles