Earlier quoted context omitted.
I know it's hard to do when you're making good money and would be going against co-workers. But, if you see something, say something. This crap continues because there are too many folks that are happy to help support immoral business practices for some extra scratch. This isn't all on you in particular but when google folks started raising hell about Chinese censorship the company was forced to move. We all have the…
I mean the problem is corruption begets corruption. They WANT do to these things because you're going to get a massive bonus when the product you 'invented' does well because you stole the idea from an Amazon customer. Amazon needs to be properly taxed so that this crap doesn't happen anymore. The idea that they shouldn't pay taxes simply because they're large should absolutely enrage everyone.
Amazon met with startups about investing, then launched competing products
331–340 of 385 posts
Re: Amazon met with startups about investing, then launched competing products
#332Earlier quoted context omitted.
The reality is that groups of people inside AWS have access to your stuff. A given person might only be on the S3 or EC2 team... but each of those teams can ssh to hosts in production, or has other access that could be used to compromise your data. Amazon does take privacy and security very seriously, but these systems are run by people. Attacks like the recent Twitter attack could work for various AWS services. Sour…
Are you sure about that? Most of the aws provided S3 sdks include the option of client side encryption. Not to mention that there are plenty of third party options for that as well. AWS could I guess look at your s3 data, but it will just look like gibberish.
Re: Amazon met with startups about investing, then launched competing products
#333Earlier quoted context omitted.
What you say is openly contradictory. They receive certain exemptions due to their size, but their tax bill has nothing to do with their size. ???
No, I said quite clearly there are no exemptions due to their size. There's a difference between an exemption for companies with N+ employees and tax credits/exemptions you can capitalize on because you are a company that makes billions of dollars and can afford to take on different behaviors to take advantage of them. That's not the same thing at all.
Can we please stop arguing like influencing is only true if it is done in the most direct way (similar to the quid pro quo debate). Obviously if big company lobbyists try to get tax law in their favour they are not pushing for "please write a law which exempts companies over N employees from taxes." They push for laws that sound innocent but only they will be able to take advantage of, just like it is at the moment. The outcome is still the same they pay less or zero taxes.
Re: Amazon met with startups about investing, then launched competing products
#334Re: Amazon met with startups about investing, then launched competing products
#335Earlier quoted context omitted.
Neither "traction of products hosted on its platform" nor "customer list of those hosted products" are typically public information. They are information to which a trusted vendor might have access. There seems to be a fine line between trusting Amazon to sell and ship one's products and services without using its position to sell competing products and services, and trusting AWS to host one's confidential data witho…
You're right - but this isn't the first time we've heard about this exact practice. It's been reported on extensively, so if anyone was going to investigate something illegal, it would have happened. It is however, good ground for an Anti-Trust case. Using your position as a market maker to push your own products is literally illegal anti-competitive behavior and can trigger a court order to break up the company.
Re: Amazon met with startups about investing, then launched competing products
#336Re: Amazon met with startups about investing, then launched competing products
#337Earlier quoted context omitted.
for its faults aws takes data privacy super serious. if you are in support you cant even see attachments customers put on cases without providing auditable justification and you def cant see in s3 buckets or instances. hell if a customer sends you a link to an object in their s3 youre not supposed to open it
Some group of people on the S3 team likely have root access to the machines where your objects are stored. If you don't have encryption turned on...
Re: Amazon met with startups about investing, then launched competing products
#338Earlier quoted context omitted.
for its faults aws takes data privacy super serious. if you are in support you cant even see attachments customers put on cases without providing auditable justification and you def cant see in s3 buckets or instances. hell if a customer sends you a link to an object in their s3 youre not supposed to open it
Some group of people on the S3 team likely have root access to the machines where your objects are stored. If you don't have encryption turned on...
The raw billing information, oh motherfucking yes.
Re: Amazon met with startups about investing, then launched competing products
#339Earlier quoted context omitted.
Considering that OP created this account today and that they're admitting to what would be a felony and against Amazon's own privacy policy, I doubt this statement is true. Even if the customer had a misconfigured S3 bucket that was exposed to the public, it would still constitute as accessing customer data you're not meant to see. As other users have provided insight on, everything you do as an Amazon employee basic…
> everything you do as an Amazon employee basically leaves a trail with your employee ID That might be true in retail, but it wasn't anywhere close to true in AWS. When I left most engineers still had SSH access to the production hosts (and a not-insignificant portion of operations relied on that fact).
There are many easy mechanisms to audit and monitor SSH sessions. So... no?
Re: Amazon met with startups about investing, then launched competing products
#340Earlier quoted context omitted.
I can confidently tell you that Amazon's employees cannot see customers data inside S3 buckets or EC2 instances. They are extremely serious about that stuff since they know that will erode their customer's confidence. But there's probably other superficial business data that's helpful to evaluate that.
This is incorrect, at least from a logical POV and why it's hard to trust what cloud vendors say. A statement like this is either naive (most likely) or actively attempting to mislead. Technically, its absolutely possible. Most likely you'll just need a support ticket or bug, and then you can troll around as engineer. Also, security teams also usually have access to stuff when things get interesting. Better to say th…
You're underestimating the investments that AWS (and Amazon at large) make in to security, confidentiality, and auditing. You're also missing a fundamental implication of building AWS on AWS primitives.
As a relevant example there is only one AWS IAM and one CloudTrail. It's a core tenant of AWS IAM to put that control and root of trust in to the customers control. That means when developer support is helping with your ticket they do so via your accounts AWSServiceRoleForSupport role. That means you can control whether that role exists, which principals can assume it, the capabilities it has, and you can see those same API calls in your CloudTrail logs. Although it would make support difficult you're welcome to delete that service linked role and prevent support.amazonaws.com from assuming said role in your account.
https://docs.aws.amazon.com/awssupport/latest/user/using-ser...