|
|
|
|
|
by animalCrax0rz
2255 days ago
|
|
Given Amazon's willingness to spy on their business customers (traffic data in this case), should I be worried to deploy code on AWS that has high IP value in source code form (JS, Python, etc) or bytecode (Java/C#, which can be easily decompiled). I ask this because I noticed on AWS EC2 the default behavior is that Amazon produces the private/public key pair (as opposed to having the user add their SSH public key) so if they wish, they can access any code I deploy. Let's say I make a product on AWS that competes with a current or future product of AWS itself, and let's say it gets a ton of traffic, should I be worried? Should I be using only native binaries? (C/C++, Go, Rust, etc) ?? |
|