These changes can be tested by doing the following:
If you don't have a cluster, create one with edamame init
Teardown the cluster with edamame teardown
Executing the command aws ec2 describe-volumes from the terminal should output:
{
"Volumes": []
}
You can also check the AWS console to see if there are any volumes remaining.
Note: the changes only delete EBS volumes affiliated with Edamame, so if you have other volumes present in your AWS account, these will not be removed, and your output may look different.
These changes can be tested by doing the following:
edamame init
edamame teardown
aws ec2 describe-volumes
from the terminal should output:Note: the changes only delete EBS volumes affiliated with Edamame, so if you have other volumes present in your AWS account, these will not be removed, and your output may look different.