CAPEv2
CAPEv2 copied to clipboard
Add AWS Deployment guide to README.md
Hi, I noticed that there is no documentation on how to deploy to AWS, such as what you have for Azure. I have been working on a comprehensive guide that explains how to deploy CAPEv2 to AWS from scratch. I would appreciate it if you would agree to add it to the README or to another location in the repository. The source code of my website is available in that repository: https://github.com/Y4nush/y4nush.com. Thank you!
hello, readme is not a place for that, but if that is ok, i will copy your work to cape docs specially mentioning that is your work and link your writeup. let me know if that is ok for you. You can see how we did that with wireguard from external blogpost https://capev2.readthedocs.io/en/latest/installation/host/routing.html#setup-wireguard
PS thank you for blogpost, is always a help
FYI you not really to uncomment those, you only need to change ip/port if they are different from cuckoo.conf and tags shouldn't be empty or commented
Uncomment #options =
Uncomment #tags = and add tags = none
Uncomment # resultserver_ip = and add your server ip
Uncomment #resultserver_port = 2042
but so far, very good writeup for those who starts with CAPE on AWS
Hi, @doomedraven sure! that's okay from my side. Thank you for the feedback. I will update the blog post accordingly.
cool thanks, i will show you PR once that is done before merge
why do you remove it?
why do you remove it?
Hi @doomedraven, I did that accidentally while I opened the IMDS pull request.
By the way, I would like to edit the blog post based on the IMDS authentication method. I will update once I complete that. Is that okay from your side?
yes, as you can see sadly those week not enough free time so i can't work on it, and the same will be at least for next 2w, but after that i hope to add it. so once you update the blog just let me know here plz, i keep this open to remember that i have to copy it to docs
Hi @doomedraven, I have updated the blog post, thanks!
thanks for headups and documenting this
i still have to add aws setup docs https://y4nush.com/posts/installation-of-capev2-sandbox-on-aws/