Skip to content

alibabacloud-automation/terraform-alicloud-hpc-cluster

Repository files navigation

Terraform Module for creating ECS HPC cluster on Alibaba Cloud.

terraform-alicloud-hpc-cluster

English | 简体中文

This module is used to create a Hpc Cluster under Alibaba Cloud.

These types of resources are supported:

Usage

module "example" {
  source                     = "terraform-alicloud-modules/hpc-cluster/alicloud"
  #alicloud_ecs_hpc_cluster
  create_cluster             = true
  cluster_name               = "tf-name"
  #alicloud_instance
  create_instance            = true
  availability_zone          = "cn-hangzhou-k"
  instance_name              = "tf-test-name"
  security_group_ids         = ["sg-123456xxx"]
  vswitch_id                 = "vsw-123456xxx"
  instance_type              = "ecs.sccg7.32xlarge"
  system_disk_category       = "cloud_efficiency"
  system_disk_name           = "tf-system_disk_name"
  system_disk_description    = "system_disk_description"
  image_id                   = "centos_7_9_uefi_x64_20G_scc_20210727.vhd"
  internet_max_bandwidth_out = 50
  data_disks  = {
    name        = "data_disks_name"
    size        = 120
    category    = "cloud_efficiency"
    description = "tf-test-description"
    encrypted   = true
  }
}

Examples

Notes

  • This module using AccessKey and SecretKey are from profile and shared_credentials_file. If you have not set them yet, please install aliyun-cli and configure it.

Requirements

Name Version
terraform > = 0.13.0
alicloud > = 1.116.0

Providers

Name Version
alicloud > = 1.116.0

Submit Issues

If you have any problems when using this module, please opening a provider issue and let us know.

Note: There does not recommend opening an issue on this repo.

Authors

Created and maintained by Alibaba Cloud Terraform Team([email protected]).

License

MIT Licensed. See LICENSE for full details.

Reference

About

Terraform Module for creating ECS HPC cluster on Alibaba Cloud.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •