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
Related Q & A:
- How to develop a web application?Best solution by Stack Overflow
- how to integrate bi reports in my web application?Best solution by Stack Overflow
- How to find the embed code for videos on a Website when it doesn't show in the source code?Best solution by Stack Overflow
- Where to find 'the art and Science of C' source code?Best solution by Stack Overflow
- Where to get ubuntu source code?Best solution by wiki.answers.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.