datarevenue-berlin / OpenMLOps

MIT License
695 stars 101 forks source link

Initializing terraform error: `Failed to get existing workspaces: S3 bucket does not exist.` #97

Open brandondey opened 2 years ago

brandondey commented 2 years ago

I'm trying to install OpenMLOps in my AWS account following this tutorial, but I ran into the error, shown above and below, when running terraform init. The tutorial doesn't include provisioning the S3 bucket before this step, and presumably it's created from the terraform scripts. What am I missing? image

pipatth commented 2 years ago

Hi @brandondey

Usually this error is because Terraform cannot access the bucket. Can you access the bucket from the awscli? For example, aws s3 ls s3://your-bucket-name

brandondey commented 2 years ago

I don't have a bucket. Aren't the Terraform scripts supposed to create one...? If not, is there an Open MLOps tutorial that includes all the steps to deploy MLOps in AWS?

pipatth commented 2 years ago

@brandondey

You can follow the updated tutorial here :)

https://github.com/datarevenue-berlin/OpenMLOps/blob/pt/fix-minikube-prefect-graphql/tutorials/set-up-open-source-production-mlops-architecture-aws.md