---
title: "Get Supported AWS Regions"
method: GET
path: "/v2/dataSources/aws/regions"
tags: ["Cloud"]
---

# Get Supported AWS Regions

`GET /v2/dataSources/aws/regions`

Get a list of all AWS regions supported by Lucid Cloud.

## Response `200`

OK. Returns a list of AWS regions supported by the REST API, including both default and opt-in regions. Each region is annotated with its type to indicate whether it requires explicit enablement in the AWS account.

- object[]
  - `name` string, required — The AWS region identifier
  - `type` 'default' | 'optin', required — The region type - "default" for standard regions, "optin" for regions that require explicit enablement

---

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