# Architecture overview

The architecture of Sandbox Studio brings together multiple AWS services to deliver secure, temporary sandbox environments. At a high level, the solution uses a combination of managed services that each play a specific role — from provisioning accounts and handling authentication, to monitoring usage and cleaning up resources. These services work together through event-driven automation and serverless functions to ensure scale, reliability, and efficiency. Security and compliance are built into the design, with controls such as least-privilege access, encryption, service control policies (SCPs), and network isolation.

The following sections provide more detail on the overall solution design, the AWS services used, and the security model that underpins it.

# Solution Architecture

Sandbox Studio solution is built entirely on AWS services, with each component playing a specific role in delivering, securing, and managing sandbox environments. The architecture uses managed services to ensure scalability, security, and automation.

The diagram below shows the main components and how they interact. Follow the numbered sections in this guide to understand the purpose and function of each component in the solution.

[![Sandbox Studio Diagrams-Public.drawio (1).png](https://docs.sandboxstudiosoftware.com/uploads/images/gallery/2025-10/sandbox-studio-diagrams-public-drawio-1.png)](https://docs.sandboxstudiosoftware.com/uploads/images/gallery/2025-08/YYCsandbox-studio-high-level-architecture.png)

#### 1. User Roles &amp; Responsibilities

Sandbox Studio supports **three types of users**, each with distinct responsibilities:

**1. Administrators**

Responsible for configuring and maintaining Sandbox Studio for their organisation.  
Key responsibilities include:

- Setting **global policies** such as maximum budget thresholds and cleanup rules.
- Managing **AWS integration**, including permissions and guardrails.
- Provisioning new sandbox accounts when needed.
- Overseeing **security and governance** settings.

**2. Managers**

Oversee day-to-day sandbox usage within a team or department.  
Key responsibilities include:

- Approving or rejecting sandbox requests.
- Assigning account templates to users.
- Tracking **spending** and **activity** for accounts under their supervision.

**3. Sandbox Users**

Request and use sandbox accounts for **development, testing, training, or experimentation**.  
They must operate within:

- Guardrails
- Permissions
- Budget limits

---

#### 2. Authentication and Access

- All users access Sandbox Studio via a **SAML 2.0 application** using **AWS IAM Identity Center**.
- IAM Identity Center can:
    
    
    - Use its **own internal user store**, or
    - Integrate with **external identity providers** (e.g., Okta, Microsoft Entra ID).
- Most organisations with an existing **AWS Organisation** use an external provider for centralised identity management.

---

#### 3. Application Entry Point

- The **web UI** is accessed through **Amazon CloudFront**, which serves as a single entry point for:
    
    
    - The static web UI (hosted in Amazon S3).
    - API endpoints (via Amazon API Gateway).

---

#### 4. UI Hosting

- **Amazon S3** hosts static assets such as **HTML, CSS, and JavaScript** files.

---

#### 5. API Protection

- **AWS WAF** protects API Gateway from common exploits, bots, and resource abuse.

---

#### 6. API Gateway

- The web UI communicates with **Amazon API Gateway REST APIs** to:
    
    
    - Fetch data
    - Update configuration and status information
- **AWS Lambda functions** authorize requests using **role-based access control** based on IAM Identity Center groups.

---

#### 7. Backend

**AWS Lambda** is used throughout Sandbox Studio to run backend logic, including:

- **Authorizing API requests** based on group memberships.
- **Reading and writing data** to a database.
- **Monitoring account leases** for budget or duration threshold breaches.
- **Invoking lifecycle actions** such as account cleanup, OU movement, and permission updates.

---

#### 8. Database

- **AWS Lambda** functions read and write configuration and status data to a **PostgreSQL** database deployed using **Amazon** **Relational Database Service (RDS)**.
- The RDS database runs **inside a VPC** in the **sandbox hub account**.

---

#### 9. Networking

The Amazon **Virtual Private Cloud (VPC)** hosts the PostgreSQL RDS database used by Sandbox Studio.  
Key characteristics include:

- **Private subnets** for hosting the RDS database securely.
- **VPC-enabled Lambda functions** to allow direct database access.
- **Network isolation** from other AWS resources to protect sensitive configuration and status data.

---

#### 10. Account Lifecycle Management

- AWS Step Functions coordinate the lifecycle of sandbox accounts, including: 
    - Onboarding new accounts
    - Terminating leases
    - Cleaning up accounts for reuse
- Step Functions move accounts between **Organizational Units (OUs)** based on their current status.
- Onboarding or termination events trigger dedicated cleanup workflows. These workflows can invoke other AWS services, such as **AWS CodeBuild**, to run resource deletion tools like **AWS Nuke**, ensuring all user-created resources are removed before the account is returned to the available pool.

---

#### 11. Event-Driven Automation

- **Amazon EventBridge** routes lifecycle events such as
    
    
    - **Lease budget breaches**
    - **Lease duration breaches**
- When triggered, these events can:
    
    
    - Send email notifications
    - Invoke Lambda functions and Step Functions to manage lifecycle actions

---

#### 12. Sandbox Account Access

- Users can access assigned AWS sandbox accounts via:
    
    
    - **AWS IAM Identity Center Access Portal** (console access)
    - **Programmatic access** using generated credentials
- The Sandbox Studio web UI provides **SSO links** for direct AWS console login.

---

#### 13. Licensing Server

- Sandbox Studio regularly queries the Sandbox Studio Software Licensing Service to confirm the customer's entitlement. That service will also query the AWS Marketplace.

---

**Note:** a number of other supporting AWS services are used by Sandbox Studio. Please see [AWS services in this solution](https://docs.sandboxstudiosoftware.com/books/installation-guide/page/aws-services-in-this-solution "AWS services in this solution") for the full list.

# AWS services in this solution

Sandbox Studio uses a combination of **AWS managed services** to securely deliver, manage, and clean up sandbox environments. The table below describes the core AWS services used in the solution.

<div class="_tableContainer_1rjym_1" id="bkmrk-aws-service-descript"><div class="_tableWrapper_1rjym_13 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" data-end="2542" data-start="452" style="width: 100%; height: 646.735px;"><thead data-end="489" data-start="452"><tr data-end="489" data-start="452" style="height: 29.7969px;"><th class="align-left" data-col-size="sm" data-end="470" data-start="452" style="width: 20.8194%; height: 29.7969px;">**AWS Service**</th><th class="align-left" data-col-size="xl" data-end="489" data-start="470" style="width: 79.0615%; height: 29.7969px;">**Description**</th></tr></thead><tbody data-end="2542" data-start="528"><tr data-end="730" data-start="528" style="height: 46.5938px;"><td data-col-size="sm" data-end="552" data-start="528" style="width: 20.8194%; height: 46.5938px;">[Amazon CloudFront](https://aws.amazon.com/cloudfront/)</td><td data-col-size="xl" data-end="730" data-start="552" style="width: 79.0615%; height: 46.5938px;">Acts as the **entry point** into the application. It fronts both the static website (hosted in Amazon S3) and the API Gateway, ensuring secure and efficient content delivery.</td></tr><tr data-end="919" data-start="731" style="height: 57.7969px;"><td data-col-size="sm" data-end="761" data-start="731" style="width: 20.8194%; height: 57.7969px;">[AWS IAM Identity Center](https://aws.amazon.com/iam/identity-center/)</td><td data-col-size="xl" data-end="919" data-start="761" style="width: 79.0615%; height: 57.7969px;">Manages **all user access** to the solution. Every user has an account in IAM Identity Center, where access permissions and group memberships are defined.</td></tr><tr data-end="1091" data-start="920" style="height: 46.5938px;"><td data-col-size="sm" data-end="940" data-start="920" style="width: 20.8194%; height: 46.5938px;">[AWS AppConfig](https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html)</td><td data-col-size="xl" data-end="1091" data-start="940" style="width: 79.0615%; height: 46.5938px;">Stores **global limits and application settings**, allowing configuration updates without code changes. Used across multiple parts of the solution.</td></tr><tr data-end="1290" data-start="1092" style="height: 46.5938px;"><td data-col-size="sm" data-end="1116" data-start="1092" style="width: 20.8194%; height: 46.5938px;">[AWS Organisations](https://aws.amazon.com/organizations/)</td><td data-col-size="xl" data-end="1290" data-start="1116" style="width: 79.0615%; height: 46.5938px;">Hosts all **organisational units (OUs)** used to manage sandbox accounts. The solution places accounts in different OUs depending on their state in the sandbox lifecycle.</td></tr><tr data-end="1419" data-start="1291" style="height: 46.5938px;"><td data-col-size="sm" data-end="1308" data-start="1291" style="width: 20.8194%; height: 46.5938px;">[Amazon RDS](https://aws.amazon.com/products/databases/)</td><td data-col-size="xl" data-end="1419" data-start="1308" style="width: 79.0615%; height: 46.5938px;">Provides a **PostgreSQL database** for storing structured data such as account templates and lease records.</td></tr><tr data-end="1551" data-start="1420" style="height: 35.3984px;"><td data-col-size="sm" data-end="1446" data-start="1420" style="width: 20.8194%; height: 35.3984px;">[AWS Secrets Manager](https://aws.amazon.com/secrets-manager/)</td><td data-col-size="xl" data-end="1551" data-start="1446" style="width: 79.0615%; height: 35.3984px;">Securely stores **private keys for authentication** and database credentials used by the application.</td></tr><tr data-end="1708" data-start="1552" style="height: 46.5938px;"><td data-col-size="sm" data-end="1569" data-start="1552" style="width: 20.8194%; height: 46.5938px;">[AWS Lambda](https://aws.amazon.com/lambda/)</td><td data-col-size="xl" data-end="1708" data-start="1569" style="width: 79.0615%; height: 46.5938px;">Runs **all backend compute** for the application using a serverless architecture, avoiding the need for containers or virtual machines.</td></tr><tr data-end="1888" data-start="1709" style="height: 46.5938px;"><td data-col-size="sm" data-end="1729" data-start="1709" style="width: 20.8194%; height: 46.5938px;">[AWS CodeBuild](https://aws.amazon.com/codebuild/)</td><td data-col-size="xl" data-end="1888" data-start="1729" style="width: 79.0615%; height: 46.5938px;">Runs **pre-launch tasks** (such as deploying resources into new accounts) and **cleanup tasks** (such as deleting resources after a sandbox lease expires).</td></tr><tr data-end="1963" data-start="1889" style="height: 35.3984px;"><td data-col-size="sm" data-end="1905" data-start="1889" style="width: 20.8194%; height: 35.3984px;">[Amazon S3](https://aws.amazon.com/s3/)</td><td data-col-size="xl" data-end="1963" data-start="1905" style="width: 79.0615%; height: 35.3984px;">Hosts the **main static website** for the application.</td></tr><tr data-end="2082" data-start="1964" style="height: 57.7969px;"><td data-col-size="sm" data-end="2003" data-start="1964" style="width: 20.8194%; height: 57.7969px;">[AWS Key Management Service (AWS KMS)](https://aws.amazon.com/kms/)</td><td data-col-size="xl" data-end="2082" data-start="2003" style="width: 79.0615%; height: 57.7969px;">Uses **customer-managed keys** to encrypt various elements of the solution.</td></tr><tr data-end="2208" data-start="2083" style="height: 57.7969px;"><td data-col-size="sm" data-end="2123" data-start="2083" style="width: 20.8194%; height: 57.7969px;">[Amazon Simple Queue Service (Amazon SQS)](https://aws.amazon.com/sqs/)</td><td data-col-size="xl" data-end="2208" data-start="2123" style="width: 79.0615%; height: 57.7969px;">Handles **asynchronous events** such as bulk account setup or cleanup operations.</td></tr><tr data-end="2386" data-start="2209" style="height: 46.5938px;"><td data-col-size="sm" data-end="2251" data-start="2209" style="width: 20.8194%; height: 46.5938px;">[AWS Systems Manager](https://aws.amazon.com/systems-manager/)</td><td data-col-size="xl" data-end="2386" data-start="2251" style="width: 79.0615%; height: 46.5938px;">Uses AWS Systems Manager **Parameter Store** to store **installation-time configuration variables** that need to be shared across different CloudFormation stacks in the solution.</td></tr><tr data-end="2542" data-start="2387" style="height: 46.5938px;"><td data-col-size="sm" data-end="2411" data-start="2387" style="width: 20.8194%; height: 46.5938px;">[Amazon CloudWatch](https://aws.amazon.com/cloudwatch/)</td><td data-col-size="xl" data-end="2542" data-start="2411" style="width: 79.0615%; height: 46.5938px;">Captures **all application logs and system metrics**, allowing administrators to monitor system health and troubleshoot issues.</td></tr></tbody></table>

</div></div>

# Security & Compliance

This page provides an overview of the security model used by **Sandbox Studio**. It explains how the solution is deployed, the controls in place, and how it aligns with enterprise security, compliance, and governance requirements.

---

#### Deployment Model

- **Customer-owned deployment** – Sandbox Studio is deployed into your own **AWS Organisation or Landing Zone**. It is not SaaS.
- **Full control** – You retain complete ownership of AWS accounts, configurations, and network boundaries.
- **Account isolation** – Sandbox accounts are provisioned into dedicated **Organisational Units (OUs)** with **Service Control Policies (SCPs)** applied to enforce guardrails.

---

#### Data Protection

- **No production data ingestion** – Sandbox Studio does not ingest, store, or process production workloads unless specifically configured to do so.
- **Local metadata** – Configuration data, logs, and monitoring outputs remain within your AWS accounts unless explicitly shared.
- **Encryption standards**:
    
    
    - **In transit** – All communication uses TLS 1.2 or higher.
    - **At rest** – All persistent data is encrypted with AWS KMS (customer-managed where appropriate).
- **Credential handling** – No AWS credentials are stored outside your environment.

---

#### Identity &amp; Access Management

##### IAM Roles

- Multiple **IAM roles** are deployed to run Sandbox Studio and discover resources within AWS accounts.
- Roles follow **least privilege principles**, granting only the minimal permissions required for each function.
- Separation of duties is enforced across deployment, lifecycle automation, and monitoring components.

##### IAM Identity Center &amp; SAML

- **AWS IAM Identity Center** (formerly AWS SSO) provides **centralised authentication**.
- Sandbox Studio integrates with **SAML 2.0 identity providers** (e.g., Okta, Microsoft Entra ID) for seamless single sign-on.
- Users sign into the Sandbox Studio web UI with **existing corporate credentials**, eliminating the need for local passwords.

##### Role-based Access

- Access levels are defined by **permission sets**:
    
    
    - **End users** – Request and operate sandbox accounts.
    - **Managers** – Approve requests, define templates, and oversee usage.
    - **Administrators** – Configure global settings, guardrails, and integrations.
- **SCP enforcement** prevents privilege escalation, service misuse, or bypassing of governance controls.

---

#### Network Security

Sandbox Studio backend services run inside a **dedicated VPC** with a layered subnet model to enforce isolation.

- **Three subnet tiers**:
    
    
    - **Public subnet** – Only for CloudFront distribution and API Gateway.
    - **Private application subnets** – Run AWS Lambda functions with **controlled outbound-only egress** for required API calls.
    - **Private database subnets** – Host PostgreSQL RDS, with **no inbound or outbound internet access**.
- **No direct internet exposure** – Backend compute and storage remain fully private.
- **AWS WAF protection** – A **regional WAF ACL** secures API Gateway endpoints using four AWS managed rule groups and two custom rules.
- **Separation of duties** – Network boundaries ensure web entry points, compute, and data tiers are isolated.

---

#### Core Security Services

##### AWS Key Management Service (KMS)

- Sandbox Studio creates **four Customer Managed Keys (CMKs)**, one per stack (AccountPool, IDC, Data, Compute).
- Each CMK encrypts AWS resources such as:
    
    
    - CloudWatch Logs
    - Amazon SQS queues
    - EventBridge event buses
    - AWS Secrets Manager secrets
    - AWS CodeBuild projects
    - Amazon RDS database
- CMKs follow **separation of concerns**, limiting key scope and permissions per stack.

##### AWS WAF

- Web Application Firewall (WAF) protects **API Gateway endpoints**.
- Rules include managed protections (e.g., SQLi, XSS, bot control) and two custom allowlists.
- Default behaviour blocks any request failing rule evaluation.

##### Amazon CloudFront

- Serves the Sandbox Studio web UI hosted in **Amazon S3**.
- Configured with **TLS 1.2+** for all sessions.
- Adds **HTTP security headers** to viewer responses.
- For stricter TLS enforcement, a custom certificate can be applied to require TLS 1.2 or TLS 1.3.

##### Amazon RDS

- All user data stored in **Amazon RDS** (Relational Database Service) is encrypted at rest with **AWS KMS CMKs**.

##### AWS Lambda

- All backend logic runs on **serverless Lambda functions**.
- Each function uses the **most recent stable runtime**.
- **No secrets are logged**, and IAM roles are isolated per function.
- Functions operate with **least-privilege permissions** and scoped network access.

---

#### Lifecycle Management

- **Pre-configured templates** – Sandboxes are provisioned with security guardrails and governance baked in.
- **Automated teardown** – On expiry, AWS Nuke ensures accounts are cleaned and reset before reuse.
- **Flexible expiry options** – Accounts may expire based on **time** or **budget thresholds**. Logs are retained for audit purposes.

---

#### Logging, Monitoring &amp; Governance

- **AWS-native monitoring** is fully supported. Customers are able to use the following native AWS services and are encouraged to do so to increase their security posture:
    
    
    - **AWS CloudTrail** – Comprehensive audit logging.
    - **AWS Config** – Compliance and drift detection.
    - **Amazon GuardDuty** – Continuous threat detection.
    - **Amazon CloudWatch** – Metrics, alarms, and application insights.
- **Governance enforcement** – SCPs and automation to prevent insecure patterns (e.g. public S3 buckets).

---

#### Compliance Alignment

While Sandbox Studio itself is not independently certified, it is **built entirely on AWS services that hold stringent compliance certifications**. This means Sandbox Studio inherits the **trusted compliance foundation** of AWS.

##### Key AWS Certifications in Scope

AWS services underpinning Sandbox Studio have been audited against major frameworks, including:

- **SOC 1, SOC 2, SOC 3**
- **PCI DSS**
- **HIPAA / HITECH**
- **ISO 27001, ISO 27017, ISO 27018**
- **FedRAMP**
- **GDPR**
- **FIPS 140-3** (for AWS KMS)

##### Compliance Certifications for Core Services

<div class="_tableContainer_sk2ct_1" id="bkmrk-service-certificatio"><div class="_tableWrapper_sk2ct_13 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" data-end="8016" data-start="6735"><thead data-end="6771" data-start="6735"><tr data-end="6771" data-start="6735"><th data-col-size="sm" data-end="6749" data-start="6735">**Service**</th><th data-col-size="md" data-end="6771" data-start="6749">**Certifications**</th></tr></thead><tbody data-end="8016" data-start="6809"><tr data-end="6898" data-start="6809"><td data-col-size="sm" data-end="6833" data-start="6809">**Amazon CloudFront**</td><td data-col-size="md" data-end="6898" data-start="6833">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, ISO 27001/17/18, FedRAMP</td></tr><tr data-end="6991" data-start="6899"><td data-col-size="sm" data-end="6929" data-start="6899">**AWS IAM Identity Center**</td><td data-col-size="md" data-end="6991" data-start="6929">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, IRAP, ISO 27001/17/18</td></tr><tr data-end="7077" data-start="6992"><td data-col-size="sm" data-end="7012" data-start="6992">**AWS AppConfig**</td><td data-col-size="md" data-end="7077" data-start="7012">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, ISO 27001/17/18, FedRAMP</td></tr><tr data-end="7158" data-start="7078"><td data-col-size="sm" data-end="7102" data-start="7078">**AWS Organizations**</td><td data-col-size="md" data-end="7158" data-start="7102">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, ISO 27001/17/18</td></tr><tr data-end="7254" data-start="7159"><td data-col-size="sm" data-end="7176" data-start="7159">**Amazon RDS**</td><td data-col-size="md" data-end="7254" data-start="7176">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA/HITECH, ISO 27001/17/18, FedRAMP, GDPR</td></tr><tr data-end="7347" data-start="7255"><td data-col-size="sm" data-end="7281" data-start="7255">**AWS Secrets Manager**</td><td data-col-size="md" data-end="7347" data-start="7281">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, ISO 27001/17/18, ISO 9001</td></tr><tr data-end="7430" data-start="7348"><td data-col-size="sm" data-end="7365" data-start="7348">**AWS Lambda**</td><td data-col-size="md" data-end="7430" data-start="7365">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, FedRAMP, ISO 27001/17/18</td></tr><tr data-end="7516" data-start="7431"><td data-col-size="sm" data-end="7451" data-start="7431">**AWS CodeBuild**</td><td data-col-size="md" data-end="7516" data-start="7451">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, FedRAMP, ISO 27001/17/18</td></tr><tr data-end="7611" data-start="7517"><td data-col-size="sm" data-end="7533" data-start="7517">**Amazon S3**</td><td data-col-size="md" data-end="7611" data-start="7533">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA/HITECH, ISO 27001/17/18, FedRAMP, GDPR</td></tr><tr data-end="7728" data-start="7612"><td data-col-size="sm" data-end="7651" data-start="7612">**AWS Key Management Service (KMS)**</td><td data-col-size="md" data-end="7728" data-start="7651">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, FedRAMP, ISO 27001/17/18, FIPS 140-3</td></tr><tr data-end="7834" data-start="7729"><td data-col-size="sm" data-end="7769" data-start="7729">**Amazon Simple Queue Service (SQS)**</td><td data-col-size="md" data-end="7834" data-start="7769">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, ISO 27001/17/18, FedRAMP</td></tr><tr data-end="7926" data-start="7835"><td data-col-size="sm" data-end="7861" data-start="7835">**AWS Systems Manager**</td><td data-col-size="md" data-end="7926" data-start="7861">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, FedRAMP, ISO 27001/17/18</td></tr><tr data-end="8016" data-start="7927"><td data-col-size="sm" data-end="7951" data-start="7927">**Amazon CloudWatch**</td><td data-col-size="md" data-end="8016" data-start="7951">SOC 1, SOC 2, SOC 3, PCI DSS, HIPAA, FedRAMP, ISO 27001/17/18</td></tr></tbody></table>

</div></div>For official audit reports and current scope, use **AWS Artifact** or consult the **AWS Services in Scope by Compliance Program** documentation.

---

#### Summary

Sandbox Studio is designed with **security-first principles** and built on **compliant AWS services**. Key assurances include:

- Complete customer control of data, identity, and network boundaries.
- End-to-end encryption, least-privilege IAM roles, and enforced SCP guardrails.
- Defence-in-depth VPC design with layered subnets and strict egress rules.
- Strong network protection via AWS WAF and CloudFront TLS enforcement.
- Automated account lifecycle management with auditable teardown.
- Monitoring and governance integrated with AWS-native services.
- Foundation aligned with **ISO 27001, SOC 2, PCI DSS, HIPAA, and FedRAMP-certified AWS services**.

This model provides **security officers and auditors confidence** that sandbox environments are **isolated, compliant, and tightly governed** — enabling safe innovation in AWS without introducing enterprise risk.

# Roles deployed by the solution

Sandbox Studio installs multiple roles in your environment, each serving different purposes

<table border="1" id="bkmrk-role-name-account-cr" style="border-collapse: collapse; width: 100%; height: 359.75px;"><colgroup><col style="width: 25.0298%;"></col><col style="width: 25.0298%;"></col><col style="width: 25.0298%;"></col><col style="width: 25.0298%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">**Role name**</td><td style="height: 29.7969px;">**Account created in**</td><td style="height: 29.7969px;">**Purpose**</td><td style="height: 29.7969px;">**Can be assumed by**</td></tr><tr style="height: 63.3906px;"><td style="height: 63.3906px;">OrgMgtRole -

*SandboxStudio-{Namespace}-OrgMgtRole*

</td><td style="height: 63.3906px;">Management Account</td><td style="height: 63.3906px;">For operations on the org management account (Move accounts between OUs, etc.)</td><td style="height: 63.3906px;">IntermediateRole in Hub Account</td></tr><tr style="height: 80.1875px;"><td style="height: 80.1875px;">IntermediateRole -

*SandboxStudio-{Namespace}-IntermediateRole*

</td><td style="height: 80.1875px;">Hub Account</td><td style="height: 80.1875px;">For functions, step functions, etc to assume to then be able to assume the Org Management Role</td><td style="height: 80.1875px;">Roles starting with SandboxStudio-Compute-\* and SandboxStudio-API-\*</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">IdcRole -

*SandboxStudio-{Namespace}-IdcRole*

</td><td style="height: 46.5938px;">Management Account</td><td style="height: 46.5938px;">For operations in Identity Center</td><td style="height: 46.5938px;">IntermediateRole in Hub Account</td></tr><tr style="height: 63.3906px;"><td style="height: 63.3906px;">SandboxAccountRole -

*SandboxStudio-{Namespace}-SandboxAccountRole*

</td><td style="height: 63.3906px;">Member accounts</td><td style="height: 63.3906px;">For Hub Accounts to control member accounts</td><td style="height: 63.3906px;">IntermediateRole in Hub Account</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;"><div><div>CodeBuildDeployRole</div></div></td><td style="height: 29.7969px;">Member accounts</td><td style="height: 29.7969px;">To allow launch templates in member accounts</td><td style="height: 29.7969px;">Step function to create launch templates</td></tr><tr style="height: 46.5938px;"><td style="height: 46.5938px;">LaunchTemplateExternalAccessRole</td><td style="height: 46.5938px;">Hub Account</td><td style="height: 46.5938px;">Allows access to S3 buckets in external accounts</td><td style="height: 46.5938px;">CodeBuildDeployRole</td></tr></tbody></table>

#### More info on LaunchTemplateExternalAccessRole

This role is a bit particular in the sense that it is created with the following policy:

```json
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Condition": {
                "StringNotEquals": {
                    "aws:ResourceAccount": "<HUB ACCOUNT ID>"
                }
            },
            "Action": [
                "s3:GetObject",
                "s3:ListBucket"
            ],
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
}
```

This gives the role permissions to list buckets and get objects in every buckets that are NOT the Hub Account (The account where the role is created).

The purpose of this is to allow you to grant this role access to your own bucket should you have resources in other accounts.

For example, let's say you want to launch a template in a Sandbox Account with resources coming from an external S3 bucket (resources, CloudFormation templates, ...). You can grant access to your external bucket to this role through [**Bucket policy**](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-policy-language-overview.html).

The codebuild task running your launch template will assume this role which in turn can access your resources in a secure manner.

# Secrets & Encryption keys

##### Secrets

Sandbox Studio creates 4 secrets in AWS Secrets Manager:

<div class="awsui_refresh_14iqq_1wfhd_238 awsui_header_14iqq_1wfhd_350 awsui_header_164jl_1ns0c_5 awsui_header-variant-full-page_14iqq_1wfhd_463 awsui_header-sticky-enabled_14iqq_1wfhd_358 awsui_header-dynamic-height_14iqq_1wfhd_390 awsui_header-full-page_14iqq_1wfhd_355" id="bkmrk-"></div><div class="awsui_content_14iqq_1wfhd_309" id="bkmrk-secret-name-descript"><div class="awsui_content-inner_14iqq_1wfhd_500 awsui_content-inner_1mwlm_oyjaq_5 awsui_with-header_14iqq_1wfhd_507"><div class="awsui_wrapper_wih1l_1q04c_212 awsui_variant-full-page_wih1l_1q04c_307 awsui_has-header_wih1l_1q04c_225"><table aria-label="listSecrets.secretsTableLable" aria-rowcount="-1" class="awsui_table_wih1l_1q04c_202" data-analytics-performance-mark="36-1761037535826-7429" data-analytics-task-interaction-id="37-1761037535826-115" role="table" style="width: 100%; height: 182.562px;"><thead class=""><tr aria-rowindex="1" data-selection-item="all" style="height: 29.7969px;"><th class="awsui_header-cell_1spae_8ouwo_149 awsui_header-cell-variant-full-page_1spae_8ouwo_207 awsui_is-visual-refresh_1spae_8ouwo_216 awsui_table-variant-full-page_1spae_8ouwo_240 awsui_header-cell-hidden_1spae_8ouwo_213" data-awsui-analytics="{"action":"sort","detail":{"position":"1","columnId":"name","label":".awsui_header-cell-text_dpuyq_1id1o_5","sortingDescending":"false"}}" data-focus-id="header-name" scope="col" style="width: 42.3123%; height: 29.7969px;"><div class="awsui_header-cell-content_1spae_8ouwo_282" data-focus-id="sorting-control-name"><div class="awsui_header-cell-text_1spae_8ouwo_354 awsui_header-cell-text_dpuyq_1id1o_5 awsui_header-cell-text-wrap_1spae_8ouwo_358" id="bkmrk-secret-name">Secret name</div></div></th><th class="awsui_header-cell_1spae_8ouwo_149 awsui_header-cell-variant-full-page_1spae_8ouwo_207 awsui_is-visual-refresh_1spae_8ouwo_216 awsui_table-variant-full-page_1spae_8ouwo_240 awsui_header-cell-hidden_1spae_8ouwo_213" data-awsui-analytics="{"action":"sort","detail":{"position":"2","columnId":"description","label":".awsui_header-cell-text_dpuyq_1id1o_5","sortingDescending":"false"}}" data-focus-id="header-description" scope="col" style="width: 33.9629%; height: 29.7969px;"><div class="awsui_header-cell-content_1spae_8ouwo_282" data-focus-id="sorting-control-description"><div class="awsui_header-cell-text_1spae_8ouwo_354 awsui_header-cell-text_dpuyq_1id1o_5 awsui_header-cell-text-wrap_1spae_8ouwo_358" id="bkmrk-description">Description</div></div></th><th scope="col" style="width: 23.7248%;"><div class="awsui_header-cell-content_1spae_8ouwo_282" data-focus-id="sorting-control-description"><div class="awsui_header-cell-text_1spae_8ouwo_354 awsui_header-cell-text_dpuyq_1id1o_5 awsui_header-cell-text-wrap_1spae_8ouwo_358" id="bkmrk-rotated%3F">Rotated?</div></div></th></tr></thead><tbody><tr aria-rowindex="2" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 46.5938px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-first-row_c6tup_1wfrk_1031 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"1,1","columnId":"name","columnLabel":{"selector":"table thead tr th:nth-child(1)","root":"component"},"item":"/SandboxStudio/Sandbox/Auth/IdpCert"}}}" style="width: 42.3123%; height: 46.5938px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">/SandboxStudio/Sandbox/Auth/IdpCert</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-first-row_c6tup_1wfrk_1031 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"1,2","columnId":"description","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"/SandboxStudio/Sandbox/Auth/IdpCert"}}}" style="width: 33.9629%; height: 46.5938px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">IAM Identity Center Certificate of the Sandbox Studio SAML 2.0 custom app</div></td><td style="width: 23.7248%;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">No</div></td></tr><tr aria-rowindex="3" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 35.3906px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"2,1","columnId":"name","columnLabel":{"selector":"table thead tr th:nth-child(1)","root":"component"},"item":"/SandboxStudio/Sandbox/Auth/JwtSecret"}}}" style="width: 42.3123%; height: 35.3906px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">/SandboxStudio/Sandbox/Auth/JwtSecret</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"2,2","columnId":"description","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"/SandboxStudio/Sandbox/Auth/JwtSecret"}}}" style="width: 33.9629%; height: 35.3906px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">The secret for JWT used by Sandbox Studio</div></td><td style="width: 23.7248%;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">Automatically, every 30 days</div></td></tr><tr aria-rowindex="4" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 35.3906px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"3,1","columnId":"name","columnLabel":{"selector":"table thead tr th:nth-child(1)","root":"component"},"item":"/SandboxStudio/Sandbox/RDS/Credentials"}}}" style="width: 42.3123%; height: 35.3906px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">/SandboxStudio/Sandbox/RDS/Credentials</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"3,2","columnId":"description","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"/SandboxStudio/Sandbox/RDS/Credentials"}}}" style="width: 33.9629%; height: 35.3906px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">Credentials for RDS PostgreSQL instance for SandboxStudio</div></td><td style="width: 23.7248%;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">Not automatically - *Planned for next Sandbox Studio releases*</div></td></tr><tr aria-rowindex="5" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 35.3906px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-last-row_c6tup_1wfrk_1034 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"4,1","columnId":"name","columnLabel":{"selector":"table thead tr th:nth-child(1)","root":"component"},"item":"/SandboxStudio/Sandbox/SMTP/Credentials"}}}" style="width: 42.3123%; height: 35.3906px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">/SandboxStudio/Sandbox/SMTP/Credentials</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-last-row_c6tup_1wfrk_1034 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"4,2","columnId":"description","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"/SandboxStudio/Sandbox/SMTP/Credentials"}}}" style="width: 33.9629%; height: 35.3906px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">SMTP Credentials for Sandbox Studio (Only use if Sandbox Studio is configured to send notifications using SMTP)</div></td><td style="width: 23.7248%;"><div class="awsui_body-cell-content_c6tup_1wfrk_160 awsui_body-cell-wrap_c6tup_1wfrk_260">No</div></td></tr></tbody></table>

</div></div></div>
<p class="callout info">Sandbox Studio uses JWT Token for authentication mechanism. As part of the solution, and to ensure higher standards of security, the JWT Secret is rotated every 30 days. </p>

#####  

##### Encryption keys

Sandbox Studio creates the following KMS keys:

<div class="awsui_refresh_14iqq_1wfhd_238 awsui_header_14iqq_1wfhd_350 awsui_header_164jl_1ns0c_5 awsui_header-variant-full-page_14iqq_1wfhd_463 awsui_header-sticky-enabled_14iqq_1wfhd_358 awsui_header-dynamic-height_14iqq_1wfhd_390 awsui_header-full-page_14iqq_1wfhd_355" id="bkmrk--1"></div><div class="awsui_content_14iqq_1wfhd_309" id="bkmrk-aliases-key-id-key-t"><div class="awsui_content-inner_14iqq_1wfhd_500 awsui_content-inner_1mwlm_oyjaq_5 awsui_with-header_14iqq_1wfhd_507"><div class="awsui_wrapper_wih1l_1q04c_212 awsui_variant-full-page_wih1l_1q04c_307 awsui_has-header_wih1l_1q04c_225"><table aria-label="Customer managed keys" aria-rowcount="6" class="awsui_table_wih1l_1q04c_202 awsui_table-layout-fixed_wih1l_1q04c_208" data-analytics-performance-mark="703-1761039361035-1615" data-analytics-task-interaction-id="704-1761039361035-2722" role="table" style="width: 100%; height: 328.469px;"><thead class=""><tr aria-rowindex="1" data-selection-item="all" style="height: 11.5938px;"><th aria-sort="none" class="awsui_header-cell_1spae_8ouwo_149 awsui_header-cell-variant-full-page_1spae_8ouwo_207 awsui_header-cell-resizable_1spae_8ouwo_491 awsui_is-visual-refresh_1spae_8ouwo_216 awsui_table-variant-full-page_1spae_8ouwo_240 awsui_header-cell-sortable_1spae_8ouwo_219 awsui_header-cell-hidden_1spae_8ouwo_213" data-awsui-analytics="{"action":"sort","detail":{"position":"2","columnId":"alias","label":".awsui_header-cell-text_dpuyq_1id1o_5","sortingDescending":"true"}}" data-focus-id="header-alias" scope="col" style="width: 46.9607%; height: 11.5938px;"><div class="awsui_header-cell-content_1spae_8ouwo_282" data-focus-id="sorting-control-alias" role="button" tabindex="0"><div class="awsui_header-cell-text_1spae_8ouwo_354 awsui_header-cell-text_dpuyq_1id1o_5" id="bkmrk-aliases">Aliases</div></div><span aria-hidden="true" aria-labelledby="table-header-750-1761039361041-1751" aria-valuemax="9007199254740991" aria-valuemin="120" aria-valuenow="263.3238525390625" class="awsui_divider-interactive_x7peu_1u2u4_151 awsui_is-visual-refresh_x7peu_1u2u4_174" data-awsui-table-suppress-navigation="true" data-focus-id="resize-control-alias" id="bkmrk--2" role="slider" tabindex="-1"></span></th><th aria-sort="none" class="awsui_header-cell_1spae_8ouwo_149 awsui_header-cell-variant-full-page_1spae_8ouwo_207 awsui_header-cell-resizable_1spae_8ouwo_491 awsui_is-visual-refresh_1spae_8ouwo_216 awsui_table-variant-full-page_1spae_8ouwo_240 awsui_header-cell-sortable_1spae_8ouwo_219 awsui_header-cell-hidden_1spae_8ouwo_213" data-awsui-analytics="{"action":"sort","detail":{"position":"5","columnId":"keyType","label":".awsui_header-cell-text_dpuyq_1id1o_5","sortingDescending":"true"}}" data-focus-id="header-keyType" scope="col" style="width: 20.739%; height: 11.5938px;"><div class="awsui_header-cell-content_1spae_8ouwo_282" data-focus-id="sorting-control-keyType" role="button" tabindex="0"><div class="awsui_header-cell-text_1spae_8ouwo_354 awsui_header-cell-text_dpuyq_1id1o_5" id="bkmrk-key-type">Key type</div></div><span aria-hidden="true" aria-labelledby="table-header-756-1761039361042-496" aria-valuemax="9007199254740991" aria-valuemin="120" aria-valuenow="263.3238525390625" class="awsui_divider-interactive_x7peu_1u2u4_151 awsui_is-visual-refresh_x7peu_1u2u4_174" data-awsui-table-suppress-navigation="true" data-focus-id="resize-control-keyType" id="bkmrk--4" role="slider" tabindex="-1"></span></th><th class="awsui_header-cell_1spae_8ouwo_149 awsui_header-cell-variant-full-page_1spae_8ouwo_207 awsui_header-cell-resizable_1spae_8ouwo_491 awsui_is-visual-refresh_1spae_8ouwo_216 awsui_table-variant-full-page_1spae_8ouwo_240 awsui_header-cell-hidden_1spae_8ouwo_213" data-awsui-analytics="{"action":"sort","detail":{"position":"6","columnId":"keySpec","label":".awsui_header-cell-text_dpuyq_1id1o_5","sortingDescending":"true"}}" data-focus-id="header-keySpec" scope="col" style="width: 15.733%; height: 11.5938px;"><div class="awsui_header-cell-content_1spae_8ouwo_282" data-focus-id="sorting-control-keySpec"><div class="awsui_header-cell-text_1spae_8ouwo_354 awsui_header-cell-text_dpuyq_1id1o_5" id="bkmrk-key-spec">Key spec</div></div><span aria-hidden="true" aria-labelledby="table-header-758-1761039361042-9214" aria-valuemax="9007199254740991" aria-valuemin="120" aria-valuenow="263.3238525390625" class="awsui_divider-interactive_x7peu_1u2u4_151 awsui_is-visual-refresh_x7peu_1u2u4_174" data-awsui-table-suppress-navigation="true" data-focus-id="resize-control-keySpec" id="bkmrk--5" role="slider" tabindex="-1"></span></th><th class="awsui_header-cell_1spae_8ouwo_149 awsui_header-cell-variant-full-page_1spae_8ouwo_207 awsui_header-cell-resizable_1spae_8ouwo_491 awsui_is-visual-refresh_1spae_8ouwo_216 awsui_table-variant-full-page_1spae_8ouwo_240 awsui_header-cell-hidden_1spae_8ouwo_213" data-awsui-analytics="{"action":"sort","detail":{"position":"7","columnId":"keyUsage","label":".awsui_header-cell-text_dpuyq_1id1o_5","sortingDescending":"true"}}" data-focus-id="header-keyUsage" scope="col" style="width: 16.4482%; height: 11.5938px;"><div class="awsui_header-cell-content_1spae_8ouwo_282" data-focus-id="sorting-control-keyUsage"><div class="awsui_header-cell-text_1spae_8ouwo_354 awsui_header-cell-text_dpuyq_1id1o_5" id="bkmrk-key-usage">Key usage</div></div><span aria-hidden="true" aria-labelledby="table-header-763-1761039361042-4027" aria-valuemax="9007199254740991" aria-valuemin="120" aria-valuenow="263.38067626953125" class="awsui_divider-interactive_x7peu_1u2u4_151 awsui_is-visual-refresh_x7peu_1u2u4_174" data-awsui-table-suppress-navigation="true" data-focus-id="resize-control-keyUsage" id="bkmrk--6" role="slider" tabindex="-1"></span></th></tr></thead><tbody><tr aria-rowindex="2" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 63.375px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-first-row_c6tup_1wfrk_1031 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"1,1","columnId":"alias","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"2d2fb022-1c71-4d2d-be41-b92b0b55465f"}}}" style="width: 46.9607%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160"><span data-testid="key-alias">-</span></div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-first-row_c6tup_1wfrk_1031 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"1,4","columnId":"keyType","columnLabel":{"selector":"table thead tr th:nth-child(5)","root":"component"},"item":"2d2fb022-1c71-4d2d-be41-b92b0b55465f"}}}" style="width: 20.739%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Symmetric</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-first-row_c6tup_1wfrk_1031 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"1,5","columnId":"keySpec","columnLabel":{"selector":"table thead tr th:nth-child(6)","root":"component"},"item":"2d2fb022-1c71-4d2d-be41-b92b0b55465f"}}}" style="width: 15.733%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">SYMMETRIC_DEFAULT</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-first-row_c6tup_1wfrk_1031 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"1,6","columnId":"keyUsage","columnLabel":{"selector":"table thead tr th:nth-child(7)","root":"component"},"item":"2d2fb022-1c71-4d2d-be41-b92b0b55465f"}}}" style="width: 16.4482%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Encrypt and decrypt</div></td></tr><tr aria-rowindex="3" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 63.375px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"2,1","columnId":"alias","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"4f60b0ff-8366-43f4-931f-95d4f3c576f3"}}}" style="width: 46.9607%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160"><span data-testid="key-alias"><span class="">SandboxStudio/Sandbox/Sandbox-SandboxStudio-Data</span></span></div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"2,4","columnId":"keyType","columnLabel":{"selector":"table thead tr th:nth-child(5)","root":"component"},"item":"4f60b0ff-8366-43f4-931f-95d4f3c576f3"}}}" style="width: 20.739%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Symmetric</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"2,5","columnId":"keySpec","columnLabel":{"selector":"table thead tr th:nth-child(6)","root":"component"},"item":"4f60b0ff-8366-43f4-931f-95d4f3c576f3"}}}" style="width: 15.733%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">SYMMETRIC_DEFAULT</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"2,6","columnId":"keyUsage","columnLabel":{"selector":"table thead tr th:nth-child(7)","root":"component"},"item":"4f60b0ff-8366-43f4-931f-95d4f3c576f3"}}}" style="width: 16.4482%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Encrypt and decrypt</div></td></tr><tr aria-rowindex="4" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 63.375px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"3,1","columnId":"alias","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"5d6a909b-5dd8-4d31-9135-0fecb0f50e41"}}}" style="width: 46.9607%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160"><span data-testid="key-alias">-</span></div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"3,4","columnId":"keyType","columnLabel":{"selector":"table thead tr th:nth-child(5)","root":"component"},"item":"5d6a909b-5dd8-4d31-9135-0fecb0f50e41"}}}" style="width: 20.739%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Symmetric</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"3,5","columnId":"keySpec","columnLabel":{"selector":"table thead tr th:nth-child(6)","root":"component"},"item":"5d6a909b-5dd8-4d31-9135-0fecb0f50e41"}}}" style="width: 15.733%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">SYMMETRIC_DEFAULT</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"3,6","columnId":"keyUsage","columnLabel":{"selector":"table thead tr th:nth-child(7)","root":"component"},"item":"5d6a909b-5dd8-4d31-9135-0fecb0f50e41"}}}" style="width: 16.4482%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Encrypt and decrypt</div></td></tr><tr aria-rowindex="5" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 63.375px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"4,1","columnId":"alias","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"9f0a2674-6747-4035-b02e-f2dc4fe91eea"}}}" style="width: 46.9607%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160"><span data-testid="key-alias"><span class="">SandboxStudio/Sandbox/Sandbox-SandboxStudio-Compute</span></span></div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"4,4","columnId":"keyType","columnLabel":{"selector":"table thead tr th:nth-child(5)","root":"component"},"item":"9f0a2674-6747-4035-b02e-f2dc4fe91eea"}}}" style="width: 20.739%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Symmetric</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"4,5","columnId":"keySpec","columnLabel":{"selector":"table thead tr th:nth-child(6)","root":"component"},"item":"9f0a2674-6747-4035-b02e-f2dc4fe91eea"}}}" style="width: 15.733%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">SYMMETRIC_DEFAULT</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"4,6","columnId":"keyUsage","columnLabel":{"selector":"table thead tr th:nth-child(7)","root":"component"},"item":"9f0a2674-6747-4035-b02e-f2dc4fe91eea"}}}" style="width: 16.4482%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Encrypt and decrypt</div></td></tr><tr aria-rowindex="6" class="awsui_row_wih1l_1q04c_359" data-selection-item="item" style="height: 63.375px;"><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-last-row_c6tup_1wfrk_1034 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"5,1","columnId":"alias","columnLabel":{"selector":"table thead tr th:nth-child(2)","root":"component"},"item":"c74d20dc-c756-411e-8445-e28877d03875"}}}" style="width: 46.9607%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160"><span data-testid="key-alias"><span class="">SandboxStudio/Sandbox/Sandbox-SandboxStudio-API</span></span></div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-last-row_c6tup_1wfrk_1034 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"5,4","columnId":"keyType","columnLabel":{"selector":"table thead tr th:nth-child(5)","root":"component"},"item":"c74d20dc-c756-411e-8445-e28877d03875"}}}" style="width: 20.739%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Symmetric</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-last-row_c6tup_1wfrk_1034 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"5,5","columnId":"keySpec","columnLabel":{"selector":"table thead tr th:nth-child(6)","root":"component"},"item":"c74d20dc-c756-411e-8445-e28877d03875"}}}" style="width: 15.733%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">SYMMETRIC_DEFAULT</div></td><td class="awsui_body-cell_c6tup_1wfrk_152 awsui_body-cell-last-row_c6tup_1wfrk_1034 awsui_is-visual-refresh_c6tup_1wfrk_357 awsui_has-selection_c6tup_1wfrk_862 awsui_resizable-columns_c6tup_1wfrk_1367 awsui_table-variant-full-page_c6tup_1wfrk_1095" data-awsui-analytics="{"component":{"innerContext":{"position":"5,6","columnId":"keyUsage","columnLabel":{"selector":"table thead tr th:nth-child(7)","root":"component"},"item":"c74d20dc-c756-411e-8445-e28877d03875"}}}" style="width: 16.4482%; height: 63.375px;"><div class="awsui_body-cell-content_c6tup_1wfrk_160">Encrypt and decrypt</div></td></tr></tbody></table>

</div></div></div><div class="awsui_content_14iqq_1wfhd_309" id="bkmrk--7"><div class="awsui_wrapper_wih1l_1q04c_212 awsui_variant-full-page_wih1l_1q04c_307 awsui_has-header_wih1l_1q04c_225">  
</div></div><div class="awsui_wrapper_wih1l_1q04c_212 awsui_variant-full-page_wih1l_1q04c_307 awsui_has-header_wih1l_1q04c_225" id="bkmrk--8"></div><p class="callout info">Sandbox Studio S3 Buckets use Amazon-Managed server-side encryption.</p>

#####  

# Data stored (and where)

#### Overview

Sandbox Studio provisions a single-AZ database by default (db.t4g.micro). You can modify the database size according to your requirements.

<div class="awsui_item_zqq3x_1vv2s_195" id="bkmrk-"><div class="awsui_root_18582_whr0e_145 awsui_vertical_18582_whr0e_192 awsui_vertical-s_18582_whr0e_204"><div class="awsui_child_18582_whr0e_149"></div></div></div>#####  

##### Data Storage

The database stores the following types of data:

- User display names and internal Identity Center identifier
- Email addresses
- Cost information

This information comes from the first user login from AWS Identity Center user.

#####  

##### Security

**Network Isolation**: The database resides in a private subnet with:

- No egress access
- No external ingress access

**Personal Information**: The only personally identifiable information (PII) stored consists of user display names and email addresses. This data remains isolated within the secured private subnet.