AWS greengrass documentation change
Summary
Updated end-of-support notice for Greengrass V1 to October 2026 and added JSON code block formatting. Modified S3 role ARN example from placeholder to concrete format.
Security assessment
The changes update deprecation timelines and documentation formatting. While the original text mentioned security patches would stop after June 2023, the update extends support timeline but doesn't directly address any security vulnerability or add security features.
Diff
diff --git a/greengrass/v1/developerguide/core-ota-update.md b/greengrass/v1/developerguide/core-ota-update.md index 3d4cd40fb..8e45f3358 100644 --- a//greengrass/v1/developerguide/core-ota-update.md +++ b//greengrass/v1/developerguide/core-ota-update.md @@ -7 +7 @@ RequirementsConsiderationsGreengrass OTA update agentIntegration with init syste -**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). @@ -81,0 +82,6 @@ You should create a custom policy if you want to explicitly specify the Amazon W +JSON + + +**** + + @@ -110,0 +118,6 @@ The trust policy attached to the role must allow the `sts:AssumeRole` action and +JSON + + +**** + + @@ -127,0 +142,6 @@ In addition, the user who initiates an OTA update must have permissions to use ` +JSON + + +**** + + @@ -151 +171 @@ In addition, the user who initiates an OTA update must have permissions to use ` - "Resource": "arn-of-s3-url-signer-role" + "Resource": "arn:aws:iam::123456789012:role/name-of-s3-url-signer-role"