---
title: "Get SMS VPC Bootstrap CloudFormation Template"
method: GET
path: "/api/infra-config/bootstrap-sms-vpc"
tags: ["InfrastructureConfigurationsService"]
---

# Get SMS VPC Bootstrap CloudFormation Template

`GET /api/infra-config/bootstrap-sms-vpc`

VPC support for Managed Scans is in private beta.

Returns the Managed Scans VPC Bootstrap CloudFormation template in JSON format for setting up cross-account infrastructure.

This template creates IAM roles and policies needed for Semgrep Managed Scanning (SMS) VPC infrastructure automation,
including the semgrep-sms-vpc-automation role and EC2 Image Builder distribution roles for gVisor container runtime.

See the original AWS cloudformation template format at https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-formats.html

## Response `200`

OK

- ProtosInfraConfigV1GetBootstrapSmsVpcResponse
  - `AWSTemplateFormatVersion` string — The AWSTemplateFormatVersion that the template conforms to
  - `Metadata` object — Template metadata including version and last updated date
  - `Description` string — Template description
  - `Parameters` object — Template parameters
  - `Resources` object — Declaration of AWS resources
  - `Outputs` object — Output values of the stack

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/versions/6483eeecd582/schema)
