I deleted my AWS account yesterday. It is obviously catered towards large organisations - very complicated tools and pricing that I couldn't really fit into my use case. I tried to just shut down the services that were using money but wasn't even sure I had found them all so I just closed the whole account. I don't even like the idea of any of this stuff. I want to run my own little raspberry pi server or whatever, i…
Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
101–110 of 110 posts
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#102I know it's easy to get lazy about checking your AWS billing dashboard but I do it once a week - you can set up alerts and whatnot but I find it easier just to go look at the current usage to make sure nothing has gone awry.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#103I know it's easy to get lazy about checking your AWS billing dashboard but I do it once a week - you can set up alerts and whatnot but I find it easier just to go look at the current usage to make sure nothing has gone awry.
I think the point is that someone could bankrupt the average hobbyist in an hour or two, if they were expected to pay it.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#104Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#105I deleted my AWS account yesterday. It is obviously catered towards large organisations - very complicated tools and pricing that I couldn't really fit into my use case. I tried to just shut down the services that were using money but wasn't even sure I had found them all so I just closed the whole account. I don't even like the idea of any of this stuff. I want to run my own little raspberry pi server or whatever, i…
I'm really surprised that people immediately jump to cloud providers even for personal projects when you can lease VPS and server instances for much cheaper. A buddy of mine runs a crypto currency validator in AWS and pays over $1600 a month. You can rent a dedicated server with 32 cores, 256GB RAM and 2TB of NVMe storage for $400 a month. Tent two in different data centers for redundancy and you'll still paying half…
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#106their 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
When setting up the token you can scan the QR with multiple devices. E.g YubiKey and Authenticator App. This at least allows for a backup in case one goes missing. I agree it is kind of incredible that multiple tokens are not supported.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#107Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#108Earlier quoted context omitted.
Does AWS require distinct billing accounts for each project? I use GCP, I can attach the same account to multiple projects. (It also lacks this basic billing limit feature, unfortunately.)
No, that's why it would be silly to have to change it for every account. (and also problematic for a team with a bunch of child accounts to then have to gain access to the org's card or something like that to change settings for their childs)
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#109Earlier quoted context omitted.
Don't use a "cloud" vendor then? Just use a VPS vendor.
Should I just rewrite and host stuff like S3, RDS, ECS, Route53, Cloudwatch, Cloudfront, Lambda, etc. just because I want a spending limit? Your argument makes no sense at all. You may feel like using production-ready hosted cloud services and still want a spending limit. Renting a single VPS might not solve all your issues.
Re: Tell HN: Rise in AWS accounts getting hacked and owner being stuck with the bill
#110@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.
One option is to set your root user's password to some random 64 character string and forget it. Any time you want root access (rare) you go through a reset flow, which means your root auth is tied to your email. Something like GMail has pretty strict controls so this is actually imo the safest option available.