Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from codeocean/imdsv2-support
Browse files Browse the repository at this point in the history
Update README.md for imdsv2 feature
  • Loading branch information
wleepang authored Dec 14, 2022
2 parents 521f071 + 5aca17e commit a55e7cc
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,16 @@ Options
-m, --mountpoint MOUNTPOINT
Mount point for autoscale volume (default: /scratch)
-s, --initial-size SIZE
Initial size of the volume in GB. (Default: 200)
Only used if --initial-device is NOT specified.
-t, --volume-type VOLUMETYPE
EBS volume type to use. (Default: gp3)
Volume type (default: gp3)
--volume-iops VOLUMEIOPS
Volume IOPS for gp3, io1, io2 (default: 3000)
--volume-throughput VOLUMETHOUGHPUT
Volume throughput for gp3 (default: 125)
--min-ebs-volume-size SIZE_GB
Mimimum size in GB of new volumes created by the instance.
(Default: 150)
Expand All @@ -91,6 +87,15 @@ Options
--max-attached-volumes N
Maximum number of attached volumes. (Default: 16)
--initial-utilization-threshold N
Initial disk utilization treshold for scale-up. (Default: 50)
-s, --initial-size SIZE_GB
Initial size of the volume in GB. (Default: 200)
Only used if --initial-device is NOT specified.
-i, --imdsv2
Enable imdsv2 for instance metadata API requests.
```

## A note on the IAM Instance Profile
Expand Down

0 comments on commit a55e7cc

Please sign in to comment.