I ran eb init
and set stuff up only to realize that RDS is essentially required if you use a relational database, but you'll only be prompted for it if you pass --database
option to the EB create
command (definite oversight there IMO).
Anyway, eb terminate
only seems to terminate the ec2 instance, not erase the environment information. So, if you want to start fresh with the same environment... you would have to do my-app-<env>2,3,4,5,6
? That seems like garbage.
How do you COMPLETELY erase the environment information with the CLI tool?