I appreciate your post. Thank you.
I have one concern:
It seems like half of the UserData bash script should be part of the CFN code instead. Specifically these steps should all be in CFN so that CloudFormation can track the resources, no?:
# get instance-id
# associate the Elastic IP address to the instance
# attach volume
# wait for volume to be properly attached
# format the volume if doesn't have file system
# create mount root folder
# mount the volume to folder
I used cloudformation, but it look like the IP that is output does not support SSL. Can you provide some insight on how I could support SSL?
Mateusz Pytinski
Hi Stefan,
First, thank you for the template. I am a complete newbie to the topic. I created an AWS server instance via the template and upon connecting to it, i have trouble to even find the typsense application itself under the ./typsense-server, the folder doesnt exist. Any ideas why?
Help would be greatly appreciated.
Regards