AWS finspace documentation change
Summary
Added deprecation notice and removed example IAM policy for programmatic credentials
Security assessment
Removal of an IAM policy example could impact credential management documentation but does not directly address a security vulnerability or add security guidance.
Diff
diff --git a/finspace/latest/userguide/temporary-credentials.md b/finspace/latest/userguide/temporary-credentials.md index 53738bd50..cea761458 100644 --- a//finspace/latest/userguide/temporary-credentials.md +++ b//finspace/latest/userguide/temporary-credentials.md @@ -6,0 +7,2 @@ Obtaining the credentials using FinSpaceObtaining the credentials programmatical +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/userguide/amazon-finspace-end-of-support.html). + @@ -91,11 +92,0 @@ The IAM role must reside in the AWS account that you used to create your FinSpac - { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Action": "finspace-api:GetProgrammaticAccessCredentials", - "Resource": "arn:aws:finspace-api:<region>:<account-id>:/credentials/programmatic" - } - ] - } -