Skip to content

Use Terraform to deploy an AWS EC2 Instance for ARK: Survival Evolved

Notifications You must be signed in to change notification settings

cottonbeckfield/ark-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Ark: Survival Evolved Server

Dependencies

  1. Ensure you have installed Terraform. For instructions, see Hashicorp's page: https://learn.hashicorp.com/terraform/getting-started/install.html

Setup Server

  1. Clone this repository.

  2. Ensure the directory is initialized with Terraform by running terraform init from inside the directory: terraform init

  3. Update ark.tfvars to have relevant information. Example:

region = "us-west-2"
access_key = "ADFADFASFASFA"
secret_key = "ASDFASDFASDFA"
key_name = "ark"
  1. Test the template to ensure it's working: terraform plan -var-file=./ark.tfvars -input=false

  2. Execute template: terraform apply -var-file=./ark.tfvars -input=false

  3. ssh into

ssh -i "arkkey.pem" ubuntu@ec2-54-71-238-67.us-west-2.compute.amazonaws.com

  1. follow this link for instructions on installing/managing ark on the server

About

Use Terraform to deploy an AWS EC2 Instance for ARK: Survival Evolved

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages