---
title: "Get AWS CloudFormation template configuration"
method: GET
path: "/api/config/aws/cft-config"
tags: ["Config"]
---

# Get AWS CloudFormation template configuration

`GET /api/config/aws/cft-config`

Returns the S3 bucket URL and default AWS region for CloudFormation stack deployment, specific to this Firefly instance

## Response `200`

Successfully retrieved AWS CFT configuration

- AwsCftConfigResponse
  - `bucketUrl` string, uri, required — Base S3 URL for CloudFormation templates
  - `region` string, required — Default AWS region for CloudFormation stack deployment
  - `fireflyAccountNumber` string, required — Firefly account number
  - `fireflyEventBusArn` string, required — Firefly event bus ARN

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
