AWS greengrass high security documentation change
Summary
Updated end-of-support notice to October 2026, modified IAM policy example ARNs to use specific values, and added JSON formatting sections.
Security assessment
The removal of the explicit statement about discontinued security patches after June 2023 removes critical security context, potentially leading users to assume ongoing security support. The ARN example changes are documentation improvements but do not directly impact security.
Diff
diff --git a/greengrass/v1/developerguide/telemetry.md b/greengrass/v1/developerguide/telemetry.md index 2f57c2a24..512b48145 100644 --- a//greengrass/v1/developerguide/telemetry.md +++ b//greengrass/v1/developerguide/telemetry.md @@ -7 +7 @@ Configuring telemetry settingsSubscribing to receive telemetry dataTroubleshooti -**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](https://docs.aws.amazon.com/greengrass/v1/developerguide/maintenance-policy.html). 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](https://docs.aws.amazon.com/greengrass/v2/developerguide/move-from-v1.html), which adds [significant new features](https://docs.aws.amazon.com/greengrass/v2/developerguide/greengrass-v2-whats-new.html) and [support for additional platforms](https://docs.aws.amazon.com/greengrass/v2/developerguide/operating-system-feature-support-matrix.html). +End of support notice: On October 7th, 2026, AWS will discontinue support for AWS IoT Greengrass Version 1. After October 7th, 2026, you will no longer be able to access the AWS IoT Greengrass V1 resources. For more information, please visit [Migrate from AWS IoT Greengrass Version 1](https://docs.aws.amazon.com/greengrass/v2/developerguide/migrate-from-v1.html). @@ -78,0 +79,6 @@ The following example IAM policy lets you manage the shadow and runtime configur +JSON + + +**** + + @@ -92 +98 @@ The following example IAM policy lets you manage the shadow and runtime configur - "arn:aws:iot:region:account-id:thing/core-name-*" + "arn:aws:iot:us-east-1:123456789012:thing/core-name-*" @@ -103 +109 @@ The following example IAM policy lets you manage the shadow and runtime configur - "arn:aws:iot:region:account-id:thing/core-name" + "arn:aws:iot:us-east-1:123456789012:thing/core-name"