Installing metabase EB in different region

Hi,

I am trying to install meta base in a different region than the default one, so tried downloading the file from the link in here: https://www.metabase.com/docs/v0.33.6/operations-guide/running-metabase-on-elastic-beanstalk.html#deploying-new-versions-of-metabase

But it keeps downloading a json file not a zip, so not sure what is happening.

Hi @aem5299
If you look inside the JSON file, then you’ll see the ZIP file URL - this is the latest URL:
https://s3.amazonaws.com/downloads.metabase.com/v0.33.6/metabase-aws-eb.zip

Not sure if that url is. supposed to be the zip file url, because it's still downloading a json file.
And the contents of the file doesn't include any links.

{
  "AWSEBDockerrunVersion": "1",
  "Image": {
    "Name": "metabase/metabase:v0.33.6",
    "Update": "true"
  },
  "Ports": [
    {
      "ContainerPort": "3000"
    }
  ],
  "Logging": "/var/log/metabase"
}

@aem5299 Which browser are you using? Could it be that some extension is doing something to the ZIP file?
Because that’s the contents of Dockerrun.aws.json inside the ZIP.

1 Like