Netflix / asgard

[Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases
http://netflix.github.com/asgard
Apache License 2.0
2.24k stars 403 forks source link

Disable automatic volume attachment #607

Closed NoumanSaleem closed 10 years ago

NoumanSaleem commented 10 years ago

How can I disable automatic volume attachment? Pass an empty launch config?

thanks!

NoumanSaleem commented 10 years ago

https://github.com/Netflix/asgard/blob/master/grails-app/services/com/netflix/asgard/ConfigService.groovy#L935

launchConfig {
        ebsVolumes {
            instanceTypeNeeds = { String instanceType -> false }
        }
    }