Release: Amazon IoT Greengrass Core v2.4.0 software update on August 3, 2021 - Amazon IoT Greengrass
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Release: Amazon IoT Greengrass Core v2.4.0 software update on August 3, 2021

This release provides version 2.4.0 of the Greengrass nucleus component, new Amazon-provided components, and updates to Amazon-provided components.

Release date: August 3, 2021

Release highlights
  • System resource limits—The Greengrass nucleus component now supports system resource limits. You can configure the maximum amount of CPU and RAM usage that each component's processes can use on the core device. For more information, see Configure system resource limits for components.

  • Pause/resume components—The Greengrass nucleus now supports pausing and resuming components. You can use the interprocess communication (IPC) library to develop custom components that pause and resume other components' processes. For more information, see PauseComponent and ResumeComponent.

  • Install with Amazon IoT fleet provisioning—Use the new Amazon IoT fleet provisioning plugin to install the Amazon IoT Greengrass Core software on devices that connect to Amazon IoT to provision required Amazon resources. Devices use a claim certificate to provision. You can embed the claim certificate on devices during manufacturing, so each device can provision as soon as it comes online. For more information, see Install Amazon IoT Greengrass Core software with Amazon IoT fleet provisioning.

  • Install with custom provisioning—Develop a custom provisioning plugin to provision required Amazon resources when you install the Amazon IoT Greengrass Core software on devices. You can create a Java application that runs during installation to set up Greengrass core devices for your custom use case. For more information, see Install Amazon IoT Greengrass Core software with custom resource provisioning.

Public component updates

The following table lists Amazon-provided components that include new and updated features.

Important

When you deploy a component, Amazon IoT Greengrass installs the latest supported versions of all of that component's dependencies. Because of this, new patch versions of Amazon-provided public components might be automatically deployed to your core devices if you add new devices to a thing group, or you update the deployment that targets those devices. Some automatic updates, such as a nucleus update, can cause your devices to restart unexpectedly.

To prevent unintended updates for a component that is running on your device, we recommend that you directly include your preferred version of that component when you create a deployment. For more information about update behavior for Amazon IoT Greengrass Core software, see Update the Amazon IoT Greengrass Core software (OTA).

Component Details
Greengrass nucleus

Version 2.4.0 of the Greengrass nucleus is available.

New features
Bug fixes and improvements
  • Updates logging configuration on startup. This fixes an issue where the logging configuration wasn't applied on startup.

  • Updates the nucleus loader symlink to point to the component store in the Greengrass root folder during installation. This update enables you to delete the JAR file and other nucleus artifacts that you download when you install the Amazon IoT Greengrass Core software.

  • Additional minor fixes and improvements. For more information, see the releases on GitHub.

Greengrass CLI

Version 2.4.0 of the Greengrass CLI is available.

New features
Amazon IoT fleet provisioning by claim

The Amazon IoT fleet provisioning by claim plugin is now available. For more information, see Install Amazon IoT Greengrass Core software with Amazon IoT fleet provisioning.

New features
  • Adds support to install the Amazon IoT Greengrass Core software with Amazon IoT fleet provisioning. During installation, devices connect to Amazon IoT to provision required Amazon resources and download device certificates to use for regular operations.