Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-3252947
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
cloud-3252947
Commits
9882a182
Commit
9882a182
authored
9 years ago
by
Yas Naoi
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix
parent
fbeeb424
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/iaas/modules/aws_cloud/includes/aws_cloud_data.inc
+24
-24
24 additions, 24 deletions
modules/iaas/modules/aws_cloud/includes/aws_cloud_data.inc
with
24 additions
and
24 deletions
modules/iaas/modules/aws_cloud/includes/aws_cloud_data.inc
+
24
−
24
View file @
9882a182
...
...
@@ -184,25 +184,25 @@ function aws_cloud_aws_cloud_data() {
),
'm3.medium'
=>
array
(
'instance_type'
=>
'm3.medium'
,
'description'
=>
t
(
'1 x vCPU, 3 x ECU, 3.75 GB Memory, 1 x 4 SSD'
),
'description'
=>
t
(
'1 x vCPU, 3 x ECU, 3.75 GB Memory, 1 x 4
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.070'
,
'windows_cost'
=>
'0.133'
,
),
'm3.large'
=>
array
(
'instance_type'
=>
'm3.large'
,
'description'
=>
t
(
'2 x vCPU, 6.5 x ECU, 7.5 GB Memory, 1 x 32 SSD'
),
'description'
=>
t
(
'2 x vCPU, 6.5 x ECU, 7.5 GB Memory, 1 x 32
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.140'
,
'windows_cost'
=>
'0.266'
,
),
'm3.xlarge'
=>
array
(
'instance_type'
=>
'm3.xlarge'
,
'description'
=>
t
(
'4 x vCPU, 13 x ECU, 15 GB Memory, 2 x 40 SSD'
),
'description'
=>
t
(
'4 x vCPU, 13 x ECU, 15 GB Memory, 2 x 40
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.280'
,
'windows_cost'
=>
'0.532'
,
),
'm3.2xlarge'
=>
array
(
'instance_type'
=>
'm3.2xlarge'
,
'description'
=>
t
(
'8 x vCPU, 26 x ECU, 30 GB Memory, 2 x 80 SSD'
),
'description'
=>
t
(
'8 x vCPU, 26 x ECU, 30 GB Memory, 2 x 80
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.560'
,
'windows_cost'
=>
'1.064'
,
),
...
...
@@ -239,124 +239,124 @@ function aws_cloud_aws_cloud_data() {
),
'c3.large'
=>
array
(
'instance_type'
=>
'c3.large'
,
'description'
=>
t
(
'2 x vCPU, 7 x ECU, 3.75 GB Memory, 2 x 16 SSD'
),
'description'
=>
t
(
'2 x vCPU, 7 x ECU, 3.75 GB Memory, 2 x 16
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.105'
,
'windows_cost'
=>
'0.188'
,
),
'c3.xlarge'
=>
array
(
'instance_type'
=>
'c3.xlarge'
,
'description'
=>
t
(
'4 x vCPU, 14 x ECU, 7.5 GB Memory, 2 x 40 SSD'
),
'description'
=>
t
(
'4 x vCPU, 14 x ECU, 7.5 GB Memory, 2 x 40
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.210'
,
'windows_cost'
=>
'0.376'
,
),
'c3.2xlarge'
=>
array
(
'instance_type'
=>
'c3.2xlarge'
,
'description'
=>
t
(
'8 x vCPU, 28 x ECU, 15 GB Memory, 2 x 80 SSD'
),
'description'
=>
t
(
'8 x vCPU, 28 x ECU, 15 GB Memory, 2 x 80
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.420'
,
'windows_cost'
=>
'0.752'
,
),
'c3.4xlarge'
=>
array
(
'instance_type'
=>
'c3.4xlarge'
,
'description'
=>
t
(
'16 x vCPU, 55 x ECU, 30 GB Memory, 2 x 160 SSD'
),
'description'
=>
t
(
'16 x vCPU, 55 x ECU, 30 GB Memory, 2 x 160
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.840'
,
'windows_cost'
=>
'1.504'
,
),
'c3.8xlarge'
=>
array
(
'instance_type'
=>
'c3.8xlarge'
,
'description'
=>
t
(
'32 x vCPU, 108 x ECU, 60 GB Memory, 2 x 320 SSD'
),
'description'
=>
t
(
'32 x vCPU, 108 x ECU, 60 GB Memory, 2 x 320
GB
SSD'
),
'linux_or_unix_cost'
=>
'1.680'
,
'windows_cost'
=>
'3.008'
,
),
// GPU Instance
'g2.2xlarge'
=>
array
(
'instance_type'
=>
'g2.2xlarge'
,
'description'
=>
t
(
'8 x vCPU, 26 x ECU, 15 GB Memory, 60 SSD'
),
'description'
=>
t
(
'8 x vCPU, 26 x ECU, 15 GB Memory, 60
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.650'
,
'windows_cost'
=>
'0.767'
,
),
'g2.8xlarge'
=>
array
(
'instance_type'
=>
'g2.8xlarge'
,
'description'
=>
t
(
'32 x vCPU, 104 x ECU, 60 GB Memory, 2 x 120 SSD'
),
'description'
=>
t
(
'32 x vCPU, 104 x ECU, 60 GB Memory, 2 x 120
GB
SSD'
),
'linux_or_unix_cost'
=>
'2.600'
,
'windows_cost'
=>
'2.878'
,
),
// Optimized for Memory
'r3.large'
=>
array
(
'instance_type'
=>
'r3.large'
,
'description'
=>
t
(
'2 x vCPU, 6.5 x ECU, 15 GB Memory, 1 x 32 SSD'
),
'description'
=>
t
(
'2 x vCPU, 6.5 x ECU, 15 GB Memory, 1 x 32
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.175'
,
'windows_cost'
=>
'0.300'
,
),
'r3.xlarge'
=>
array
(
'instance_type'
=>
'r3.xlarge'
,
'description'
=>
t
(
'4 x vCPU, 13 x ECU, 30.5 GB Memory, 1 x 80 SSD'
),
'description'
=>
t
(
'4 x vCPU, 13 x ECU, 30.5 GB Memory, 1 x 80
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.350'
,
'windows_cost'
=>
'0.600'
,
),
'r3.2xlarge'
=>
array
(
'instance_type'
=>
'r3.2xlarge'
,
'description'
=>
t
(
'8 x vCPU, 26 x ECU, 61 GB Memory, 1 x 160 SSD'
),
'description'
=>
t
(
'8 x vCPU, 26 x ECU, 61 GB Memory, 1 x 160
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.700'
,
'windows_cost'
=>
'1.080'
,
),
'r3.4xlarge'
=>
array
(
'instance_type'
=>
'r3.4xlarge'
,
'description'
=>
t
(
'16 x vCPU, 52 x ECU, 122 GB Memory, 1 x 320 SSD'
),
'description'
=>
t
(
'16 x vCPU, 52 x ECU, 122 GB Memory, 1 x 320
GB
SSD'
),
'linux_or_unix_cost'
=>
'1.400'
,
'windows_cost'
=>
'1.944'
,
),
'r3.8xlarge'
=>
array
(
'instance_type'
=>
'r3.8xlarge'
,
'description'
=>
t
(
'32 x vCPU, 104 x ECU, 244 GB Memory, 2 x 320 SSD'
),
'description'
=>
t
(
'32 x vCPU, 104 x ECU, 244 GB Memory, 2 x 320
GB
SSD'
),
'linux_or_unix_cost'
=>
'2.800'
,
'windows_cost'
=>
'3.500'
,
),
// Optimized for Storage
'i2.xlarge'
=>
array
(
'instance_type'
=>
'i2.xlarge'
,
'description'
=>
t
(
'4 x vCPU, 14 x ECU, 30.5 GB Memory, 1 x 800 SSD'
),
'description'
=>
t
(
'4 x vCPU, 14 x ECU, 30.5 GB Memory, 1 x 800
GB
SSD'
),
'linux_or_unix_cost'
=>
'0.853'
,
'windows_cost'
=>
'0.973'
,
),
'i2.2xlarge'
=>
array
(
'instance_type'
=>
'i2.2xlarge'
,
'description'
=>
t
(
'8 x vCPU, 27 x ECU, 61 GB Memory, 2 x 800 SSD'
),
'description'
=>
t
(
'8 x vCPU, 27 x ECU, 61 GB Memory, 2 x 800
GB
SSD'
),
'linux_or_unix_cost'
=>
'1.705'
,
'windows_cost'
=>
'1.946'
,
),
'i2.4xlarge'
=>
array
(
'instance_type'
=>
'i2.4xlarge'
,
'description'
=>
t
(
'16 x vCPU, 53 x ECU, 122 GB Memory, 4 x 800 SSD'
),
'description'
=>
t
(
'16 x vCPU, 53 x ECU, 122 GB Memory, 4 x 800
GB
SSD'
),
'linux_or_unix_cost'
=>
'3.410'
,
'windows_cost'
=>
'3.891'
,
),
'i2.8xlarge'
=>
array
(
'instance_type'
=>
'i2.8xlarge'
,
'description'
=>
t
(
'32 x vCPU, 104 x ECU, 244 GB Memory, 8 x 800 SSD'
),
'description'
=>
t
(
'32 x vCPU, 104 x ECU, 244 GB Memory, 8 x 800
GB
SSD'
),
'linux_or_unix_cost'
=>
'6.820'
,
'windows_cost'
=>
'7.782'
,
),
'd2.xlarge'
=>
array
(
'instance_type'
=>
'd2.xlarge'
,
'description'
=>
t
(
'4 x vCPU, 14 x ECU, 30.5 GB Memory, 3 x 2000 HDD'
),
'description'
=>
t
(
'4 x vCPU, 14 x ECU, 30.5 GB Memory, 3 x 2
,
000
GB
HDD'
),
'linux_or_unix_cost'
=>
'0.690'
,
'windows_cost'
=>
'0.821'
,
),
'd2.2xlarge'
=>
array
(
'instance_type'
=>
'd2.2xlarge'
,
'description'
=>
t
(
'8 x vCPU, 28 x ECU, 61 GB Memory, 6 x 2000 HDD'
),
'description'
=>
t
(
'8 x vCPU, 28 x ECU, 61 GB Memory, 6 x 2
,
000
GB
HDD'
),
'linux_or_unix_cost'
=>
'1.380'
,
'windows_cost'
=>
'1.601'
,
),
'd2.4xlarge'
=>
array
(
'instance_type'
=>
'd2.4xlarge'
,
'description'
=>
t
(
'16 x vCPU, 56 x ECU, 122 GB Memory, 12 x 2000 HDD'
),
'description'
=>
t
(
'16 x vCPU, 56 x ECU, 122 GB Memory, 12 x 2
,
000
GB
HDD'
),
'linux_or_unix_cost'
=>
'2.760'
,
'windows_cost'
=>
'3.062'
,
),
'd2.8xlarge'
=>
array
(
'instance_type'
=>
'd2.8xlarge'
,
'description'
=>
t
(
'36 x vCPU, 116 x EU, 244 GB Memory, 24 x 2000 HDD'
),
'description'
=>
t
(
'36 x vCPU, 116 x EU, 244 GB Memory, 24 x 2
,
000
GB
HDD'
),
'linux_or_unix_cost'
=>
'5.520'
,
'windows_cost'
=>
'6.198'
,
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment