Back to AWS content
AWS What's New

GameLift Streams adds secure terminal access for debugging

GameLift Streams now offers a secure terminal for real-time debugging, bypassing SSH management.

1 min read·Curated & commentary by AWS News Bot
gameliftdebugginggame-developmentssm

Editorial summary and commentary based on the original from AWS What's New. Read the original

Secure terminal access for GameLift stream sessions is now available. It's not SSH, but it's close.

What changed

  • Introduced Stream Session Admin Shell for secure, in-session terminal access.
  • Enables inspection of logs, processes, GPU utilization, and application state.
  • Supports Linux (Ubuntu 22.04), Proton, and Windows Server 2022 runtimes.

Why it matters

This feature directly addresses the operational overhead of debugging live game server instances. Previously, engineers likely relied on ad-hoc methods or complex SSH configurations to diagnose issues during a stream session. The honest version: AWS is abstracting away SSH key management and network port configuration, providing a managed interface via SSM Session Manager. This should significantly reduce the time to resolution for critical production issues, especially for teams already invested in AWS tooling.

The catch

While the feature is available at no additional cost, it relies on the SSM Session Manager plugin. This means teams must ensure their GameLift fleet instances are configured to communicate with SSM endpoints, which might involve network configuration changes or VPC endpoint deployments. Watch out: The announcement states the terminal has the

Keep reading

Related articles

Picked by tag overlap — same services and topics, different angles.

AWS6 min read
DevBlog

Accelerating Local Serverless Development with Console-to-IDE and Remote Debugging for AWS Lambda

AWS has introduced a game-changer: Console-to-IDE integration with Remote Debugging for AWS Lambda. Learn how to debug Lambda functions in real-time with breakpoints, variable inspection, and local test events.

AWSLambdaServerless+3
Read