Skip to content

Instantly share code, notes, and snippets.

@zxkane
Created March 19, 2024 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zxkane/7f9ad14596139de46d00cb66d0b734a4 to your computer and use it in GitHub Desktop.
Save zxkane/7f9ad14596139de46d00cb66d0b734a4 to your computer and use it in GitHub Desktop.
create legacy ClickstreamExploreUser in QuickSight
aws quicksight register-user --region us-east-1 --aws-account-id 1234567890 \
--identity-type IAM --email xx@example.com --user-role ADMIN --namespace default \
--session-name ClickstreamExploreUser \
--iam-arn arn:aws:iam::1234567890:role/clickstream-v12-dev-ClickStreamApiQuickSightEmbedRo-yQ90NyWORHnq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment