【发布时间】:2019-02-28 01:16:35
【问题描述】:
我正在尝试从使用 AWS 的人那里获得一些反馈,关于我们是否可以从 AWS 上配置的 HPC 集群进行粗略估计,如下所示
[aws]
aws_region_name = us-east-2
[cluster default]
key_name = xxxx
vpc_settings = vpc-xxxxx
compute_instance_type = c4.8xlarge
master_instance_type = c4.large
initial_queue_size = 4
max_queue_size = 20
maintain_initial_size = true
scheduler = sge
cluster_type = spot
spot_price = 1.60
placement_group = DYNAMIC
master_root_volume_size = 20
base_os = ubuntu1404
ebs_settings = custom
[ebs custom]
volume_type = io1
volume_iops = 2000
volume_size = 2000
encrypted = true
[vpc vpc-xxx]
vpc_id = vpc-xxx
master_subnet_id = subnet-xxxx
[global]
cluster_template = default
update_check = true
sanity_check = true
[aliases]
ssh = ssh {CFN_USER}@{MASTER_IP} {ARGS}
根据作业将在集群上运行多长时间,您是否认为可以大致了解 AWS 上的成本是多少?其中涉及很多东西,EC2 成本、存储成本等
鉴于这些将是现场实例(计算)而不是按需实例,我们如何获得估计
感谢您的想法
【问题讨论】: