It is possible to "read" a s3 file to create a Quicksight object with CloudShell?

Hi. I want to create a Quicksight dataset with Cloudshell and I want to read it from a s3 bucket

This is my command to create an object in quicksight with Cloudshell:
aws quicksight create-data-set
–aws-account-id 12345678
–cli-input-json file://dataset.json
–region us-east-1

This command should work for s3 files?
aws quicksight create-data-set
–aws-account-id 12345678
–cli-input-json file://<(aws s3 cp s3://mybucket/dataset.json -)
–region us-east-1

Hi @gfactorbi

Please refer to the below QuickSight documentation this might be helpful for you.

https://docs.aws.amazon.com/en_us/cli/latest/reference/quicksight/create-data-set.html

Hi @gfactorbi,
It’s been awhile since we last heard from you, did you have any additional questions regarding your initial post?

If we do not hear back within the next 3 business days, I’ll close out this topic.

Thank you!

Hi @Brett, sorry for the delay. I already solved. Thanks for your support.

2 Likes