AWS in 2025: Stuff you think you know that's now wrong
lastweekinaws.com
AWS in 2025: Stuff you think you know that's now wrong
1–10 of 284 posts
Re: AWS in 2025: Stuff you think you know that's now wrong
#2Not strictly true.
Re: AWS in 2025: Stuff you think you know that's now wrong
#3> You don’t have to randomize the first part of your object keys to ensure they get spread around and avoid hotspots. Not strictly true.
Re: AWS in 2025: Stuff you think you know that's now wrong
#4Re: AWS in 2025: Stuff you think you know that's now wrong
#5You know what's still stupid? That if you have an S3 bucket in the same region as your VPC that you will get billed on your NAT Gateway to send data out to the public internet and right back in to the same datacenter. There is simply no reason to not default that behavior to opt out vs opt in (via a VPC endpoint) beyond AWS profiting off of people's lack of knowledge in this realm. The amount of people who would want…
Re: AWS in 2025: Stuff you think you know that's now wrong
#6Re: AWS in 2025: Stuff you think you know that's now wrong
#7On the one hand, this is obviously the right decision. The number of giant data breeches caused by incorrectly configured S3 buckets is enormous.
But... every year or so I find myself wanting to create an S3 bucket with public read access to I can serve files out of it. And every time I need to do that I find something has changed and my old recipe doesn't work any more and I have to figure it out again from scratch!
Re: AWS in 2025: Stuff you think you know that's now wrong
#8S3: "Block Public Access is now enabled by default on new buckets." On the one hand, this is obviously the right decision. The number of giant data breeches caused by incorrectly configured S3 buckets is enormous. But... every year or so I find myself wanting to create an S3 bucket with public read access to I can serve files out of it. And every time I need to do that I find something has changed and my old recipe d…
Re: AWS in 2025: Stuff you think you know that's now wrong
#9TGW is... twice as expensive as vpc peering?
Re: AWS in 2025: Stuff you think you know that's now wrong
#10You know what's still stupid? That if you have an S3 bucket in the same region as your VPC that you will get billed on your NAT Gateway to send data out to the public internet and right back in to the same datacenter. There is simply no reason to not default that behavior to opt out vs opt in (via a VPC endpoint) beyond AWS profiting off of people's lack of knowledge in this realm. The amount of people who would want…
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 me if I'm wrong).
It's just baffling.