aws opsworks-cm update-server
Updates settings for a server. This operation is synchronous
Options
Name | Description |
---|---|
--disable-automated-backup | Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default |
--no-disable-automated-backup | Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups are enabled by default |
--backup-retention-count <integer> | Sets the number of automated backups that you want to keep |
--server-name <string> | The name of the server to update |
--preferred-maintenance-window <string> | DDD:HH:MM (weekly start time) or HH:MM (daily start time). Time windows always use coordinated universal time (UTC). Valid strings for day of week (DDD) are: Mon, Tue, Wed, Thr, Fri, Sat, or Sun |
--preferred-backup-window <string> | DDD:HH:MM (weekly start time) or HH:MM (daily start time). Time windows always use coordinated universal time (UTC). Valid strings for day of week (DDD) are: Mon, Tue, Wed, Thr, Fri, Sat, or Sun |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |