Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
mats16 committed Oct 17, 2022
1 parent 6d0b83e commit d2f05f1
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,16 @@

#### Fargate Task Size

```json
{
'nano': { cpu: 256, memory: 512 },
'micro': { cpu: 256, memory: 1024 },
'small': { cpu: 512, memory: 1024 },
'medium': { cpu: 1024, memory: 2048 },
'large': { cpu: 2048, memory: 4096 },
'xlarge': { cpu: 4096, memory: 8192 },
'2xlarge': { cpu: 8192, memory: 16384 },
'4xlarge': { cpu: 16384, memory: 32768 },
}
```
| Size | vCPU | Memory |
|:--|:--|:--|
| nano | 256 | 512 |
| micro | 256 | 1024 |
| small | 512 | 1024 |
| medium | 1024 | 2048 |
| large | 2048 | 4096 |
| xlarge | 4096 | 8192 |
| 2xlarge | 8192 | 16384 |
| 4xlarge | 16384 | 512 |

## Deploy via CDK

Expand Down

0 comments on commit d2f05f1

Please sign in to comment.