claude-code - 💡(How to fix) Fix [BUG] Cowork "Virtualization is not available" on EC2 Windows t3.large — nested virtualization not supported on Nitro instances [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45280Fetched 2026-04-09 08:09:02
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Error Message

Cowork is unusable on AWS EC2 Windows instances. The error "Claude's workspace requires Virtual Machine Platform, but the virtualization service isn't responding" appears and cannot be resolved because EC2 Nitro instances (e.g. t3.large) do not support nested virtualization — meaning Cowork's VM can never initialize. Either Cowork works on EC2, or the error message clearly states "Cowork is not supported on cloud VMs / EC2 instances" rather than misleadingly suggesting a BIOS/restart fix.

Error Messages/Logs

  • Error appears immediately, restarting does not help

Root Cause

Cowork is unusable on AWS EC2 Windows instances. The error "Claude's workspace requires Virtual Machine Platform, but the virtualization service isn't responding" appears and cannot be resolved because EC2 Nitro instances (e.g. t3.large) do not support nested virtualization — meaning Cowork's VM can never initialize.

Code Example

Virtualization is not available

Claude's workspace requires Virtual Machine Platform, but the virtualization service isn't responding. Restart your computer to resolve this.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Cowork is unusable on AWS EC2 Windows instances. The error "Claude's workspace requires Virtual Machine Platform, but the virtualization service isn't responding" appears and cannot be resolved because EC2 Nitro instances (e.g. t3.large) do not support nested virtualization — meaning Cowork's VM can never initialize.

Environment:

  • Instance type: t3.large (AWS EC2, Nitro hypervisor)
  • OS: Windows Server (Administrator account)
  • Virtual Machine Platform: Enabled
  • CoworkVMService: Running
  • %APPDATA%\Claude: Never created — VM never initializes
  • systeminfo Hyper-V: "A hypervisor has been detected. Features required for Hyper-V will not be displayed."

What Should Happen?

Either Cowork works on EC2, or the error message clearly states "Cowork is not supported on cloud VMs / EC2 instances" rather than misleadingly suggesting a BIOS/restart fix.

Error Messages/Logs

Virtualization is not available

Claude's workspace requires Virtual Machine Platform, but the virtualization service isn't responding. Restart your computer to resolve this.

Steps to Reproduce

  • Launch a t3.large EC2 Windows instance
  • Install Claude Desktop
  • Open Cowork tab
  • Error appears immediately, restarting does not help
  • aws ec2 modify-instance-attribute --attribute nestedVirtualization returns Unknown attribute for t3

Claude Model

Opus

Is this a regression?

No, this never worked

Last Working Version

No response

Claude Code Version

2.1.59 (Claude Code)

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

PowerShell

Additional Information

No response

extent analysis

TL;DR

The issue can be addressed by updating the error message to clearly state that Cowork is not supported on EC2 instances due to the lack of nested virtualization support.

Guidance

  • Verify that the instance type used does not support nested virtualization, as indicated by the aws ec2 modify-instance-attribute --attribute nestedVirtualization command returning "Unknown attribute".
  • Check the official documentation for supported instance types and virtualization requirements for Cowork.
  • Consider using a different instance type that supports nested virtualization, if available.
  • Update the error message to reflect the incompatibility with EC2 instances, rather than suggesting a restart or BIOS fix.

Example

No code snippet is provided as it is not necessary for this issue.

Notes

The issue is specific to EC2 instances with the Nitro hypervisor, which do not support nested virtualization. This limitation is a known constraint and should be clearly communicated to users.

Recommendation

Apply workaround: Update the error message to clearly state the incompatibility with EC2 instances. This will help prevent confusion and provide a clearer understanding of the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING