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

Commit

Permalink
feat: add instance family
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Apr 26, 2024
1 parent 69d84de commit 49eaa40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/optimize/preferences/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func DefaultPreferences() []PreferenceItem {
{Service: "EC2Instance", Key: "ClockSpeed"},
{Service: "EC2Instance", Key: "OperatingSystem", Pinned: true, PossibleValues: []string{"", "Windows", "Linux/UNIX"}},
{Service: "EC2Instance", Key: "ProcessorArchitecture", Pinned: true, PossibleValues: []string{"", "x86_64", "arm64", "arm64_mac"}},
{Service: "EC2Instance", Key: "InstanceFamily", PossibleValues: []string{"", "General purpose", "Compute optimized", "Memory optimized", "Storage optimized", "FPGA Instances", "GPU instance", "Machine Learning ASIC Instances", "Media Accelerator Instances"}},
{Service: "EC2Instance", Key: "ENASupported"},
{Service: "EC2Instance", Key: "SupportedRootDeviceTypes", Value: aws.String("EBSOnly"), PreventPinning: true, PossibleValues: []string{"EBSOnly"}},
{Service: "EC2Instance", Key: "vCPU", IsNumber: true},
Expand Down

0 comments on commit 49eaa40

Please sign in to comment.