Upload campaign data - AWS IoT FleetWise

AWS IoT FleetWise will no longer be open to new customers as of April 30, 2026. Existing AWS IoT FleetWise customers can continue using the service. The Guidance for Connected Mobility on AWS provides guidance on how to develop and deploy modular services for connected mobility solutions that can be used to achieve equivalent capabilities as AWS IoT FleetWise.

Upload campaign data

Important

Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in AWS IoT FleetWise.

There are two ways to upload campaign data on the Edge:

  • Campaigns that meet your upload conditions will automatically upload data to the cloud after they are approved. To approve a campaign, use the updateCampaign API operation.

  • Through AWS IoT Jobs, you can force data to upload even when specified conditions are not met. For more information, see Upload data using AWS IoT Jobs.

To upload campaign data using the UpdateCampaign API operation

After you create the campaign, the campaign status displays as WAITING_FOR_APPROVAL until you change the action to APPROVED.

  • Use the following sample to update the campaign action by calling on the UpdateCampaign API operation.

    { "action": "APPROVED", "dataExtraDimensions": [ "string" ], "description": "string", "name": "string" }