I Followed the Official AWS Amplify Guide and Was Charged $1,100
61–70 of 293 posts
Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#62Earlier quoted context omitted.
It is very unusual for AWS not to issue refunds in situations like this, so I don't think it's a function of them finding an edge to milk thousands from user mistakes. More likely they've found that issuing refunds is less onerous than it would be to provide accurate and cheap tutorials. Perhaps that does not excuse the behaviour but AWS reversed a $600 charge I incurred using AWS Textract where the charges were comp…
> It is very unusual for AWS not to issue refunds in situations like this ...when asked to. But what percentage of mistakes like this end up just being "eaten" by the end-user, not realizing that they can ask for a refund? What percentage don't even get noticed?
Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#63Earlier quoted context omitted.
> do paranoid sweeps of their entire AWS account looking for rogue resources That's the thing that annoys me the most about AWS. There's no easy way to find out all the resources I'm currently paying for (or if there's a way, I couldn't find it). Without an easy to understand overview, it feels like I don't have full control of my own account.
You can set up daily or hourly cost and usage reports on the account. I built a finops function based on it, feeding the data into a Postgres db. Make sure to select incremental updates, if not you’ll en up paying for tb of s3 storage.
Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#64This seems like a glaring bug in the scripts run by that `npx` command. The author is correct, the scripts should 100%: - Choose the lowest cost resource (it's a tutorial!) - Cleanup resources when the `delete` subscript is run I don't think it's fair to expect developers to do paranoid sweeps of their entire AWS account looking for rogue resources after running something like this. If a startup had this behavior wou…
Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#65Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#66unrelated rant, but I'm still salty about it. needed to send "raw" http requests instead of using their bloated sdk for reasons, and requests failed with "content-type: application/json" header, but succeeded with "content-type: application/x-amz-json-1.0". get out of here with that nonsense.
Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#67unrelated rant, but I'm still salty about it. needed to send "raw" http requests instead of using their bloated sdk for reasons, and requests failed with "content-type: application/json" header, but succeeded with "content-type: application/x-amz-json-1.0". get out of here with that nonsense.
Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#68Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#69Re: I Followed the Official AWS Amplify Guide and Was Charged $1,100
#70Earlier quoted context omitted.
> do paranoid sweeps of their entire AWS account looking for rogue resources That's the thing that annoys me the most about AWS. There's no easy way to find out all the resources I'm currently paying for (or if there's a way, I couldn't find it). Without an easy to understand overview, it feels like I don't have full control of my own account.
Yes i was charged $400 once for services i had running for three months without any idea it was happening