Create an AWS IoT Greengrass group for the core - AWS IoT Greengrass

AWS IoT Greengrass Version 1 entered the extended life phase on June 30, 2023. For more information, see the AWS IoT Greengrass V1 maintenance policy. After this date, AWS IoT Greengrass V1 won't release updates that provide features, enhancements, bug fixes, or security patches. Devices that run on AWS IoT Greengrass V1 won't be disrupted and will continue to operate and to connect to the cloud. We strongly recommend that you migrate to AWS IoT Greengrass Version 2, which adds significant new features and support for additional platforms.

Create an AWS IoT Greengrass group for the core

AWS IoT Greengrass groups contain settings and other information about its components, such as client devices, Lambda functions, and connectors. A group defines the configuration for a core, including how its components can interact with each other.

In this section, you create a group for your core.

Tip

For an example that uses the AWS IoT Greengrass API to create and deploy a group, see the gg_group_setup repository on GitHub.

To create a group for the core
  1. Navigate to the AWS IoT console.

  2. Under Manage, expand Greengrass devices, and choose Groups (V1).

    Note

    If you don't see the Greengrass devices menu, change to an AWS Region that supports AWS IoT Greengrass V1. For the list of supported Regions, see AWS IoT Greengrass V1 endpoints and quotas in the AWS General Reference. You must create the AWS IoT thing for your core in a Region where AWS IoT Greengrass V1 is available.

  3. On the Greengrass groups page, choose Create group.

  4. On the Create Greengrass group page, do the following:

    1. For Greengrass group name, enter a name that describes the group, such as MyGreengrassGroup.

    2. For Greengrass core, choose the AWS IoT thing that you created earlier, such as MyGreengrassV1Core.

      The console automatically selects the thing's device certificate for you.

    3. Choose Create group.