-
Notifications
You must be signed in to change notification settings - Fork 43
FAQ
- How do I start/stop/reboot my server?
- How can I delete my server entirely?
- How do I move items into the S3 bucket?
- Can I host multiple foundry servers on one domain?
- Is it safe to apply a Foundry update?
- Login to AWS
- From the AWS Management Console, search EC2 and select the result.
- Select the instance named FoundryServer
- Right click the server to view actions, locate and hover over Instance state. Here you can choose to start/stop/reboot.
DO NOT choose terminate instance, this will delete your server and cannot be undone
If you want to completely remove your server and its associated components, CloudFormation provides a "all-in-one" method to do so. By default, your S3 bucket does not auto-delete if it contains content. This is purposefully done to prevent accidental deletes.
- Login to AWS.
- From the AWS Management Console, search CloudFormation and select the result.
- Select the Foundry stack you'd like to delete with the bubble on the left.
- Click Delete.
- Click Delete Stack in the confirmation popup.
- Your stack may fail to delete if data exists in the bucket. Manually delete the bucket with the S3 instrctions below.
- Login to AWS.
- From the AWS Management Console, search S3 and select the result.
- You will see the bucket listed here, select the associated bucket.
- Click Delete. At the bottom of the screen, you will see the deletion progress.
- Return to CloudFormation and attempt to delete the stack again. Check to retain FoundryBucket when prompted.
- Login to AWS.
- From the AWS Management Console, search S3 and select the result.
- You will see your buckets listed here, click into the bucket name of the associated foundry server.
- Click Upload and add any desired files.
- Leave all settings at default and click Next 3 times.
- Click Upload.
Assuming you have purchased additional licenses to do so, yes you can host multiple instances on a single domain. There are a few restrictions as outlined below:
- The subdomain names must be different.
- The template parameter webserverbool must always be set to False.
Note: You may incur extra cost from AWS for running two servers.
If you deployed the server before Oct 23, 2020, the deployment uses rc.local to start Foundry. Don't worry if you don't know what that is, it just means after the update, you will need to restart your instance from EC2.
If you deployed before March 31st 2021, make sure you apply the mandatory node v14 patch before updating.