Glenn Schlereth
Glenn Schlereth
Currently testing fix glennschler@8865b1ab06c1c75d8e3754c56595f37ecfa87f9d
Yes, I understood and it is explained well in the [algo firewall document](https://github.com/trailofbits/algo/blob/70f9f911124c8c942b42eac945fcada6e16767ef/docs/firewalls.md). `iptables -L` confirms as well. The ports referred to in this issue are the external "security group"...
I do not use ~/.aws/credentials for security reason. I like ansible vault. I think it is already installed with the ansible requirements of Algo, or it is a small extra...
Some option to not allow an account to follow me if they are also following more than Y accounts. For one reason is that an account who is following more...
If you are using cloudflares browser based terminal, then using the different usernames feature will not work. Only works from a ssh client connection setup with the proper ssh_config using...
Cloudformation automatically assigns the AZ when the subnet is allocated. The stack template defines all the resources created. The last resource requested is the instance, and in some occasional cases,...
You can try to set the AZ in your stack.yaml template to something you think is available. Then run algo to see what happens. If manually editing is successful, then...
This is the traditional behavior of spot instances. They terminate when the bid price increases past the set MaxPrice. This was a very common occurrence until AWS made a [change...
Great. Nice to know you have had success with these other options to enable easy stop and restart. I will try next time I launch a spot instance. Have you...
@aptwebapps @monglebest One tip is to always choose a new algo server name when running `./algo` . For example add this cli argument: `-e server_name=algo-$(date +%Y%b%d-%H%M)` If you always use...