Netflix / metaflow-tools

:rocket: Deployment tools/scripts for Metaflow!
http://www.metaflow.org
Apache License 2.0
52 stars 47 forks source link

Invalid bucket name. #5

Closed ideivitcom closed 4 years ago

ideivitcom commented 4 years ago

Hi. Deploying Cloudformation template, and testing 05 tutorial,I get: Invalid bucket name "": Bucket name must match the regex "^[a-zA-Z0-9.-_]{1,255}$" or be an ARN matching the regex "^arn:(aws).*:s3:[a-z-0-9]+:[0-9]{12}:accesspoint[/:][a-zA-Z0-9-]{1,63}$"). Retrying 7 more times..

The bucket name is created by the name of the stack. The arm is obtained as in the picture below image

The arm is: arn:aws:s3:::stackmetaflow-metaflows3bucket-[REMOVED-BY-SECURITY]

I have configured the aws credentials (linux client usign aws2) as well as the bucket (metaflow configure aws)

What am I doing wrong?

savingoyal commented 4 years ago

Take a look at the output of the cloudformation stack. It contains all the variables you need to set when you type ‘metaflow configure aws’. Are you using metaflow v2.0.1?

ideivitcom commented 4 years ago

With the name given on outputs, works image

I'm using 2.0.0 Metaflow (2.0.0): More data science, less engineering

Regards!