Skip to content

Commit

Permalink
add docs on redshift resource browser
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Jan 21, 2025
1 parent 67bed22 commit fb534e7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/en/user-guide/aws/redshift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,19 @@ $ awslocal glue get-table \
--database-name $GLUE_DATABASE_NAME \
--name "${REDSHIFT_DATABASE_NAME}_${REDSHIFT_SCHEMA_NAME}_${REDSHIFT_TABLE_NAME}"
{{< / command >}}

## Resource Browser

The LocalStack Web Application provides a Resource Browser for managing RedShift clusters.
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.

<!-- <img src="redshift-resource-browser.png" alt="RedShift Resource Browser" title="RedShift Resource Browser" width="900" />
<br>
<br> -->

The Resource Browser allows you to perform the following actions:

* **Create Cluster**: Create a new RedShift cluster by specifying the cluster identifier, database name, master username, master password, and node type.
* **View Cluster**: View the details of a RedShift cluster, including the cluster identifier, database name, master username, master password, node type, and endpoint.
* **Edit Cluster**: Edit an existing RedShift cluster by clicking the cluster name and clicking the **EDIT CLUSTER** button.
* **Remove Cluster**: Remove an existing RedShift cluster by clicking the cluster name and clicking the **ACTIONS** followed by **Remove Selected** button.

0 comments on commit fb534e7

Please sign in to comment.