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

Update README.md for imdsv2 feature #57

Merged
merged 2 commits into from
Dec 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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