AWS
Creation Time: 6–8 minutes (duration based on the us-east-1 region; actual time may vary depending on public resource download speeds)
warning
⚠️ Note:
- This template will create an 8-core 16GB memory virtual machine on the public cloud platform for running the Syncause server, and configure a public IP for remote access. Please note that public cloud platforms involve costs. All Terraform templates default to using on-demand pricing mode (hourly billing). Please destroy resources promptly after use to avoid additional charges.
AWS Automatic Installation
Open AWS CloudShell and execute the following command for one-click deployment.
The template files are currently in private preview. Please **join our waitlist** to receive exclusive early access to the repository address when it becomes available.
tips
- The script is recommended to be executed in AWS CloudShell, which is our tested deployment environment.
- However, we also support execution in local Shell. If executing in a local Shell environment, please note the following:
- You need to install the Terraform tool. Please go to the Terraform official website to install manually.
- You need to configure AWS CLI tools and AWS credentials.
AWS Manual Installation
Set Up Installation Tools
Open AWS CloudShell and install the Terraform tool using the Terraform → Linux → Amazon Linux method to deploy the Terraform CLI.
Install | Terraform | HashiCorp Developer
Download Template Files
info
The template files are currently in private preview. Please join our waitlist to receive exclusive early access to the repository address when it becomes available.
Run Installation Commands
unzip aws-ec2.zip && cd aws-ec2
terraform init
terraform plan
terraform apply
Destroy Resources
cd aws-ec2
terraform destroy