Deletes the specified launch configuration
Deletes the specified launch configuration.
The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.
autoscaling_delete_launch_configuration(LaunchConfigurationName)
LaunchConfigurationName |
[required] The name of the launch configuration. |
An empty list.
svc$delete_launch_configuration( LaunchConfigurationName = "string" )
## Not run: # This example deletes the specified launch configuration. svc$delete_launch_configuration( LaunchConfigurationName = "my-launch-config" ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.