Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AWS instance_types #818

Merged
merged 1 commit into from
Aug 14, 2023
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
30 changes: 18 additions & 12 deletions db/fixtures/aws_instance_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ a1.2xlarge:
:architecture:
- :arm64
:cluster_networking:
:current_generation: true
:current_generation: false
:current_version: true
:deprecated: true
:description: A1 Double Extra Large
:ebs_only: true
:ebs_optimized_available: true
:enhanced_networking: true
:enhanced_networking:
:family: General purpose
:instance_store_size: 0
:instance_store_size_gb: 0.0
Expand All @@ -31,12 +32,13 @@ a1.4xlarge:
:architecture:
- :arm64
:cluster_networking:
:current_generation: true
:current_generation: false
:current_version: true
:deprecated: true
:description: A1 Quadruple Extra Large
:ebs_only: true
:ebs_optimized_available: true
:enhanced_networking: true
:enhanced_networking:
:family: General purpose
:instance_store_size: 0
:instance_store_size_gb: 0.0
Expand All @@ -59,12 +61,13 @@ a1.large:
:architecture:
- :arm64
:cluster_networking:
:current_generation: true
:current_generation: false
:current_version: true
:deprecated: true
:description: A1 Large
:ebs_only: true
:ebs_optimized_available: true
:enhanced_networking: true
:enhanced_networking:
:family: General purpose
:instance_store_size: 0
:instance_store_size_gb: 0.0
Expand All @@ -87,12 +90,13 @@ a1.medium:
:architecture:
- :arm64
:cluster_networking:
:current_generation: true
:current_generation: false
:current_version: true
:deprecated: true
:description: A1 Medium
:ebs_only: true
:ebs_optimized_available: true
:enhanced_networking: true
:enhanced_networking:
:family: General purpose
:instance_store_size: 0
:instance_store_size_gb: 0.0
Expand All @@ -115,12 +119,13 @@ a1.metal:
:architecture:
- :arm64
:cluster_networking:
:current_generation: true
:current_generation: false
:current_version: true
:deprecated: true
:description: A1 Metal
:ebs_only: true
:ebs_optimized_available: true
:enhanced_networking: true
:enhanced_networking:
:family: General purpose
:instance_store_size: 0
:instance_store_size_gb: 0.0
Expand All @@ -143,12 +148,13 @@ a1.xlarge:
:architecture:
- :arm64
:cluster_networking:
:current_generation: true
:current_generation: false
:current_version: true
:deprecated: true
:description: A1 Extra Large
:ebs_only: true
:ebs_optimized_available: true
:enhanced_networking: true
:enhanced_networking:
:family: General purpose
:instance_store_size: 0
:instance_store_size_gb: 0.0
Expand Down