AWS greengrass high security documentation change
Summary
Updated support notice and replaced placeholder AWS IoT Analytics channel ARNs with concrete examples (region/account IDs).
Security assessment
The support notice update highlights security risks post-EOL. The ARN examples now use valid syntax, reducing the likelihood of IAM policy misconfigurations that could lead to unauthorized data access.
Diff
diff --git a/greengrass/v1/developerguide/iot-analytics-connector.md b/greengrass/v1/developerguide/iot-analytics-connector.md index fe7ac8435..d1baded7c 100644 --- a//greengrass/v1/developerguide/iot-analytics-connector.md +++ b//greengrass/v1/developerguide/iot-analytics-connector.md @@ -7 +7 @@ RequirementsParametersInput dataOutput dataUsage ExampleLimitsLicensesChangelogS -**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). @@ -64,0 +65,8 @@ Destination AWS IoT Analytics channels must use the same account and be in the s +JSON + +JSON + + +**** + + @@ -75,2 +83,2 @@ Destination AWS IoT Analytics channels must use the same account and be in the s - "arn:aws:iotanalytics:region:account-id:channel/channel_1_name", - "arn:aws:iotanalytics:region:account-id:channel/channel_2_name" + "arn:aws:iotanalytics:us-east-1:123456789012:channel/channel_1_name", + "arn:aws:iotanalytics:us-east-1:123456789012:channel/channel_2_name" @@ -103,0 +113,8 @@ Destination AWS IoT Analytics channels must use the same account and be in the s +JSON + +JSON + + +**** + + @@ -114,2 +131,2 @@ Destination AWS IoT Analytics channels must use the same account and be in the s - "arn:aws:iotanalytics:region:account-id:channel/channel_1_name", - "arn:aws:iotanalytics:region:account-id:channel/channel_2_name" + "arn:aws:iotanalytics:us-east-1:123456789012:channel/channel_1_name", + "arn:aws:iotanalytics:us-east-1:123456789012:channel/channel_2_name"