opsworks_stop_instance: Stops a specified instance

View source: R/opsworks_operations.R

opsworks_stop_instanceR Documentation

Stops a specified instance

Description

Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances.

See https://www.paws-r-sdk.com/docs/opsworks_stop_instance/ for full documentation.

Usage

opsworks_stop_instance(InstanceId, Force = NULL)

Arguments

InstanceId

[required] The instance ID.

Force

Specifies whether to force an instance to stop. If the instance's root device type is ebs, or EBS-backed, adding the Force parameter to the StopInstances API call disassociates the AWS OpsWorks Stacks instance from EC2, and forces deletion of only the OpsWorks Stacks instance. You must also delete the formerly-associated instance in EC2 after troubleshooting and replacing the AWS OpsWorks Stacks instance with a new one.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.