- Newest
- Most votes
- Most comments
When experiencing a ServiceQuotaExceededException with AWS Transform in Visual Studio despite having an active Amazon Q Developer Pro subscription, there are several potential issues to consider.
First, it's important to understand the quotas that apply to .NET transformations with Amazon Q in the IDE:
- Lines of code per job: Maximum 100,000 lines of code
- Concurrent jobs: Limited to 1 job per user and 2 jobs per AWS account
For Java transformations, there are different tiers (Free vs Pro) with different quotas, but for .NET transformations, the documentation doesn't indicate separate tier limits like it does for Java.
To troubleshoot this issue:
-
Check if you're exceeding the 100,000 lines of code limit for .NET transformations.
-
Verify that you don't have other transformation jobs running concurrently (limit is 1 per user).
-
Confirm that your organization isn't exceeding the 2 concurrent jobs per AWS account limit.
-
Check the IDE logs for more detailed information:
- In Visual Studio, go to View > Command Palette
- Enter "Amazon Q: View Logs" to open the logs
- Use Ctrl+F to search for transformation-related errors
-
If you're using AWS Transform specifically (rather than Amazon Q Developer directly), ensure you've properly enrolled users following the AWS Transform documentation.
-
There could be a delay between subscription activation and recognition in the IDE, so waiting some time and trying again might help.
If these steps don't resolve the issue, contact AWS Support and include your transformation job ID in the support case for more targeted assistance.
Sources
Transforming .NET applications with Amazon Q Developer - Amazon Q Developer
Transforming Java applications with Amazon Q Developer - Amazon Q Developer
Port your .NET Framework applications to Linux with AWS Transform for .NET | Microsoft Workloads on AWS
Troubleshoot Amazon Q Developer code transformation failures | AWS re:Post
Relevant content
asked 10 months ago
asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
