aws greengrass create-software-update-job

Creates a software update for a core or group of cores (specified as an IoT thing group.) Use this to update the OTA Agent as well as the Greengrass core software. It makes use of the IoT Jobs feature which provides additional commands to manage a Greengrass core software update job

Options

NameDescription
--amzn-client-token <string>A client token used to correlate requests and responses
--s3-url-signer-role <string>The IAM Role that Greengrass will use to create pre-signed URLs pointing towards the update artifact
--software-to-update <string>The piece of software on the Greengrass core that will be updated
--update-agent-log-level <string>The minimum level of log statements that should be logged by the OTA Agent during an update
--update-targets <list>The ARNs of the targets (IoT things or IoT thing groups) that this update will be applied to
--update-targets-architecture <string>The architecture of the cores which are the targets of an update
--update-targets-operating-system <string>The operating system of the cores which are the targets of an update
--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