sagemaker-python-sdk icon indicating copy to clipboard operation
sagemaker-python-sdk copied to clipboard

Broken link to aws workshops

Open Huntac opened this issue 1 year ago • 1 comments

This link: https://sagemaker.readthedocs.io/en/stable/workflows/step_functions/index.html from the workflows/step functions page in the documentation timed out repeatedly, doesn't seem like it's open access content anymore

Huntac avatar Sep 06 '24 15:09 Huntac

Hello i hoe it migth help

The issue you are encountering is related to the restriction of the "Enable Instance Hibernation" option in the RES blue environment, which is currently hardcoded to be available only for Windows OS. Despite using Amazon Machine Images (AMIs) that should theoretically support hibernation on Linux-based systems (Amazon Linux 2, Ubuntu 22.04, and RHEL 8), the hibernation option remains grayed out.

To resolve this issue, the hardcoded restriction in the file virtual-desktop-create-session-form.tsx should be modified to enable hibernation for all operating systems that meet the AWS requirements. This will align the behavior of the RES blue environment with AWS's general EC2 instance creation process.

Next Steps: Code Fix: Update the code to check for hibernation support dynamically based on the selected AMI and instance configuration, rather than restricting it to Windows OS. Testing: Test the updated configuration with the supported Linux AMIs to ensure that the hibernation option works as expected across different operating systems. This approach will ensure consistency with AWS's documentation and functionality, improving the user experience in the RES blue environment.

i hope it can helps!

RodrigoDiasDeOliveira avatar Sep 06 '24 22:09 RodrigoDiasDeOliveira

Fixed by https://github.com/aws/sagemaker-python-sdk/pull/5034

pintaoz-aws avatar Feb 13 '25 00:02 pintaoz-aws