Skip to content

Commit

Permalink
Merge pull request #818 from miq-bot/update_aws_instance_types
Browse files Browse the repository at this point in the history
Update AWS instance_types
  • Loading branch information
agrare committed Aug 14, 2023
2 parents 90aadee + ba493ad commit 32130fe
Showing 1 changed file with 18 additions and 12 deletions.
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

0 comments on commit 32130fe

Please sign in to comment.