Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wipe out EB init config

Is there a way to wipe out a previous 'eb init' config? The previous config has resources that are non-existent on an earlier AWS account. I am using a new AWS account and want to initialize an existent Beanstalk environment.

Thanks..

like image 608
user2040074 Avatar asked Jun 30 '15 20:06

user2040074


People also ask

How do I cancel my EB application?

In the navigation pane, find your application's name and choose Application versions. On the Application versions page, select all application versions that you want to delete. Choose Actions, and then choose Delete. Turn on Delete versions from Amazon S3.

What is EB init?

Sets default values for Elastic Beanstalk applications created with EB CLI by prompting you with a series of questions. The values you set with eb init apply only to the current directory and repository on the current computer. The command doesn't create anything in your Elastic Beanstalk account.


1 Answers

Go to the directory of your project (the directory where you originally ran the "eb init" command). Delete the .elasticbeanstalk directory. You can now run "eb init" again, and it will prompt you for your configuration information.

like image 79
Bill Dhimitri Avatar answered Sep 20 '22 06:09

Bill Dhimitri