mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Add information to the docs about the EC2.delvol_on_destroy
"global" setting.
This commit is contained in:
parent
2097b7a214
commit
5e5f68723e
@ -273,6 +273,14 @@ for an instance.
|
||||
|
||||
delvol_on_destroy: True
|
||||
|
||||
|
||||
This can also be set as a global setting in the EC2 cloud configuration:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
EC2.delvol_on_destroy: True
|
||||
|
||||
|
||||
The setting for this may be changed on an existing instance using one of the
|
||||
following commands:
|
||||
|
||||
@ -281,6 +289,7 @@ following commands:
|
||||
salt-cloud -a delvol_on_destroy myinstance
|
||||
salt-cloud -a keepvol_on_destroy myinstance
|
||||
|
||||
|
||||
EC2 Termination Protection
|
||||
==========================
|
||||
AWS allows the user to enable and disable termination protection on a specific
|
||||
|
Loading…
Reference in New Issue
Block a user