Skip to content

Commit

Permalink
aws disk bump
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Aug 16, 2024
1 parent 69838f5 commit 964ac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/clouds/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def _get_disk_specs(
disk_tier: Optional[resources_utils.DiskTier]) -> Dict[str, Any]:
tier = cls._translate_disk_tier(disk_tier)
tier2iops = {
resources_utils.DiskTier.HIGH: 7000,
resources_utils.DiskTier.HIGH: 16000,
resources_utils.DiskTier.MEDIUM: 3500,
resources_utils.DiskTier.LOW: 0, # only gp3 is required to set iops
}
Expand Down

0 comments on commit 964ac54

Please sign in to comment.