Earlier quoted context omitted.
> This is pretty much the first time I've heard of AWS really deprecating something Amazon has deprecated and then put to the grave multiple payment services. Torrent support in S3 is being killed off with little notice.
> Torrent support in S3 is being killed off with little notice. Did anyone ever seriously use it? It never made much sense to me -- if you're trying to optimize for performance, S3 is already pretty good and a CDN can make that even better; if you're trying to optimize for cost, you wouldn't be using S3 in the first place.
Amazon EC2-Classic Is Retiring
91–100 of 155 posts
Re: Amazon EC2-Classic Is Retiring
#92Earlier quoted context omitted.
This is a common error of conflating the name of something with a property that that name typically has. The "RFC 1918 private range" is "private". A publicly routeable range that is firewalled off is "private". There is no practical difference in the level of privacy. There's a difference in naming only. And of course, there is one other difference: The RFC1918 range is worse, because it can never be routed. You hav…
The default VPC setup in each region just has a two public subnet configuration by default. You boot up an EC2 instance and it has a public IP address reachable from the internet (if you open up the security group) and a private IP address. If you want a totally private subnet to put your back end app servers on so they are not routable from the world as an extra layer of safety, then you can do that too. Or, if you'…
Re: Amazon EC2-Classic Is Retiring
#93Earlier quoted context omitted.
This is a common error of conflating the name of something with a property that that name typically has. The "RFC 1918 private range" is "private". A publicly routeable range that is firewalled off is "private". There is no practical difference in the level of privacy. There's a difference in naming only. And of course, there is one other difference: The RFC1918 range is worse, because it can never be routed. You hav…
The default VPC setup in each region just has a two public subnet configuration by default. You boot up an EC2 instance and it has a public IP address reachable from the internet (if you open up the security group) and a private IP address. If you want a totally private subnet to put your back end app servers on so they are not routable from the world as an extra layer of safety, then you can do that too. Or, if you'…
Re: Amazon EC2-Classic Is Retiring
#94Earlier quoted context omitted.
> This is pretty much the first time I've heard of AWS really deprecating something, I think the only other service that was ever deprecated was SimpleDB, which was replaced with DynamoDB.
You can actually still use SimpleDB: https://aws.amazon.com/simpledb/
Re: Amazon EC2-Classic Is Retiring
#95Earlier quoted context omitted.
EC2 Classic was essentially deprecated back in 2013, whether it was said as such at the time or not. 8+ years is an incredibly long sunset period, especially compared to AWS’s competitors.
I know what you mean, but I don’t think it counts as a sunset period if they haven’t announced anything.
Re: Amazon EC2-Classic Is Retiring
#96Earlier quoted context omitted.
FYI, "depreciate" != "deprecate" — I also used to think it was the former once upon a time :)
One aspect of this mix-up that I enjoy is the fact that deprecating something causes its value to depreciate, by quite a lot!
just one of those fun things that gets thrown in to make sure nobody ever fully understands the english language.
Re: Amazon EC2-Classic Is Retiring
#97Holy crap - is this one of the first actual depreciation and get off service things AWS has done? Kind of crazy honestly? They were kind of famous for NOT doing this sort of thing - at all. GCP just announced enterprise API's I see with some (pretty vague) promises about longevity.
Re: Amazon EC2-Classic Is Retiring
#98Earlier quoted context omitted.
Combining "enterprise" with "vague promise of longevity" is quite the oxymoron. Google should start celling cell service if they want to continue upleveling their doublespeak abilities.
Google Fi already sells cell service, it's essentially T-Mobile service but without most domestic roaming and with higher prices than Mint, T-Mobile Connect and their other MVNOs. From what I hear MMS stopped working a few months ago for iPhones on Google Fi.
I've been on Fi for years and its great.
Re: Amazon EC2-Classic Is Retiring
#99Earlier quoted context omitted.
This is a common error of conflating the name of something with a property that that name typically has. The "RFC 1918 private range" is "private". A publicly routeable range that is firewalled off is "private". There is no practical difference in the level of privacy. There's a difference in naming only. And of course, there is one other difference: The RFC1918 range is worse, because it can never be routed. You hav…
The default VPC setup in each region just has a two public subnet configuration by default. You boot up an EC2 instance and it has a public IP address reachable from the internet (if you open up the security group) and a private IP address. If you want a totally private subnet to put your back end app servers on so they are not routable from the world as an extra layer of safety, then you can do that too. Or, if you'…
Which is AWS's way of printing money. Straight up, no lie.
Instead with the advent of IPv6 and everything getting a publicly routable IP address anyway, you no longer can rely on a machine having a "private" IP address.
I recently stood up infrastructure where each machine in the VPC got a public IPv4 and IPv6, and used security groups to set up permissions for what systems can access what other systems.
This way I protect the instances, and don't pay the NAT Gateway fee because the public IP is a 1:1 NAT and doesn't cost anything.
Re: Amazon EC2-Classic Is Retiring
#100Earlier quoted context omitted.
Creating completely private networks in a public cloud, and also being able to link these networks across the WAN to other private networks in different regions seems the opposite of nothing to offer IMO.
This is a common error of conflating the name of something with a property that that name typically has. The "RFC 1918 private range" is "private". A publicly routeable range that is firewalled off is "private". There is no practical difference in the level of privacy. There's a difference in naming only. And of course, there is one other difference: The RFC1918 range is worse, because it can never be routed. You hav…