Instant Connection for Pixel Streaming
— New Feature Automated Setup





How To Fix Slow & Laggy Performance on AWS Workspaces VDIs?
How To Fix Slow & Laggy Performance on AWS Workspaces VDIs?
How To Fix Slow & Laggy Performance on AWS Workspaces VDIs?
Published on July 1, 2025
Table of Contents
I saw someone on Reddit say their AWS WorkSpace took 20 seconds just to open File Explorer. I wish I could say that’s rare.
But it’s not.
Lag, freezes, black screens, stuttering Zoom calls. If you’ve used AWS WorkSpaces long enough, you’ve probably been there. Maybe still are. And the worst part? Everything looks like it should work. You’ve got enough RAM. Decent specs. You even resized the bundle. Still slow. Still glitchy.
It's frustrating because you expect cloud VDIs to feel faster. Not like dragging your mouse through molasses.
I’ve worked with teams who spent hours poking around dashboards and logs trying to find the bottleneck. Sometimes it's fixable. Other times, you realize you’re duct-taping a system that just isn’t built for what you’re asking it to do.

Let’s figure out which one you’re dealing with.
When AWS WorkSpaces start lagging, most people assume it’s just “cloud stuff” or maybe their internet. Sometimes that’s true. But more often, it’s a mix of five or six things piling on each other.
Here’s the short list of usual suspects:
High network latency between your end users and the WorkSpaces region
Underpowered instance types (CPU, GPU, RAM mismatches)
Outdated client versions with bugs or missing fixes
Background processes choking the session silently
Firewall or proxy rules that block key ports or slow down video streams
And then there’s the sneaky stuff. Like hardware acceleration settings breaking input responsiveness. Or Zoom calls tanking performance because media optimization isn’t set up right.
AWS has tools for all this. CloudWatch, WorkSpaces logs, session metrics. But let’s be honest — most IT teams don’t have time to babysit dashboards every day.
The good news? If you know where to look, you can usually spot what’s slowing things down. The bad news? Fixing it isn’t always simple. But we’ll get into that next.
#1: Network Latency & Bandwidth Issues
One of the most common reasons AWS WorkSpaces feel slow is simple: your network connection is too far from where your WorkSpace is running. Latency affects everything. Mouse input, screen refresh, audio sync, even typing responsiveness.
AWS recommends keeping your round-trip time (RTT) under 100 milliseconds for a responsive experience. If you're above 200 milliseconds, the session may feel choppy. Anything near 375 milliseconds can cause disconnects or frozen screens.
You can measure RTT using the Amazon WorkSpaces Connection Health Check tool, which tells you how well your client can reach various AWS regions.
If you're seeing high latency, try these:
Move your WorkSpaces to a region closer to your users
Use wired connections instead of Wi-Fi
Check for VPNs or proxies adding delay
In enterprise cases, AWS Direct Connect can create more stable routing paths
And always test from the user's side too. I’ve seen slowness blamed on AWS when the real issue was hotel Wi-Fi.
#2: Client Software and Logging
The AWS WorkSpaces client is your users' front door. If it's outdated, misconfigured, or logging silent errors, everything can feel worse than it is.
Start with the basics: make sure the WorkSpaces client is up to date. AWS regularly releases performance fixes and compatibility updates. You can find the latest versions here.
Outdated clients are more likely to crash, freeze, or run into compatibility problems with new OS updates or backend changes.
Next, enable advanced logging. Most platforms (Windows, macOS, Linux) support this. Logs help identify authentication issues, rendering delays, or failed port connections. You can check AWS documentation for the instructions.
Look out for:
Repeated reconnect attempts
GPU acceleration errors
Failed audio or webcam handoffs
Proxy misconfigurations
Also, avoid running multiple versions of the client on the same machine. Conflicts happen more than you’d expect.
Client-side issues are often blamed on the cloud, but in many cases, the fix is right in front of the user.
#3: WorkSpace Resources and CPU Usage
Sometimes it’s not the network, not the client, not anything fancy. It’s just your WorkSpace running out of steam.
If users are reporting lag during simple tasks like opening Excel or using a browser, CPU or memory bottlenecks are likely. This is especially common if you're using the Standard bundle or below. Even background processes like Windows updates or antivirus scans can push CPU usage to 100 percent without warning.
Check system resource usage via Amazon CloudWatch. Every WorkSpace instance streams metrics like CPUUtilization and FreeMemory. If your CPU is constantly above 85 percent, it’s time to scale up.
Steps to take:
Restart the WorkSpace to clear up memory and background tasks
Use Task Manager to spot high CPU processes
Resize to a more powerful bundle (Performance, Power, or GPU-enabled if needed)
Keep in mind that resizing a WorkSpace requires a stop-start cycle, so plan accordingly.
Underpowered WorkSpaces might limp along, but they'll never feel fast. Don’t expect performance that just isn’t there.
#4: Graphics Settings and Hardware Acceleration
This one’s tricky because the setting that helps one user might break it for another. I’m talking about hardware acceleration in the WorkSpaces client.
When enabled, hardware acceleration offloads rendering to your local GPU. This can improve visual performance, but if your machine has GPU driver issues or limited graphics capability, it might cause problems instead. Common symptoms include:
Misaligned mouse clicks
Flickering UI elements
Frame lag or black windows
For Windows users, you can toggle this setting in the registry. AWS added this option in WorkSpaces Windows Client version 3.1.4 and later. You can the related section from AWS Client Troubleshooting documentation.
Steps to test:
Update to the latest WorkSpaces client
Try toggling hardware acceleration on or off, then relaunch
Compare responsiveness in everyday apps like Excel or Chrome
In my experience, turning acceleration off often improves stability, especially on laptops or VMs with limited graphics hardware. But it's worth testing both ways.
#5: Firewall, Ports, and Proxies
Sometimes it’s not the WorkSpace or the client at all. It’s the network in between, quietly blocking or throttling the connection.
Amazon WorkSpaces uses several specific ports for things like session streaming, authentication, and health checks. If those are blocked or filtered by your firewall, expect random disconnects, login failures, or just a very slow experience.
At a minimum, make sure these ports are open:
TCP 443 (authentication and API calls)
UDP and TCP 4172 (PCoIP streaming)
TCP 4195 (WSP streaming)
UDP 55000–55999 (audio, input, webcam streaming)
TCP 8200 (streaming health check)
Full requirements here:
AWS Network Requirements for WorkSpaces
Also, if your users are connecting through a proxy, things can get messy. Older clients especially struggle with custom proxy setups or SSL inspection. If you’re seeing login issues or connection drops and a proxy is involved, disable it temporarily and retest.
Inconsistent performance across users? That’s often a sign the network path is the real problem.
#6: Unified Communications Optimization
Running Zoom or Microsoft Teams inside a WorkSpace? If it’s stuttering, lagging, or crashing, you’re not alone.
Video conferencing tools are demanding. They need real-time audio, camera input, and consistent frame delivery. WorkSpaces wasn’t originally built with this kind of traffic in mind, so without proper configuration, the experience is usually bad.
The fix? Enable media optimization.
AWS supports two options:
In-session mode, where audio and video are processed inside the WorkSpace
Media-optimized mode, where media streams are offloaded to the local device
The second option offers far better performance. It bypasses the WorkSpace for webcam and audio traffic, reducing latency and freeing up CPU.
Here’s how to configure it:
Communication and Collaboration in WorkSpaces
A few things to keep in mind:
Only supported on Windows WorkSpaces
Requires up-to-date client and supported OS version
May conflict with third-party audio drivers or headset software
If your team spends time in meetings, this one setting can make a massive difference.
Top Mistakes Teams Are Making
I’ve worked with a bunch of teams using AWS WorkSpaces, and honestly, the problems aren’t always technical. A lot of the time, they come down to habits. Or assumptions.
Like this one:
"We upgraded the WorkSpace but it’s still slow."
Yeah, that’s because you threw more CPU at a network problem. Resizing doesn’t help when the issue is latency or bad routing.

Another one:
Leaving hardware acceleration on without testing it.
It sounds like a good idea, right? Use the local GPU, make things faster. Except sometimes it causes flickering, broken input, or worse. I’ve seen setups where disabling it actually fixed everything.
Then there’s the classic:
Nobody updates the client.
Seriously. I’ve walked into companies running year-old versions full of known bugs. One update later? Problems gone.
But the biggest mistake?
Assuming slowness is just how VDI works.
It’s not. A good setup should feel responsive. If it doesn’t, something’s wrong.
Now to be fair, AWS WorkSpaces isn’t all bad. It gives you flexibility. You can spin up desktops in different regions, manage users centrally, integrate with Active Directory. For a lot of teams, especially those already deep in the AWS ecosystem, it makes sense.
But here’s the catch. That flexibility comes with overhead.
You’re responsible for picking the right instance type. Monitoring usage. Tweaking settings. Troubleshooting every weird hiccup across different devices and networks. And when something breaks, it’s usually on you to dig through logs or chase down support tickets.
It works well when you’ve got time to maintain it. But when you don’t? When your users are all over the map, and you’re tired of fixing lag issues for the fifth time this week?
That’s when you start thinking, maybe this setup is doing more harm than good.
Smarter, More Scalable & Easy-to-Use Alternative: Vagon Teams
If you’ve gone through everything in this post, tuned the network, resized the WorkSpaces, checked the client and things still feel off, maybe it’s not just a configuration issue.
Maybe it’s the platform.
That’s the point where a lot of teams I talk to start looking for an alternative. Something that’s faster out of the box. Less to babysit. And a little more forgiving when your users are on different devices, networks, or time zones.
This is where Vagon Teams comes in.
It’s a cloud-native VDI platform, built for teams that need smooth, high-performance remote desktops without constant tuning. Everything runs on powerful GPUs by default. You don’t have to choose between “Standard” and “Performance” bundles. You just get performance.
Sessions can be shared instantly. Scaling is automatic. All the hardware demanding apps run smoothly. And you don’t need to spend hours tweaking network rules or decoding logs.
If AWS WorkSpaces works for you, great. But if you’re tired of fixing the same lag problems over and over, Vagon might be worth a serious look.
Sign up and give it a try to power of cloud: vagon.io/teams
Final thoughts
I’ve seen teams throw time, budget, and energy into keeping AWS WorkSpaces smooth. Sometimes it pays off. But too often, it just becomes another system that needs constant watching.
You shouldn’t have to trade performance for flexibility.
Whether you stick with AWS or explore something like Vagon Teams, the point is this: your remote desktop should feel fast. It should work without excuses. If it doesn’t, you’ve got options.
No one logs in to get frustrated. They log in to get stuff done.
Frequently Asked Questions (FAQs)
Why is my AWS WorkSpace so slow even though CPU and RAM are fine?
Often, the hidden culprit is network latency. AWS recommends RTT (round-trip time) under 100 ms for a responsive session — anything above 200 ms will feel sluggish, and over 375 ms may even disconnect the client. You can test this using the Connection Health Check tool. It’s surprisingly common to think the WorkSpace is fast until you realize the network path is slow.
How much bandwidth do I actually need for decent performance?
AWS documentation suggests a minimum of 1 Mbps download per user. For typical office tasks like email or spreadsheets, that’s usually enough. But if users stream video, browse media-heavy sites, or use HD meetings, you’ll need closer to 3 Mbps or more.
What ports do I need to open to avoid lag or disconnects?
Make sure these are allowed both inbound and outbound:
TCP 443 (authentication, API)
TCP+UDP 4172 (PCoIP stream)
TCP 4195 (WSP streaming)
UDP 55000–55999 (audio, webcam, input)
TCP 8200 (health checks)
If a proxy or SSL inspection is interfering, users may see login failures or frozen sessions.
Should I disable hardware acceleration by default?
Test it. It helps on systems with solid GPU drivers. But on laptops or older hardware, enabling it can cause mouse misalignment, flicker, or lag. Many users see better stability with it turned off. AWS supports toggling it in clients v3.1.4 and later.
What kind of WorkSpaces bundle should I use for good performance?
If users report slow launch times or apps stutter on light workloads, it often means CPU or memory bottlenecks. Monitor CloudWatch’s CPUUtilization
— if it’s consistently above 85%, resize to Performance or Power bundles, or GPU-enabled options.
How can I troubleshoot session issues via logs?
Enable Advanced Logging on your WorkSpaces client. On Windows, launch with ‑l3
; on macOS or Linux, use the appropriate flag. Logs gather detailed data—GPU errors, reconnect attempts, proxy failures—which you can upload for AWS Support review.
Zoom or Teams is choppy on AWS Workspaces. How do I optimize it?
Enable media-optimized mode, which routes video/audio directly from the client instead of through the WorkSpace. That makes a huge difference in latency and CPU load. Only available on Windows WorkSpaces with recent client versions.
Is slowness “normal” on AWS WorkSpaces?
No. AWS WorkSpaces are designed to perform well when tuned. If it feels sluggish, something likely needs adjustment—network, client, instance sizing, ports, or media configuration.
What if everything's tuned but it's still slow?
That happens. After optimizing network, clients, bundles, media settings, and ports, some teams still struggle—especially global or distributed teams. That’s where evaluating alternative platforms like Vagon Teams makes sense: simplified setup, built-in performance tuning, and no constant firefighting.
I saw someone on Reddit say their AWS WorkSpace took 20 seconds just to open File Explorer. I wish I could say that’s rare.
But it’s not.
Lag, freezes, black screens, stuttering Zoom calls. If you’ve used AWS WorkSpaces long enough, you’ve probably been there. Maybe still are. And the worst part? Everything looks like it should work. You’ve got enough RAM. Decent specs. You even resized the bundle. Still slow. Still glitchy.
It's frustrating because you expect cloud VDIs to feel faster. Not like dragging your mouse through molasses.
I’ve worked with teams who spent hours poking around dashboards and logs trying to find the bottleneck. Sometimes it's fixable. Other times, you realize you’re duct-taping a system that just isn’t built for what you’re asking it to do.

Let’s figure out which one you’re dealing with.
When AWS WorkSpaces start lagging, most people assume it’s just “cloud stuff” or maybe their internet. Sometimes that’s true. But more often, it’s a mix of five or six things piling on each other.
Here’s the short list of usual suspects:
High network latency between your end users and the WorkSpaces region
Underpowered instance types (CPU, GPU, RAM mismatches)
Outdated client versions with bugs or missing fixes
Background processes choking the session silently
Firewall or proxy rules that block key ports or slow down video streams
And then there’s the sneaky stuff. Like hardware acceleration settings breaking input responsiveness. Or Zoom calls tanking performance because media optimization isn’t set up right.
AWS has tools for all this. CloudWatch, WorkSpaces logs, session metrics. But let’s be honest — most IT teams don’t have time to babysit dashboards every day.
The good news? If you know where to look, you can usually spot what’s slowing things down. The bad news? Fixing it isn’t always simple. But we’ll get into that next.
#1: Network Latency & Bandwidth Issues
One of the most common reasons AWS WorkSpaces feel slow is simple: your network connection is too far from where your WorkSpace is running. Latency affects everything. Mouse input, screen refresh, audio sync, even typing responsiveness.
AWS recommends keeping your round-trip time (RTT) under 100 milliseconds for a responsive experience. If you're above 200 milliseconds, the session may feel choppy. Anything near 375 milliseconds can cause disconnects or frozen screens.
You can measure RTT using the Amazon WorkSpaces Connection Health Check tool, which tells you how well your client can reach various AWS regions.
If you're seeing high latency, try these:
Move your WorkSpaces to a region closer to your users
Use wired connections instead of Wi-Fi
Check for VPNs or proxies adding delay
In enterprise cases, AWS Direct Connect can create more stable routing paths
And always test from the user's side too. I’ve seen slowness blamed on AWS when the real issue was hotel Wi-Fi.
#2: Client Software and Logging
The AWS WorkSpaces client is your users' front door. If it's outdated, misconfigured, or logging silent errors, everything can feel worse than it is.
Start with the basics: make sure the WorkSpaces client is up to date. AWS regularly releases performance fixes and compatibility updates. You can find the latest versions here.
Outdated clients are more likely to crash, freeze, or run into compatibility problems with new OS updates or backend changes.
Next, enable advanced logging. Most platforms (Windows, macOS, Linux) support this. Logs help identify authentication issues, rendering delays, or failed port connections. You can check AWS documentation for the instructions.
Look out for:
Repeated reconnect attempts
GPU acceleration errors
Failed audio or webcam handoffs
Proxy misconfigurations
Also, avoid running multiple versions of the client on the same machine. Conflicts happen more than you’d expect.
Client-side issues are often blamed on the cloud, but in many cases, the fix is right in front of the user.
#3: WorkSpace Resources and CPU Usage
Sometimes it’s not the network, not the client, not anything fancy. It’s just your WorkSpace running out of steam.
If users are reporting lag during simple tasks like opening Excel or using a browser, CPU or memory bottlenecks are likely. This is especially common if you're using the Standard bundle or below. Even background processes like Windows updates or antivirus scans can push CPU usage to 100 percent without warning.
Check system resource usage via Amazon CloudWatch. Every WorkSpace instance streams metrics like CPUUtilization and FreeMemory. If your CPU is constantly above 85 percent, it’s time to scale up.
Steps to take:
Restart the WorkSpace to clear up memory and background tasks
Use Task Manager to spot high CPU processes
Resize to a more powerful bundle (Performance, Power, or GPU-enabled if needed)
Keep in mind that resizing a WorkSpace requires a stop-start cycle, so plan accordingly.
Underpowered WorkSpaces might limp along, but they'll never feel fast. Don’t expect performance that just isn’t there.
#4: Graphics Settings and Hardware Acceleration
This one’s tricky because the setting that helps one user might break it for another. I’m talking about hardware acceleration in the WorkSpaces client.
When enabled, hardware acceleration offloads rendering to your local GPU. This can improve visual performance, but if your machine has GPU driver issues or limited graphics capability, it might cause problems instead. Common symptoms include:
Misaligned mouse clicks
Flickering UI elements
Frame lag or black windows
For Windows users, you can toggle this setting in the registry. AWS added this option in WorkSpaces Windows Client version 3.1.4 and later. You can the related section from AWS Client Troubleshooting documentation.
Steps to test:
Update to the latest WorkSpaces client
Try toggling hardware acceleration on or off, then relaunch
Compare responsiveness in everyday apps like Excel or Chrome
In my experience, turning acceleration off often improves stability, especially on laptops or VMs with limited graphics hardware. But it's worth testing both ways.
#5: Firewall, Ports, and Proxies
Sometimes it’s not the WorkSpace or the client at all. It’s the network in between, quietly blocking or throttling the connection.
Amazon WorkSpaces uses several specific ports for things like session streaming, authentication, and health checks. If those are blocked or filtered by your firewall, expect random disconnects, login failures, or just a very slow experience.
At a minimum, make sure these ports are open:
TCP 443 (authentication and API calls)
UDP and TCP 4172 (PCoIP streaming)
TCP 4195 (WSP streaming)
UDP 55000–55999 (audio, input, webcam streaming)
TCP 8200 (streaming health check)
Full requirements here:
AWS Network Requirements for WorkSpaces
Also, if your users are connecting through a proxy, things can get messy. Older clients especially struggle with custom proxy setups or SSL inspection. If you’re seeing login issues or connection drops and a proxy is involved, disable it temporarily and retest.
Inconsistent performance across users? That’s often a sign the network path is the real problem.
#6: Unified Communications Optimization
Running Zoom or Microsoft Teams inside a WorkSpace? If it’s stuttering, lagging, or crashing, you’re not alone.
Video conferencing tools are demanding. They need real-time audio, camera input, and consistent frame delivery. WorkSpaces wasn’t originally built with this kind of traffic in mind, so without proper configuration, the experience is usually bad.
The fix? Enable media optimization.
AWS supports two options:
In-session mode, where audio and video are processed inside the WorkSpace
Media-optimized mode, where media streams are offloaded to the local device
The second option offers far better performance. It bypasses the WorkSpace for webcam and audio traffic, reducing latency and freeing up CPU.
Here’s how to configure it:
Communication and Collaboration in WorkSpaces
A few things to keep in mind:
Only supported on Windows WorkSpaces
Requires up-to-date client and supported OS version
May conflict with third-party audio drivers or headset software
If your team spends time in meetings, this one setting can make a massive difference.
Top Mistakes Teams Are Making
I’ve worked with a bunch of teams using AWS WorkSpaces, and honestly, the problems aren’t always technical. A lot of the time, they come down to habits. Or assumptions.
Like this one:
"We upgraded the WorkSpace but it’s still slow."
Yeah, that’s because you threw more CPU at a network problem. Resizing doesn’t help when the issue is latency or bad routing.

Another one:
Leaving hardware acceleration on without testing it.
It sounds like a good idea, right? Use the local GPU, make things faster. Except sometimes it causes flickering, broken input, or worse. I’ve seen setups where disabling it actually fixed everything.
Then there’s the classic:
Nobody updates the client.
Seriously. I’ve walked into companies running year-old versions full of known bugs. One update later? Problems gone.
But the biggest mistake?
Assuming slowness is just how VDI works.
It’s not. A good setup should feel responsive. If it doesn’t, something’s wrong.
Now to be fair, AWS WorkSpaces isn’t all bad. It gives you flexibility. You can spin up desktops in different regions, manage users centrally, integrate with Active Directory. For a lot of teams, especially those already deep in the AWS ecosystem, it makes sense.
But here’s the catch. That flexibility comes with overhead.
You’re responsible for picking the right instance type. Monitoring usage. Tweaking settings. Troubleshooting every weird hiccup across different devices and networks. And when something breaks, it’s usually on you to dig through logs or chase down support tickets.
It works well when you’ve got time to maintain it. But when you don’t? When your users are all over the map, and you’re tired of fixing lag issues for the fifth time this week?
That’s when you start thinking, maybe this setup is doing more harm than good.
Smarter, More Scalable & Easy-to-Use Alternative: Vagon Teams
If you’ve gone through everything in this post, tuned the network, resized the WorkSpaces, checked the client and things still feel off, maybe it’s not just a configuration issue.
Maybe it’s the platform.
That’s the point where a lot of teams I talk to start looking for an alternative. Something that’s faster out of the box. Less to babysit. And a little more forgiving when your users are on different devices, networks, or time zones.
This is where Vagon Teams comes in.
It’s a cloud-native VDI platform, built for teams that need smooth, high-performance remote desktops without constant tuning. Everything runs on powerful GPUs by default. You don’t have to choose between “Standard” and “Performance” bundles. You just get performance.
Sessions can be shared instantly. Scaling is automatic. All the hardware demanding apps run smoothly. And you don’t need to spend hours tweaking network rules or decoding logs.
If AWS WorkSpaces works for you, great. But if you’re tired of fixing the same lag problems over and over, Vagon might be worth a serious look.
Sign up and give it a try to power of cloud: vagon.io/teams
Final thoughts
I’ve seen teams throw time, budget, and energy into keeping AWS WorkSpaces smooth. Sometimes it pays off. But too often, it just becomes another system that needs constant watching.
You shouldn’t have to trade performance for flexibility.
Whether you stick with AWS or explore something like Vagon Teams, the point is this: your remote desktop should feel fast. It should work without excuses. If it doesn’t, you’ve got options.
No one logs in to get frustrated. They log in to get stuff done.
Frequently Asked Questions (FAQs)
Why is my AWS WorkSpace so slow even though CPU and RAM are fine?
Often, the hidden culprit is network latency. AWS recommends RTT (round-trip time) under 100 ms for a responsive session — anything above 200 ms will feel sluggish, and over 375 ms may even disconnect the client. You can test this using the Connection Health Check tool. It’s surprisingly common to think the WorkSpace is fast until you realize the network path is slow.
How much bandwidth do I actually need for decent performance?
AWS documentation suggests a minimum of 1 Mbps download per user. For typical office tasks like email or spreadsheets, that’s usually enough. But if users stream video, browse media-heavy sites, or use HD meetings, you’ll need closer to 3 Mbps or more.
What ports do I need to open to avoid lag or disconnects?
Make sure these are allowed both inbound and outbound:
TCP 443 (authentication, API)
TCP+UDP 4172 (PCoIP stream)
TCP 4195 (WSP streaming)
UDP 55000–55999 (audio, webcam, input)
TCP 8200 (health checks)
If a proxy or SSL inspection is interfering, users may see login failures or frozen sessions.
Should I disable hardware acceleration by default?
Test it. It helps on systems with solid GPU drivers. But on laptops or older hardware, enabling it can cause mouse misalignment, flicker, or lag. Many users see better stability with it turned off. AWS supports toggling it in clients v3.1.4 and later.
What kind of WorkSpaces bundle should I use for good performance?
If users report slow launch times or apps stutter on light workloads, it often means CPU or memory bottlenecks. Monitor CloudWatch’s CPUUtilization
— if it’s consistently above 85%, resize to Performance or Power bundles, or GPU-enabled options.
How can I troubleshoot session issues via logs?
Enable Advanced Logging on your WorkSpaces client. On Windows, launch with ‑l3
; on macOS or Linux, use the appropriate flag. Logs gather detailed data—GPU errors, reconnect attempts, proxy failures—which you can upload for AWS Support review.
Zoom or Teams is choppy on AWS Workspaces. How do I optimize it?
Enable media-optimized mode, which routes video/audio directly from the client instead of through the WorkSpace. That makes a huge difference in latency and CPU load. Only available on Windows WorkSpaces with recent client versions.
Is slowness “normal” on AWS WorkSpaces?
No. AWS WorkSpaces are designed to perform well when tuned. If it feels sluggish, something likely needs adjustment—network, client, instance sizing, ports, or media configuration.
What if everything's tuned but it's still slow?
That happens. After optimizing network, clients, bundles, media settings, and ports, some teams still struggle—especially global or distributed teams. That’s where evaluating alternative platforms like Vagon Teams makes sense: simplified setup, built-in performance tuning, and no constant firefighting.
Scalable Remote Desktop for your Team
Create cloud computers for your Team, manage their access & permissions in real-time. Start in minutes & scale.

Trial includes 1 hour usage + 7 days of
storage for first 2 seats.
Scalable Remote Desktop for your Team
Create cloud computers for your Team, manage their access & permissions in real-time. Start in minutes & scale.

Trial includes 1 hour usage + 7 days of
storage for first 2 seats.
Scalable Remote Desktop for your Team
Create cloud computers for your Team, manage their access & permissions in real-time. Start in minutes & scale.
Trial includes 1 hour usage + 7 days of
storage for first 2 seats.
Scalable Remote Desktop for your Team
Create cloud computers for your Team, manage their access & permissions in real-time. Start in minutes & scale.
Trial includes 1 hour usage + 7 days of
storage for first 2 seats.
Scalable Remote Desktop for your Team
Create cloud computers for your Team, manage their access & permissions in real-time. Start in minutes & scale.

Trial includes 1 hour usage + 7 days of
storage for first 2 seats.

Ready to focus on your creativity?
Vagon gives you the ability to create & render projects, collaborate, and stream applications with the power of the best hardware.

Vagon Blog
Run heavy applications on any device with
your personal computer on the cloud.
San Francisco, California
Solutions
Vagon Teams
Vagon Streams
Use Cases
Resources
Vagon Blog
PureWeb vs Vagon Streams: Best Alternative Pixel Streaming Platform
How to Use Photoshop On iPad
How To Fix Slow & Laggy Performance on AWS Workspaces VDIs?
Arcane Mirage vs Vagon Streams: Best Alternative Pixel Streaming Platform
The Best Unity Shortcuts
How to Render Faster in SketchUp
Running SketchUp on Low-End Devices
How To Run Unreal Engine on a Low-End Device (Even Without GPU)
How To Run Unity 3D On Low-End Laptop (Even Without GPU)
Vagon Blog
Run heavy applications on any device with
your personal computer on the cloud.
San Francisco, California
Solutions
Vagon Teams
Vagon Streams
Use Cases
Resources
Vagon Blog
PureWeb vs Vagon Streams: Best Alternative Pixel Streaming Platform
How to Use Photoshop On iPad
How To Fix Slow & Laggy Performance on AWS Workspaces VDIs?
Arcane Mirage vs Vagon Streams: Best Alternative Pixel Streaming Platform
The Best Unity Shortcuts
How to Render Faster in SketchUp
Running SketchUp on Low-End Devices
How To Run Unreal Engine on a Low-End Device (Even Without GPU)
How To Run Unity 3D On Low-End Laptop (Even Without GPU)
Vagon Blog
Run heavy applications on any device with
your personal computer on the cloud.
San Francisco, California
Solutions
Vagon Teams
Vagon Streams
Use Cases
Resources
Vagon Blog
PureWeb vs Vagon Streams: Best Alternative Pixel Streaming Platform
How to Use Photoshop On iPad
How To Fix Slow & Laggy Performance on AWS Workspaces VDIs?
Arcane Mirage vs Vagon Streams: Best Alternative Pixel Streaming Platform
The Best Unity Shortcuts
How to Render Faster in SketchUp
Running SketchUp on Low-End Devices
How To Run Unreal Engine on a Low-End Device (Even Without GPU)
How To Run Unity 3D On Low-End Laptop (Even Without GPU)
Vagon Blog
Run heavy applications on any device with
your personal computer on the cloud.
San Francisco, California
Solutions
Vagon Teams
Vagon Streams
Use Cases
Resources
Vagon Blog