Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit fb534e7

Browse files
committed
add docs on redshift resource browser
1 parent 67bed22 commit fb534e7

File tree

1 file changed

+16
-0
lines changed
  • content/en/user-guide/aws/redshift

1 file changed

+16
-0
lines changed

content/en/user-guide/aws/redshift/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,19 @@ $ awslocal glue get-table \
143143
--database-name $GLUE_DATABASE_NAME \
144144
--name "${REDSHIFT_DATABASE_NAME}_${REDSHIFT_SCHEMA_NAME}_${REDSHIFT_TABLE_NAME}"
145145
{{< / command >}}
146+
147+
## Resource Browser
148+
149+
The LocalStack Web Application provides a Resource Browser for managing RedShift clusters.
150+
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resources** section, and then clicking on **RedShift** under the **Analytics** section.
151+
152+
<!-- <img src="redshift-resource-browser.png" alt="RedShift Resource Browser" title="RedShift Resource Browser" width="900" />
153+
<br>
154+
<br> -->
155+
156+
The Resource Browser allows you to perform the following actions:
157+
158+
* **Create Cluster**: Create a new RedShift cluster by specifying the cluster identifier, database name, master username, master password, and node type.
159+
* **View Cluster**: View the details of a RedShift cluster, including the cluster identifier, database name, master username, master password, node type, and endpoint.
160+
* **Edit Cluster**: Edit an existing RedShift cluster by clicking the cluster name and clicking the **EDIT CLUSTER** button.
161+
* **Remove Cluster**: Remove an existing RedShift cluster by clicking the cluster name and clicking the **ACTIONS** followed by **Remove Selected** button.

0 commit comments

Comments
 (0)