Earlier quoted context omitted.
AWS VPCs are secure by default, which means no traffic traverses their boundaries unless you intentionally enable it.
"The door is locked, so instead of suggesting to the end user that they should unlock the door with this key that we know how to give the end user deterministically, we instead tell them to drive across town and back on our toll roads and collect money from it" This has been a common gotcha for over a decade now: https://www.lastweekinaws.com/blog/the-aws-managed-nat-gatew...
AWS in 2025: Stuff you think you know that's now wrong
111–120 of 284 posts
Re: AWS in 2025: Stuff you think you know that's now wrong
#112Earlier quoted context omitted.
I am also assuming that Amazon intends for the Deep Archive tier to be a profitable offering. At $0.00099/gb-month, I don't see how it could be anything other than tape.
http://www.patentbuddy.com/Patent/20140047261 Is tape even cost competitive anymore? The market would be tiny.
Re: AWS in 2025: Stuff you think you know that's now wrong
#113Re: AWS in 2025: Stuff you think you know that's now wrong
#114Can no longer login to my AWS account, because I never set up MFA. Want to set up MFA ... login required to request device. Yes, I know, they warned us far ahead of time. But not being able to request one of their MFA devices without a login is ... sucky.
Re: AWS in 2025: Stuff you think you know that's now wrong
#115> Glacier restores are also no longer painfully slow. I had a theory (based on no evidence I'm aware of except knowing how Amazon operates) that the original Glacier service operated out of an Amazon fulfillment center somewhere. When you put it a request for your data, a picker would go to a shelf, pick up some removable media, take it back, and slot it into a drive in a rack. This, BTW, is how tape backups on times…
Re: AWS in 2025: Stuff you think you know that's now wrong
#116Re: AWS in 2025: Stuff you think you know that's now wrong
#117Re: AWS in 2025: Stuff you think you know that's now wrong
#118Earlier quoted context omitted.
Having experienced the joy of setting up VPC, subnets and PrivateLink endpoints the whole thing just seems absurd. They spent the effort of branding private VPC endpoints "PrivateLink". Maybe it took some engineering effort on their part, but it should be the default out of the box, and an entirely unremarkable feature. In fact, I think if you have private subnets, the only way to use S3 etc is Private Link (correct…
You can provision gateway endpoints for S3 and DynamoDB. They are free and considered best practice. They are opt-in though, but easy to enable.
And, as as added benefit, they distinguish between "just pull" and "pull and push" which is nice
Re: AWS in 2025: Stuff you think you know that's now wrong
#119Earlier quoted context omitted.
This sort of thing drives me nuts in interviews, when people are like, are you familiar with such-and-such technology? Yeah, what month?
If you're aware of changes, then explain that there were changes over time, that's it
Re: AWS in 2025: Stuff you think you know that's now wrong
#120Earlier quoted context omitted.
I just stick CloudFront in front of those buckets. You don't need to expose the bucket at all then and can point it at a canonical hostname in your DNS.
That’s definitely the “correct” way of doing things if you’re writing infra professionally. But I do also get that more casual users might prefer not to incur the additional costs nor complexity of having CloudFront in front. Though at that point, one could reasonably ask if S3 is the right choice for causal users.