Updates the specified settings for the specified replication job.
See also: AWS API Documentation
See 'aws help' for descriptions of global parameters.
update-replication-job
--replication-job-id <value>
[--frequency <value>]
[--next-replication-run-start-time <value>]
[--license-type <value>]
[--role-name <value>]
[--description <value>]
[--number-of-recent-amis-to-keep <value>]
[--encrypted | --no-encrypted]
[--kms-key-id <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
--replication-job-id (string)
The identifier of the replication job.
--frequency (integer)
The time between consecutive replication runs, in hours.
--next-replication-run-start-time (timestamp)
The start time of the next replication run.
--license-type (string)
The license type to be used for the AMI created by a successful replication run.
Possible values:
- AWS
- BYOL
--role-name (string)
The name of the IAM role to be used by AWS SMS.
--description (string)
The description of the replication job.
--number-of-recent-amis-to-keep (integer)
The maximum number of SMS-created AMIs to retain. The oldest will be deleted once the maximum number is reached and a new AMI is created.
--encrypted | --no-encrypted (boolean)
When true, the replication job produces encrypted AMIs . See also KmsKeyId below.
--kms-key-id (string)
KMS key ID for replication jobs that produce encrypted AMIs. Can be any of the following:
- KMS key ID
- KMS key alias
- ARN referring to KMS key ID
- ARN referring to KMS key alias
If encrypted is true but a KMS key id is not specified, the customer's default KMS key for EBS is used.
--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.
See 'aws help' for descriptions of global parameters.