mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 23:24:01 +02:00
Update cloud-amazon-ec2.md (#1081)
This commit is contained in:
parent
6d3bb1cf2b
commit
3144458ac7
1 changed files with 3 additions and 0 deletions
|
@ -112,3 +112,6 @@ Enter the number of your desired region:
|
|||
```
|
||||
|
||||
You will then be asked the remainder of the standard Algo setup questions.
|
||||
|
||||
## Cleanup
|
||||
If you've installed Algo onto EC2 multiple times, your AWS account may become cluttered with unused or deleted resources e.g. instances, VPCs, subnets, etc. This may cause future installs to fail. The easiest way to clean up after you're done with a server is to go to "CloudFormation" from the console and delete the CloudFormation stack associated with that server. Please note that unless you've enabled termination protection on your instance, deleting the stack this way will delete your instance without warning, so be sure you are deleting the correct stack.
|
||||
|
|
Loading…
Add table
Reference in a new issue