How to review a web application code?

Is the source code of our web application protected when we upload to Amazon server?

  • When we upload our source code to AWS server, is the IP (intellectual property) protected? Is there a risk that the source code will be copied?

  • Answer:

    Short answer: As long as you trust Amazon as a company, and all of the policies and procedures (link: http://aws.amazon.com/security/ ) they have in place, YES. Longer answer: You will have to make sure your server is properly protected. A short list of things you should get in place: - firewall (AWS has security groups, although I recommend to also use iptables) - fail2ban (will block IP addresses trying to get access to your server) - use SSH keys instead of passwords - disable root access, use a user login (e.g. ssh ) - monitor your server externally (availability e.g. NewRelic, but also external log storage, e.g. CloudPelican) - make sure your software is always up to date

Robin Verlangen at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.