- Newest
- Most votes
- Most comments
Based on the error message you're encountering, it appears that your WorkSpaces Pools authentication is working correctly, but there's an issue with resource allocation for the sessions.
The error "ERROR_TYPE_ALLOCATE_RESOURCE" with "No Streaming resources are available for your session" typically indicates a capacity issue in the availability zones where your WorkSpaces Pools are configured. This can happen even if you believe capacity is available.
A few things to check:
-
Verify that the subnets associated with your WorkSpaces Pools directory are in availability zones that have sufficient capacity. You might need to update or associate another subnet using other availability zones to your WorkSpaces Pool.
-
Check if there are any IP range conflicts. If your subnet includes an unavailable CIDR range, this could cause resource allocation failures.
-
Ensure that the SAML configuration is completely correct. While authentication appears successful based on CloudTrail logs, there might be subtle differences in how claims are processed between your personal Entra ID and the client's Entra ID.
-
Verify that your metadata file from the client's Entra ID is valid and properly formatted according to SAML 2.0 standards. Sometimes metadata files can have syntax errors or formatting issues that cause problems.
-
If you're using device-based access controls, ensure that the client devices are properly authorized to access the WorkSpaces.
Remember that WorkSpaces Pools only supports SAML 2.0 for authentication (not AWS Managed AD), so the SAML configuration needs to be precisely correct.
If the issue persists, you might need to wait for AWS to provision additional capacity in your selected availability zones, or consider updating your configuration to use subnets in different availability zones.
Sources
Using AWS Managed AD with WorkSpaces Pools - on the roadmap? | AWS re:Post
WorkSpaces Pools troubleshooting notification codes - Amazon WorkSpaces
AWS Worskpace issue | AWS re:Post
SSO metadata file invalid | AWS re:Post
answered 5 months ago
Relevant content
asked a year ago
asked a year ago
- AWS OFFICIALUpdated 15 days ago
