© 2023 Hashnode
#quicksight
To create a data set in QuickSight from the AWS Management Console, follow these steps: Go to the QuickSight homepage in the AWS Management Console. Click on the “New dataset” button. Select the data source that you want to use for your da…
Here is an example CloudFormation template for creating a QuickSight data source with a Redshift input parameter: AWSTemplateFormatVersion: '2010-09-09' Parameters: DataSourceId: Type: String RedshiftClusterId: …
Here are the AWS CLI commands to create a QuickSight data source: 1- First, create a JSON file with the input parameters for the create-data-source command. For example, if you want to create a Redshift data source, the JSON file might look…
Scenario: Consider that our AWS Quicksight account is configured with SSO for visualizing product metrics and you want to manage the Quicksight users. Requirement: User activity monitoring, includi…