# spot-gpu-handel-extension

> Handel extension that provides a spot GPU instance

Latest version **0.2.0** (published 2018-08-25) · 0 weekly downloads

## Install

```sh
npm install spot-gpu-handel-extension
pnpm add spot-gpu-handel-extension
yarn add spot-gpu-handel-extension
bun add spot-gpu-handel-extension
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2018-08-25 |
| First published | 2018-08-25 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 43.5 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | dsw88 |

## Links

- npm: https://www.npmjs.com/package/spot-gpu-handel-extension
- npm.io page: https://npm.io/package/spot-gpu-handel-extension

## Dependencies (3)

- [aws-sdk](https://npm.io/package/aws-sdk.md) ^2.266.1
- [handel-extension-api](https://npm.io/package/handel-extension-api.md) ^0.31.1
- [handel-extension-support](https://npm.io/package/handel-extension-support.md) ^0.31.1

## Recent versions

- 0.2.0 (latest) — 2018-08-25

## README

# spot-gpu-handel-extension
Handel extension that provides a spot GPU instance

# Usage
To use this extension, add it to the `extensions` section of your Handel file, then add the `spotgpu` service to your environment:

```yaml
version: 1

name: my-instance # Replace with your app name here

extensions: # This tells Handel to import this extension
  gpu: spot-gpu-handel-extension # The value is the NPM package name of this extension. The key is a short name you can use to reference it in your Handel file.

environments:
  dev:
    instance:
      type: gpu::spotgpu # You must use the <extensionName>::<serviceType> syntax here
      key_name: my-keypair # Required. You can create this in the EC2 console
      volume_size: 100 # Optional. Size in GB of the instance disk to use. Default: 75. Minimum: 75
```

---
_Source: https://npm.io/package/spot-gpu-handel-extension · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
