github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/examples/aws/cpu/studioml.config (about)

     1  database:
     2      type: s3
     3      endpoint: http://s3-{{expandenv "$AWS_REGION"}}.amazonaws.com
     4      bucket: "{{expandenv "$USER"}}-cpu-example-metadata"
     5      authentication: none
     6  
     7  storage:
     8      type: s3
     9      endpoint: http://s3-{{expandenv "$AWS_REGION"}}.amazonaws.com
    10      bucket: "{{expandenv "$USER"}}-cpu-example-data"
    11  
    12  server:
    13      authentication: None
    14  
    15  verbose: debug
    16  saveWorkspaceFrequency: 3m
    17  experimentLifetime: 120m
    18  
    19  resources_needed:
    20      cpus: 1
    21      hdd: 10gb
    22      ram: 2gb
    23  
    24  env:
    25      AWS_ACCESS_KEY_ID: "{{expandenv "$AWS_ACCESS_KEY"}}"
    26      AWS_SECRET_ACCESS_KEY: "{{expandenv "$AWS_SECRET_ACCESS_KEY"}}"
    27      AWS_DEFAULT_REGION: "{{expandenv "$AWS_REGION"}}"