Hacker Newsnew | past | comments | ask | show | jobs | submit | benfrancom's commentslogin

You could set up a custom domain if you don't have one already and forward the email for $8/yr. https://cloudflareapps.com/apps/email-forwarding


Email forwarding is free and built into CloudFlare.

https://blog.cloudflare.com/introducing-email-routing/


I canceled my account recently for the same reason. The two day or same day shipping would never happen even though on the product it was advertised as such.


AWS also mirrors docker official images: https://gallery.ecr.aws/docker

Announcement here (Nov 2021) https://www.docker.com/blog/news-from-aws-reinvent-docker-of...


That's really cool and I didn't realize that! For future readers, key points from the article:

"Note that while pulls from ECR Public do work from outside AWS, they are rate limited if not authenticated with an Amazon account, and you should generally use the Docker Hub addresses if you are pulling from outside AWS. Please see the ECR Public quotas documentation for more about how limits work with ECR Public.

If you are an AWS customer, pulling Docker Official Images from ECR Public offers several advantages. ECR Public is replicated across all AWS regions, so pulls are local to the region you pull from. This helps ensure lower latency for requests and ensures that all your resources are in the same failure zone, which is the recommended architectural pattern."


Working for a company that is both owned by Amazon and use docker hub for quite a while for a lot of Base images for build the number of times that we had build failures or minor outages due to docker hub being down or us being rate limited is well into four digits. Luckily these were generally low impact on a developer could emergency patch in some of these situations so it never really got us. But if someone who's been pushing for us to just use the AWS alternative since we're very heavily on AWS because we're owned by Amazon so it just makes sense, it's always been a little bit frustrating that people just pull directly from the internet as opposed to the AWS data center that they're literally running in. So I'm very happy about these base images on my computer platform at a very very low cost (network) with high availability for me.

As the AWS public docs say it's always better to pull from the data center that you're sitting in. Data center math is always more forgiving if you pull from the data center you're in as opposed to playing from another Data center because the chance that both data centers are having problems is higher than the chance that any one is having problems.


I’m interested to see how project finch works out compared to Docker on a Mac. It’s an open source client for container development.

https://github.com/runfinch

When I tried Rancher Desktop it didn’t work so well.


Reminds me of Derek Sivers how he keeps all his writing in plain text, always, everywhere. https://sive.rs/plaintext

Edit: Apparently he posted this on HN 8 months ago: https://news.ycombinator.com/item?id=30521545


Being able to time shift video instruction content made all the difference in the world for me. I could rewind and watch something multiple times until it clicked. Helped me significantly with college mathematics.


Thanks for sharing! Love these other options!


Nice, do you have anything you can share?


Using Unix 3rd Edition by Peter Kuo because it helps in understanding basic Unix principles and tools.


I migrated a company from k8s to ECS/Fargate in 2019. Kubernetes is very flexible, but I opted for simplicity.

The result of the migration was that there is little underlying infrastructure to maintain, and ongoing operational costs were lowered by 50% year over year. The CTO and I liked the setup so much, we started converting another large client of theirs. I followed up with them at the beginning of 2022 to see how things were going, and they still love it. There is so little maintenance, and now they have more time to focus on what they do best–Software!

Other options on the horizon that I'm testing include utilizing AWS Copilot with ECS/Fargate, and/or Copilot with Amazon App Runner.


I have settled on the ECS camp as well. Took a run at Kubernetes and was blown away by the complexity. With ECS/Fargate I don't spend any time on it. It just works for our setup.

I still wonder from time to time if I am missing something not going Kubernetes.


Are you big enough to need terraform? If the answer is yes, you may have a good justification to move to kubernetes migrate tf->k8s with lots of benefits for the app teams (if they care). If you're just yolo setup your cloud in AWS web console and you're fine with that, then you may not see much lift. A good reason to use declarative (often infrastructure as code) approach to deployments is that it improves bus factor and the ability to hire people who can pick up and maintain the infrastructure.


AWS CDK exists and IMO is way better than terraform if you're on AWS. So much so that terraform is making their own variant to be more CDK like.


I didn't know they were trying to be like CDK. Now I have to look this up :)


The CDK for Terraform went GA today (https://www.terraform.io/cdktf and https://www.hashicorp.com/blog/cdk-for-terraform-now-general...). It's a framework that extends the capabilities of CDK so that you can use the whole Terraform ecosystem of providers and modules.

Under the hood it means that the `cdktf synth` command ultimately generates Terraform configuration that can be executed like any other Terraform config. It's definitely not a case of Terraform trying to be like CDK. Each has it's strengths, choose whichever makes the most sense for your workflow.


We are big users of terraform. I couldn't imaging running our setup without it or some other tooling like CDK.


What about Pulumi? I love it


I use AWS Copilot and find it to be really easy to use and helpful. It is still a pretty young project and as such doesn't really handle all the edge cases, but for the things it supports, it makes using ECS even easier than it already is.


Chose Fargate over K8 too. I made the call, so no need for migrations :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: