AWS Security ChangesHomeSearch

AWS iotanalytics documentation change

Service: iotanalytics · 2025-05-22 · Documentation low

File: iotanalytics/latest/userguide/automate-proceed.md

Summary

Updated end-of-support notice and corrected S3 ACL documentation URL

Security assessment

The changes include service deprecation notices and URL formatting updates. The 'bucket-owner-full-control' ACL requirement was pre-existing documentation, not a new security feature.

Diff

diff --git a/iotanalytics/latest/userguide/automate-proceed.md b/iotanalytics/latest/userguide/automate-proceed.md
index ae193d524..632d26d96 100644
--- a//iotanalytics/latest/userguide/automate-proceed.md
+++ b//iotanalytics/latest/userguide/automate-proceed.md
@@ -7 +7 @@ Custom Docker container input/output variables
-AWS IoT Analytics is no longer available to new customers. Existing customers of AWS IoT Analytics can continue to use the service as normal. [Learn more](https://aws.amazon.com/blogs/iot/unlocking-scalable-iot-analytics-on-aws/)
+End of support notice: On December 15, 2025, AWS will end support for AWS IoT Analytics. After December 15, 2025, you will no longer be able to access the AWS IoT Analytics console, or AWS IoT Analytics resources. For more information, visit this [AWS IoT Analytics end of support](https://docs.aws.amazon.com/iotanalytics/latest/userguide/iotanalytics-end-of-support.html).
@@ -134 +134 @@ The program launched by your Docker image can read variables from the `params` f
-The program launched by your Docker image might also store its output in an Amazon S3 location. The output must be loaded with a "bucket-owner-full-control" [access control list](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html). The access list grants the AWS IoT Analytics service control over the uploaded output. In this example we extend the previous one to upload the contents of `example_var` to the Amazon S3 location defined by `custom_output` in the `params` file.
+The program launched by your Docker image might also store its output in an Amazon S3 location. The output must be loaded with a "bucket-owner-full-control" [access control list](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html). The access list grants the AWS IoT Analytics service control over the uploaded output. In this example we extend the previous one to upload the contents of `example_var` to the Amazon S3 location defined by `custom_output` in the `params` file.