Deployment on AWS using Terraform
Create a main.tf file
Before you begin
Procedure
smb_protocol_gateways_number = 3
smb_protocol_gateway_instance_type = "c5.2xlarge"
smbw_enabled = true
smb_domain_name = "CUSTOMER_DOMAIN"
smb_share_name = "SPECIFY_SMB_SHARE_NAMING"
smb_setup_protocol = truenfs_protocol_gateways_number = 1
nfs_protocol_gateway_instance_type = "c5.2xlarge"
nfs_setup_protocol = trueApply the main.tf file
Set the license
Last updated