https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Albert Wibowo

06/23/2023, 11:35 AM
Hello, How do i configure the demo environment so that flyte will save the metadata and rawdata in my own s3 bucket? Is that possible? Thanks!
s

Samhita Alla

06/23/2023, 2:05 PM
Yes, it is possible. Which helm chart have you used to deploy Flyte — flyte-core or flyte-binary?
a

Albert Wibowo

06/23/2023, 2:33 PM
Apologies, I am new in all of these. I am actually not sure. I used
flytectl demo start
.
y

Yee

06/23/2023, 4:48 PM
this is not really possible with that setup. it’ll require changes. this is just a demo environment
so it uses containerized minio as a standin for s3
if you want it to hit s3 you’ll need to remove all references to minio and give it your own aws credentials.
a

Albert Wibowo

06/23/2023, 4:52 PM
I see. And to remove all references to minio, will I have to deploy flyte in the cloud? By following this guideline: https://docs.flyte.org/en/latest/deployment/deployment/cloud_simple.html
or how do I remove all references to minio? By playing around with the config file?
y

Yee

06/26/2023, 9:34 PM
config file and helm chart yes.
need to strip out all the minio bits
and then have to somehow make sure that the container has the right aws s3 perms.
a

Albert Wibowo

06/28/2023, 8:57 AM
alright Thanks @Yee!
2 Views