あまり見かけないのですが、SageMakerのライブラリは GitHub に公開されているので、ローカルに構築可能です。
SageMaker は無料枠が無いので、お金をかけたくない個人ユーザーは活用すると良いと思います。
リポジトリ
The SageMaker Python SDK is built to PyPI and can be installed with pip as follows:
pip install sagemaker
You can install from source by cloning this repository >and running a pip install command in the root directory of the repository:
git clone https://github.com/aws/sagemaker-python-sdk.git
cd sagemaker-python-sdk
pip install .
Amazon SageMaker Examples - SageMakerのサンプルソース集
使い方
Anaconda をインストールして、Jupyter Notebook や Jupyter lab と一緒に使いましょう。
ただ、conda skeleton でビルドしようとして上手くいかなかったので、公式の手順の通りに pip コマンドで入れてしまいました。。。
併せて、awscli もインストールすると使い方が広がります。