v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435160115.2 KB

Greengrass and Cloud Deployments

Deploys the system instance to the target specified in CreateSystemInstance.

Greengrass Deployments

If the system or any workflows and entities have been updated before this action is called, then the deployment will create a new Amazon Simple Storage Service resource file and then deploy it.

Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions to the specified Greengrass group. Otherwise, the call will fail with an authorization error.

For information about the artifacts that get added to your Greengrass core device when you use this API, see AWS IoT Things Graph and AWS IoT Greengrass.

post/#X-Amz-Target=IotThingsGraphFrontEndService.DeploySystemInstance

Headers

X-Amz-Target'IotThingsGraphFrontEndService.DeploySystemInstance' required

Request body

idstring
<p>The ID of the system instance. This value is returned by the <code>CreateSystemInstance</code> action.</p> <p>The ID should be in the following format.</p> <p> <code>urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME</code> </p>

Response

Success

greengrassDeploymentIdstring

The ID of the Greengrass deployment used to deploy the system instance.