You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|```image```||```iterative-cml``` in AWS ```Canonical:UbuntuServer:18.04-LTS:latest``` in Azure | Sets the image to be used. On AWS the provider does a search in the cloud provider by image name not by id, taking the lastest version in case there are many with the same name. Defaults to [iterative-cml image](#iterative-cml-image). On Azure uses the form Publisher:Offer:SKU:Version|
135
135
|```name```|| iterative_{UID} | Sets the instance name and related resources based on that name. In Azure groups everything under a resource group with that name. |
136
136
|```instance_hdd_size```|| 10 | Sets the instance hard disk size in gb |
137
-
|```instance_type```|```m```, ```l```, ```xl```|```m```| Sets thee instance computing size. You can also specify vendor specific machines in AWS i.e. ```t2.micro```. [See equivalences]((#AWS-instance-equivalences)) table below. |
137
+
|```instance_type```|```m```, ```l```, ```xl```|```m```| Sets thee instance computing size. You can also specify vendor specific machines in AWS i.e. ```t2.micro```. [See equivalences](#Supported-vendors) table below. |
138
138
|```instance_gpu```|``````, ```testla```, ```k80```|``````| Sets the desired GPU if the ```instance_type``` is one of our types. |
139
139
|```ssh_private```||| SSH private in PEM format. If not provided one private and public key wll be automatically generated and returned in terraform.tfstate |
|```image```||```iterative-cml``` in AWS ```Canonical:UbuntuServer:18.04-LTS:latest``` in Azure | Sets the image to be used. On AWS the provider does a search in the cloud provider by image name not by id, taking the lastest version in case there are many with the same name. Defaults to [iterative-cml image](#iterative-cml-image). On Azure uses the form Publisher:Offer:SKU:Version|
245
245
|```name```|| iterative_{UID} | Sets the instance name and related resources based on that name. In Azure groups everything under a resource group with that name. |
246
246
|```instance_hdd_size```|| 10 | Sets the instance hard disk size in gb |
247
-
|```instance_type```|```m```, ```l```, ```xl```|```m```| Sets thee instance computing size. You can also specify vendor specific machines in AWS i.e. ```t2.micro```. [See equivalences]((#AWS-instance-equivalences)) table below. |
247
+
|```instance_type```|```m```, ```l```, ```xl```|```m```| Sets thee instance computing size. You can also specify vendor specific machines in AWS i.e. ```t2.micro```. [See equivalences](#Supported-vendors) table below. |
248
248
|```instance_gpu```|``````, ```testla```, ```k80```|``````| Sets the desired GPU if the ```instance_type``` is one of our types. |
249
249
|```ssh_private```||| SSH private in PEM format. If not provided one private and public key wll be automatically generated and returned in terraform.tfstate |
250
250
|```startup_script```||| Startup script also known as userData on AWS and customData in Azure. It can be expressed as multiline text using [TF heredoc syntax ](https://www.terraform.io/docs/configuration-0-11/variables.html)|
251
251
252
252
# Pitfalls
253
253
254
-
To be able to use the ```instance_type``` and ```instance_gpu``` you will need also to be allowed to launch [such instances](#AWS-instance-equivalences) within you cloud provider. Normally all the GPU instances need to be approved prior to be used by your vendor.
254
+
To be able to use the ```instance_type``` and ```instance_gpu``` you will need also to be allowed to launch [such instances](#Supported-vendors) within you cloud provider. Normally all the GPU instances need to be approved prior to be used by your vendor.
255
255
You can always try with an already approved instance type by your vendor just setting it i.e. ```t2.micro```
0 commit comments