View source: R/opsworks_operations.R
opsworks_delete_instance | R Documentation |
Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.
See https://www.paws-r-sdk.com/docs/opsworks_delete_instance/ for full documentation.
opsworks_delete_instance(
InstanceId,
DeleteElasticIp = NULL,
DeleteVolumes = NULL
)
InstanceId |
[required] The instance ID. |
DeleteElasticIp |
Whether to delete the instance Elastic IP address. |
DeleteVolumes |
Whether to delete the instance's Amazon EBS volumes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.