AWS gameliftservers medium security documentation change
Summary
Added support for Node.js 24.x with security improvements and install script capability for Realtime fleets
Security assessment
Explicitly mentions security improvements through Node.js runtime update. The install script capability could have security implications if misconfigured, though no specific vulnerabilities are referenced.
Diff
diff --git a/gameliftservers/latest/developerguide/release-notes.md b/gameliftservers/latest/developerguide/release-notes.md index d7947e0b2..d3d3d8a00 100644 --- a//gameliftservers/latest/developerguide/release-notes.md +++ b//gameliftservers/latest/developerguide/release-notes.md @@ -94,0 +95,20 @@ The following release notes are in chronological order, with the latest updates +Amazon GameLift Servers Realtime now supports Node.js 24.x on Amazon Linux 2023. This update provides access to the latest Node.js features and security improvements while running on the modern Amazon Linux 2023 operating system. + +You can now also include an optional install script when creating a Realtime fleet, allowing the installation of software during instance startup for your specific requirements. To use the new runtime version, specify Node.js 24.x when creating Realtime scripts. + +Amazon GameLift Servers API Reference links: + + * [AWS SDK action `CreateScript`](https://docs.aws.amazon.com/gameliftservers/latest/apireference/API_CreateScript.html) + + + + +###### **Learn more:** + + * [Node.js runtime versions](https://docs.aws.amazon.com/gameliftservers/latest/realtimeguide/realtime-script.html#realtime-script-nodejs) + + * [Add an install script](https://docs.aws.amazon.com/gameliftservers/latest/realtimeguide/realtime-script-uploading.html) + + + +