AWS greengrass documentation change
Summary
Updated end-of-support notice and replaced placeholder values (region/account-id) with concrete examples (us-east-1/123456789012) in IoT policy ARNs. Added JSON formatting markers.
Security assessment
Changes focus on documentation examples and deprecation notices rather than addressing security flaws. No evidence of patching vulnerabilities or introducing security controls.
Diff
diff --git a/greengrass/v1/developerguide/device-auth.md b/greengrass/v1/developerguide/device-auth.md index a6e8e4dfe..3141c7a90 100644 --- a//greengrass/v1/developerguide/device-auth.md +++ b//greengrass/v1/developerguide/device-auth.md @@ -7 +7 @@ X.509 certificatesAWS IoT policiesMinimal AWS IoT policy for the core device -**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). @@ -181,0 +182,6 @@ The following example policy includes the minimum set of actions required to sup +JSON + + +**** + + @@ -192 +198 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:iot:region:account-id:client/core-name-*" + "arn:aws:iot:us-east-1:123456789012:client/core-name-*" @@ -202 +208 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:iot:region:account-id:topic/$aws/things/core-name-*" + "arn:aws:iot:us-east-1:123456789012:topic/$aws/things/core-name-*" @@ -211 +217 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:iot:region:account-id:topicfilter/$aws/things/core-name-*" + "arn:aws:iot:us-east-1:123456789012:topicfilter/$aws/things/core-name-*" @@ -222 +228 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:iot:region:account-id:thing/core-name-*" + "arn:aws:iot:us-east-1:123456789012:thing/core-name-*" @@ -241 +247 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:greengrass:region:account-id:/greengrass/groups/group-id/deployments/*" + "arn:aws:greengrass:us-east-1:123456789012:/greengrass/groups/group-id/deployments/*" @@ -250 +256 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:greengrass:region:account-id:/greengrass/groups/group-id/deployments/*" + "arn:aws:greengrass:us-east-1:123456789012:/greengrass/groups/group-id/deployments/*" @@ -259 +265 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:greengrass:region:account-id:/greengrass/groups/group-id/deployments/*/cores/arn%3Aaws%3Aiot%3Aregion%3Aaccount-id%3Athing%2Fcore-name" + "arn:aws:greengrass:us-east-1:123456789012:/greengrass/groups/group-id/deployments/*/cores/arn%3Aaws%3Aiot%3Aregion%3Aaccount-id%3Athing%2Fcore-name" @@ -269 +275 @@ The following example policy includes the minimum set of actions required to sup - "arn:aws:iot:region:account-id:thing/core-name-*" + "arn:aws:iot:us-east-1:123456789012:thing/core-name-*"