Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
21–30 of 110 posts
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#22AWS gives money back in a lot of cases that I think they legitimately aren't responsible for.
I don't know that other cloud providers are going to do any better - an attacker who has your credentials and spins up 10's of thousands of dollars of infra will cost you thousands of dollars.
I'll certainly echo the advice for 2FA but, more importantly, use a strong, unique password.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#23Also, I'd create a IAM user and severely limit your usage of the root account, and over time stop using the root completely.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#24@aws, why not mandate MFA for a root user? in child org accounts where this is less feasible, you could allow access to the root user only from the parent account, no direct login at all.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#25their hardware MFA functionality is worse than useless it only permits a single hardware token to be registered to an account so good luck if you misplace or break your hardware token
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#26Well, yeah, of course they're stuck with the bill. I feel like people think AWS is supposed to have infinite guard rails regardless of what the engineers using it do, like when people write code that infinite loops and it blows up their bill. AWS gives money back in a lot of cases that I think they legitimately aren't responsible for. I don't know that other cloud providers are going to do any better - an attacker wh…
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#27their hardware MFA functionality is worse than useless it only permits a single hardware token to be registered to an account so good luck if you misplace or break your hardware token
The point is to block unauthorized access. It is not less than useless. It absolutely does that. You really think if your lost your token Amazon would lock you out forever? Wrong assumption Besides, just use AUTHY if that's your concern
That said, I have to imagine this is the wrong procedure and there's some way to duplicate hardware MFA devices to have redundancy for such a case...
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#28I'll use Digital Ocean for anything small if I need to spin up a server in the future.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#29The fact that AWS has no way to limit billing seems insane to me. Your only recourse for an accidental (or malicious) overcharge is beg customer support. It's an incredible liability.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#30Well, yeah, of course they're stuck with the bill. I feel like people think AWS is supposed to have infinite guard rails regardless of what the engineers using it do, like when people write code that infinite loops and it blows up their bill. AWS gives money back in a lot of cases that I think they legitimately aren't responsible for. I don't know that other cloud providers are going to do any better - an attacker wh…