Wipe the EB init configuration

Is there a way to destroy the previous eb init configuration? The previous configuration has resources that the previous AWS account did not have. I am using a new AWS account and want to initialize my existing Beanstalk environment.

Thank..

+3


source to share


2 answers


Change to your project directory (the directory where you originally ran the "eb init" command). Delete the .elasticbeanstalk directory. Now you can run "eb init" again and it will offer you information about your configuration.



+1


source


You can run eb init -i, which will ask you again for each config option.



0


source







All Articles