paws.management (version 0.5.0)

opsworks_delete_instance: Deletes a specified instance, which terminates the associated Amazon EC2 instance

Description

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.

Usage

opsworks_delete_instance(
  InstanceId,
  DeleteElasticIp = NULL,
  DeleteVolumes = NULL
)

Arguments

InstanceId

[required] The instance ID.

DeleteElasticIp

Whether to delete the instance Elastic IP address.

DeleteVolumes

Whether to delete the instance's Amazon EBS volumes.