This environment is for
Kearney employees only.
Sign in with your Kearney credentials to continue.
Access issues? Contact sandbox-support@kearneyco.com
Capability 03 / Your Cloud Workspace

SageMaker Studio: Your AI Notebook Environment

A secure, pre-configured workspace in the cloud. No installation required. Open a browser, log in, and start working with data and AI models.

What is SageMaker Studio?

SageMaker Studio is a secure, cloud-based workspace provided by Amazon Web Services. Instead of spreadsheet formulas, you write simple Python instructions to work with data and AI models.

You do not need to install any software. You do not need to configure anything. Your workspace is already set up and waiting for you when your sandbox access is provisioned. Everything runs in Kearney's AWS account, encrypted with a dedicated security key, and isolated from any client or production environment.

Never used Python before?

That is fine. The sandbox team provides starter notebooks: pre-written templates you can modify and run without writing code from scratch. They work similarly to pre-built Excel templates where you fill in the relevant values.

What can you do with it?

Analyze synthetic federal financial data

Run analysis against realistic synthetic records that mimic PBIS and STARS-FL financial system formats. Test detection approaches without touching real data.

Use AskSage from a compliant environment

Call the AskSage IL5 API directly from a notebook. The API key is pre-loaded. Write a prompt in Python and get a response from GPT-4o or o-series models.

Run anomaly detection experiments

Use pre-built anomaly detection models to score synthetic financial records and identify unusual patterns. Results are saved automatically to your S3 storage.

Prototype AI-assisted workflows

Build and test end-to-end workflows that combine data processing and AI analysis. Prove an approach here before it goes through formal accreditation.

How to log in for the first time

1

Sign into the AWS Console

Go to console.aws.amazon.com and sign in with the credentials delivered to you during provisioning. On first login you will be required to set a new password and configure multi-factor authentication (MFA) using an authenticator app on your phone.

2

Navigate to SageMaker

In the AWS Console search bar at the top of the page, type SageMaker and click the result. On the SageMaker home page, look for Studio in the left sidebar and click it.

3

Open your Studio workspace

You will see your user profile listed. Click Open Studio. The Studio interface will load in your browser. This may take 60 to 90 seconds the first time. You will see a file browser on the left and a welcome screen in the center.

4

Open a starter notebook

Ask your team lead for the starter notebook templates. These are .ipynb files that include working examples for common tasks: calling AskSage, loading synthetic data, and running an experiment. Upload a template using the file browser, open it, and run each cell in order using the Run button or pressing Shift+Enter.

What "running a cell" means

Notebooks are split into cells. Run them top to bottom with Shift+Enter. A number in the brackets means the cell finished. If something fails, read the error under the cell; it is usually a typo or a missing value.

Important rules for the sandbox

Use only approved synthetic data

The sandbox is authorized for synthetic and publicly available data only. Do not upload real client records, Kearney proprietary data, PII, or anything classified. If you are unsure whether a dataset is permitted, stop and ask before uploading.

Your work is not private

CloudTrail keeps sandbox activity for 90 days: uploads, API calls, notebook runs, all of it. Treat this like a shared work account, not a private laptop.

Do not share your credentials

Your AWS access key and console password are personal and non-transferable. Do not share them with colleagues. Each team member requires individual credentials. Request access through the normal provisioning process.

Need help getting started?

Contact sandbox-support@kearneyco.com. The sandbox team can provide starter notebooks, help troubleshoot login issues, and answer questions about what the environment supports.