AWS finspace documentation change
Summary
Updated end-of-support timeline for Amazon FinSpace and removed S3 bucket policy example
Security assessment
Changes relate to service deprecation timeline rather than security fixes. Removal of policy example doesn't indicate security weakness.
Diff
diff --git a/finspace/latest/data-api/fs-using-the-finspace-api.md b/finspace/latest/data-api/fs-using-the-finspace-api.md index 67ab1bbf5..108220209 100644 --- a//finspace/latest/data-api/fs-using-the-finspace-api.md +++ b//finspace/latest/data-api/fs-using-the-finspace-api.md @@ -7 +7,3 @@ Accessing the FinSpace credentialsLoading data from an Amazon S3 Bucket using th -Amazon FinSpace Dataset Browser will be discontinued on `November 29, 2024`. Starting `November 29, 2023`, FinSpace will no longer accept the creation of new Dataset Browser environments. Customers using [Amazon FinSpace with Managed Kdb Insights](https://aws.amazon.com/finspace/features/managed-kdb-insights/) will not be affected. For more information, review the [FAQ](https://aws.amazon.com/finspace/faqs/) or contact [AWS Support](https://aws.amazon.com/contact-us/) to assist with your transition. +End of support notice: On October 7, 2026, AWS will end support for Amazon FinSpace. After October 7, 2026, you will no longer be able to access the FinSpace console or FinSpace resources. For more information, see [Amazon FinSpace end of support](https://docs.aws.amazon.com/finspace/latest/userguide/amazon-finspace-end-of-support.html). + +After careful consideration, we decided to end support for Amazon FinSpace, effective October 7, 2026. Amazon FinSpace will no longer accept new customers beginning October 7, 2025. As an existing customer with an Amazon FinSpace environment created before October 7, 2025, you can continue to use the service as normal. After October 7, 2026, you will no longer be able to use Amazon FinSpace. For more information, see [Amazon FinSpace end of support](https://docs.aws.amazon.com/finspace/latest/data-api/amazon-finspace-end-of-support.html). @@ -102,3 +103,0 @@ In order to setup access to an S3 bucket, you must be authorized to access the F - { "Version": "2012-10-17", "Id": "CrossAccountAccess", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::123456789101:role/FinSpaceServiceRole" ] }, "Action": "s3:GetObject", "Resource": "arn:aws:s3:::example-bucket/*" }, { "Effect": "Allow", "Principal": { "AWS": [ "arn:aws:iam::123456789101:role/FinSpaceServiceRole" ] }, "Action": "s3:ListBucket", "Resource": "arn:aws:s3:::example-bucket" } ] } - -