AWS CDK는 C#을 포함한 여러 프로그래밍 언어를 지원하는데, CDK를 AWS 없이도 테스트해볼 수 있는 환경을 조성하기 위해 Localstack을 이용할 수 있습니다. 이번 .NET 10에 도입되는 FBA를 사용하여 CDK 로컬 환경을 구축하고 실험해볼 수 있는 예제를 만들어봤습니다. :-D
https://forum.dotnetdev.kr/t/aws-cdk-localstack-net-10-fba-aws/13725
AWS CDK는 C#을 포함한 여러 프로그래밍 언어를 지원하는데, CDK를 AWS 없이도 테스트해볼 수 있는 환경을 조성하기 위해 Localstack을 이용할 수 있습니다. 이번 .NET 10에 도입되는 FBA를 사용하여 CDK 로컬 환경을 구축하고 실험해볼 수 있는 예제를 만들어봤습니다. :-D
https://forum.dotnetdev.kr/t/aws-cdk-localstack-net-10-fba-aws/13725
Amazonq.nvim: Official AWS AI Assistant Plugin for Neovim
Link: https://github.com/awslabs/amazonq.nvim
Discussion: https://news.ycombinator.com/item?id=45113251
AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'
Link: https://www.theregister.com/2025/08/21/aws_ceo_entry_level_jobs_opinion/
Discussion: https://news.ycombinator.com/item?id=44972151
AWS in 2025: The Stuff You Think You Know That's Now Wrong
Link: https://www.lastweekinaws.com/blog/aws-in-2025-the-stuff-you-think-you-know-thats-now-wrong/
Discussion: https://news.ycombinator.com/item?id=44962844
AWS pricing for Kiro dev tool dubbed 'a wallet-wrecking tragedy'
Link: https://www.theregister.com/2025/08/18/aws_updated_kiro_pricing/
Discussion: https://news.ycombinator.com/item?id=44942600
Eliminating JavaScript cold starts on AWS Lambda
Link: https://goose.icu/lambda/
Discussion: https://news.ycombinator.com/item?id=44922383
AWS's sudden removal of a 10-year account and all of its data: lessons learned
Link: https://www.suramya.com/blog/2025/08/lessons-learnt-from-aws-deleting-a-10-year-account-and-all-that-data-without-warning/
Discussion: https://news.ycombinator.com/item?id=44838431
AWS Restored My Account: The Human Who Made the Difference
Link: https://www.seuros.com/blog/aws-restored-account-plot-twist/
Discussion: https://news.ycombinator.com/item?id=44825660
Kubernetes on-prem? Meet mesh networking.
Tailscale's own Director of Solutions Engineering, Lee Briggs, teamed up with AWS to show how to securely connect Amazon EKS Hybrid Nodes using Tailscale — no VPN headaches.
AWS Deleted all data despite redundancy, backup, dead man’s switch. This is why you need to keep all your data offline. The 3-2-1 backup rule is a good data protection strategy that states that you kee 3 copies of your data, storing them on 2 different types of storage media, and keeping 1 copy offsite under your bed or office. Don't trust your hosting company's backup service.
https://www.seuros.com/blog/aws-deleted-my-10-year-account-without-warning/
AWS European Sovereign Cloud to be operated by EU citizens
Link: https://www.aboutamazon.eu/news/aws/aws-european-sovereign-cloud-to-be-operated-by-eu-citizens
Discussion: https://news.ycombinator.com/item?id=44791143
AWS deleted my 10-year account and all data without warning
Link: https://www.seuros.com/blog/aws-deleted-my-10-year-account-without-warning/
Discussion: https://news.ycombinator.com/item?id=44770250
Questions for #fediverse #SysAdmin folk who run #prometheus and #grafana on multiple #aws accounts:
Do you use a single Prometheus server or do you have one for each account?
How do you handle auto scaling EC2 servers which could change IPs at any time?
Is it possible for servers to push rather than get pulled from?
Please share any setups that could be relevant and boost far & wide!
Thanks in advance!! ❤️❤️❤️
[プレビュー] S3ベースの低コストなベクトルストレージ「Amazon S3 Vectors」が発表されました (Bedrock Knowledge Basesのベクトルストアとしても使える!) | DevelopersIO https://dev.classmethod.jp/articles/amazon-s3-vectors-preview-release/
> S3ベースの低コストなベクトルストレージ「Amazon S3 Vectors」がプレビューとして発表されました。
> 「Amazon OpenSearch Service」などと同じようにベクトルストレージとしてアプリケーションプログラムから利用できる
> Amazon Bedrock Knowledge Basesと組み合わせて安価なRAGを実現できる
うぉぉぉ…
AWS open-sourced Postgres active-active replication extension
Link: https://github.com/aws/pgactive
Discussion: https://news.ycombinator.com/item?id=44580257
Been around hachyderm.io for a minute, welcome to my #TED talk!
By day i'm an #Infrastructure Architect for #Rivian and focusing on #on-prem infrastructure automation and provisioning.. (Think of make it more like #AWS.. but with off the shelf shit).
In my afternoons ( and the rest of my life) i'm a #father to 2 beautiful kids. They are equally cool and annoying!!! Sometimes more cool than annoying #parents am I right!
at night i'm #batman with his #homelab. Just not as rich or cool.
AWS Lambda Silent Crash – A Platform Failure, Not an Application Bug [pdf]
Link: https://lyons-den.com/whitepapers/aws-lambda-silent-crash.pdf
Discussion: https://news.ycombinator.com/item?id=44566996
AWS launches Kiro, its Cursor clone
Link: https://kiro.dev/blog/introducing-kiro/
Discussion: https://news.ycombinator.com/item?id=44560662
robin @robin@hackers.pub
이 글은 마인크래프트 모드 서버를 운영하며 겪은 시행착오와 해결 과정을 담고 있습니다. 서버를 항상 켜두는 대신 필요할 때만 자동으로 켜지도록 구성하여 비용을 절감하고자 했습니다. 이를 위해 Pulumi를 사용하여 AWS 인프라를 구축하고, RCON 프로토콜 대신 `netstat`을 활용하여 접속자 수를 정확하게 파악하는 방법을 소개합니다. 또한, IMDSv2 설정 문제와 ASG 환경에서 볼륨 마운트 실패 문제를 해결하는 과정도 공유합니다. 마지막으로, 서버 파일 EFS 이전 및 도커라이징을 통한 ECS 배포라는 향후 개선 방향을 제시합니다. 이 글은 마인크래프트 서버 운영 비용을 절감하고 자동화된 인프라를 구축하려는 사람들에게 유용한 인사이트를 제공합니다.
Read more →This is an interesting read: AWS beyond the sandbox - moving to a multi-Account Organization
https://blog.symphonia.io/posts/2025-06-25_moving_to_multi_account_aws_organization
I've started a new series of articles on organization-wide technical operations for small companies using #AWS. The first article discusses why you probably want to use multiple Accounts within a single Organization, and how you can start planning that. https://blog.symphonia.io/posts/2025-06-25_moving_to_multi_account_aws_organization
Pinning an #introduction on my newly reactivated account.
I'm a senior #devops engineer, runner and #minimalist.
I'm interested in #aws, #linux, #kubernetes, #serverless and adjacent topics. I've been in the industry, as they say, for over 17 years now. I'm getting old.
I do some #running and #rowing for a bit of physical exercise. I really like computers so I need to sometimes touch grass.
Guess I'll do a proper #introduction: I'm an IT guy with a love for #Unix / #Linux, both at home and work.
Fan of all things #opensource. I've spent many years on #realtime data, used to be a full-time linux admin. I've dabbled in #bigdata, and I'm currently doing things that are called #CloudEngineering on #aws.
In my free time, I'm learning the #piano, I sing in two #choirs (a small pop #choir and a big #chamberchoir). I also play the #bagpipe, and I've been known to manhandle a #trumpet.
Students: "I thought this class was about cloud computing and how useful and cheap it is, why do you keep telling us that it is terrible and expensive?"
Me: "Experience"
Wrapped up an awesome 6-month bioinformatics #Python -> #Terraform -> #AWS gig. Open to new telecommute Python / #Golang / #Perl software stacks, database thrashing / analytics, or DevOps / cloud infrastructure work.
Thanks for any leads, boosts!
Dream job, resume on my blog: https://notes.jays.net/blog/resume/ #GetFediHired
Time to post a proper #introduction I reckon.
I'm a senior #devops engineer, runner and #minimalist. I'm interested in #aws, #linux, #kubernetes, #serverless and adjacent topics. Been in the industry, as they say, for over 16 years now. I'm getting old.
I do some #running and #rowing for a bit of physical exercise. Else I'd just be sitting at my computer all day.
k bye 👋
Had the email this morning confirming that our new corporate overlords "do not permit" the use of Linux and that I'm being moved to a Macbook so old it won't even drive all my displays. So I am officially on the job market.
Need a #DevOps Lead? 100% remote, £140k pa. #AWS; #Terraform; #Ansible; #Jenkins. HMU.
#Introduction #neuHier #altHier
Ich bin Aljoscha, #SoftwareArchitect, #Java-Dev, etwas #Python, etwas #Rust, bin in cloudbasierten Lösungen unterwegs (#AWS, #Azure), designe #Microservice Landschaften, Data Flow, Data Mesh, #Spring, usw. usf.
Hobbys: Reisen, Garten, Lesen, Rad, Wandern, Pi-Basteleien, habe 1 Hund.
I wrote a (messy) thing on our over reliance of US tech and how we can start to get some of our data back in European soil (or at least improve our data privacy) 🫡
https://blog.otso.fr/2025-01-25-towards-european-sovereignty.html
#uspol #europe #bigtech #aws #microsoft #google #cloud #privacy
New #introduction post!
I'm Erik. I've been married to my spouse for >20 years. We are parents to 2 teenage boys.
I'm an infrastructure-centric technology generalist, who is passionate about:
- building secure, easy-to-understand and easy-to-maintain systems
- personal privacy, and building systems that respect privacy
- cooking good food
- reading fiction (largely fantasy and sci-fi these days)
- learning, learning, learning. Every day.
Hello 🖖
I'm Sergij from the northwest of Ukraine 🇺🇦
Currently, I'm DevOps Engineer at Smile.eu. I am working on the automation of deployment and provisioning with #gitlab_ci #ansible & #bash
Interested in #aws #data #devops #linux #python
I own TuxOps Channel about some related stuff: https://t.me/tuxua
My name is David. I'm a husband, and father of two very small #kids, and live in the Echo Park area of Los Angeles, California.
I'm a Lead Software Engineer @ Sweetgreen 🥗 focusing on Infrastructure (primarily AWS) and Site Reliability.
Ask me questions about #aws #docker #devops #sre #terraform. I love to teach and will do my best to respond.
I'm interested in #ClimateJustice, #WalkableCities, #HousingJustice, #USPolitics, and #homelab. I value patience and empathy.
howdy, #hachyderm!
over the last week or so, we've been preparing to move hachy's #DNS zones from #AWS route 53 to bunny DNS.
since this could be a pretty scary thing -- going from one geo-DNS provider to another -- we want to make sure *before* we move that records are resolving in a reasonable way across the globe.
to help us to do this, we've started a small, lightweight tool that we can deploy to a provider like bunny's magic containers to quickly get DNS resolution info from multiple geographic regions quickly. we then write this data to a backend S3 bucket, at which point we can use a tool like #duckdb to analyze the results and find records we need to tweak to improve performance. all *before* we make the change.
then, after we've flipped the switch and while DNS is propagating -- -- we can watch in real-time as different servers begin flipping over to the new provider.
we named the tool hachyboop and it's available publicly --> https://github.com/hachyderm/hachyboop
please keep in mind that it's early in the booper's life, and there's a lot we can do, including cleaning up my hacky code.
attached is an example of a quick run across 17 regions for a few minutes. the data is spread across multiple files but duckdb makes it quite easy for us to query everything like it's one table.
I guess I missed doing a short #introduction 😂
I’m a dad of a little son living in #Kerken, Germany 🇩🇪. As an engineer at the International IT of ALDI South I’m helping a lot of teams with automation, CI/CD etc. In former roles I worked as Cloud Solution Architect (#AWS) and #smalltalk developer/SA.
Besides #exploring the world with my family, I like creating stuff with computers, doing #selfhosting, #virtualization using #proxmox, #docker etc.
Currently I’m deeply into #mastodon 🎉
I use a an open-source tool called "rclone" to back up my data to the AWS S3 service; this data is then quickly migrated from the base S3 storage tier to another tier called "Glacier", which is less expensive.
The tradeoff for the savings is that files in the Glacier class are not immediately available; in order to be able to restore them I need to request that they be restored in S3 so I can copy them. Typically you restore them for a limited number of days (enough time for you to grab a copy) before it then reverts back to Glacier class.
The other wrinkle is: The files are encrypted. Not just the files but the file names and the file paths (enclosing folders/directories).
Here is the tricky part: The backup software does not have the ability to request a file be restored from files stored in the Glacier tier. I have to do that using the aws command line or the console. This is doubly tricky because I will have to request the exact file using the encrypted filename and path... not the name I actually know the files as.
So it turns out that rclone can actually tell me the encypted filename and path if I ask it correctly because of course they've dealt with this problem already. :)
I thought to myself "Here is a chance for ChatGPT to show its quality".
I'll skip to the chase:
ChatGPT gave me exactly the *opposite* instructions of what I asked for.
Instead of telling me how to get the encrypted filename path from the unencrypted equivalent it, instead, told me how to get the plaintext from the encrypted filename - which I didn't have. This is using the latest ChatGPT 4o, the very latest.
I question the usefulness of this kind of tool (meaning ChatGPT) for anyone who isn't an expert. I've done this long enough that I know of other sources to look at (such as the manual pages) but if you aren't that savvy I'm not sure how you would find the right answer.
The ability to regurgitate unstructured data with LLMs is amazing - almost magical when I compare it to other efforts to do the same that I have been involved in previously.
But the ability to summarize and present the data in an accurate, useful form is nowhere near acceptable.
#Salesforce has announced a $500 million investment in #ArtificialIntelligence initiatives in #SaudiArabia, and will deploy its Hyperforce platform there through a strategic partnership with #Amazon Web Services (#AWS). Additionally, the company plans to establish a regional headquarters in #Riyadh.
https://www.nasdaq.com/articles/salesforces-crm-500m-saudi-investment-fuels-global-ai-growth
#USA #AI #ProjectTranscendence #Trump #UnitedArabEmirates #Musk #GCC #Saudi #UAE #DOGE #coup
#SaudiArabia’s $100B #ProjectTranscendence, marks a significant push by the Kingdom to develop a robust #AI ecosystem that can rival leading tech hubs, including neighbouring #UnitedArabEmirates and other global technology centers.
https://www.cio.com/article/3602900/saudi-arabia-launches-100-billion-ai-initiative-to-lead-in-global-tech.html
#Salesforce #ArtificialIntelligence #Amazon #AWS #Riyadh #USA #Trump #Musk #GCC #Saudi #UAE #DOGE #coup
#Stargate is a partnership between #OpenAI, #Oracle, #Japan’s #SoftBank - led by #MasayoshiSon - and #MGX, a tech investment arm of the #UnitedArabEmirates government.
https://www.bbc.com/news/articles/cy4m84d2xz2o
#Trump #Microsoft #USA #Musk #GCC #Saudi #SaudiArabia #UAE #DOGE #coup
#Salesforce has announced a $500 million investment in #ArtificialIntelligence initiatives in #SaudiArabia, and will deploy its Hyperforce platform there through a strategic partnership with #Amazon Web Services (#AWS). Additionally, the company plans to establish a regional headquarters in #Riyadh.
https://www.nasdaq.com/articles/salesforces-crm-500m-saudi-investment-fuels-global-ai-growth
#USA #AI #ProjectTranscendence #Trump #UnitedArabEmirates #Musk #GCC #Saudi #UAE #DOGE #coup