Amazon ha dado a conocer una nueva solución que permite a las empresas crear equipos de trabajo privados para gestionar conjuntos de datos de alta calidad en Amazon SageMaker Ground Truth y Amazon Augmented AI (A2I), mientras se mantiene un riguroso control sobre la privacidad y seguridad. Utilizando la consola de AWS Management, las organizaciones […]| Administración de Sistemas
はじめに お話の内容 抱えていた課題 コスト index作成処理の問題 どうやって解決していくか 実装後のよかった点 まとめ はじめに ソーシャル経済メディア「NewsPicks」SREチーム・新卒エンジニアの樋渡です。このブログは、NewsPicksの NewsPicks Advent Calendar 2024の24日目の記事となります。 今回は、AWSサービスである「OpenSearch」「ECS」とデータウェアハウスである「Snowflake」...| Uzabase for Engineers
Integration testing for serverless Event-Driven Architecture is as necessary as it is time-consuming. Boilerplate code to write, long waiting for tests completion, tedious debugging. But no more.| Better Dev
I recently created a CDK library provisioning a CI/CD pipeline for serverless apps on AWS. Having finished the "regular" JS library, it took me a day to convert it to a "proper" CDK Construct library. Not long, and I learned a lot. Here are my thoughts and tips.| Better Dev
CDK generates Logical IDs used by the CloudFormation to track and identify resources. In this post, I'll explain what Logical IDs are, how they're generated, and why they're important. Understanding this will help you avoid unexpected resource deletions and baffling "resource already exists" errors during deployment.| Better Dev
Security is not convenient. That's probably why the CDK, by default, uses AdministratorAccess Policy to deploy resources. But we can easily change it and increase the security of our AWS account, following the least privilege principle with a minimal additional burden.| Better Dev
AWSのCDKを使って、StepFunctionによるデプロイフローを作ってみた例を紹介します。| Uzabase for Engineers
NewsPicksの課金基盤を作り直した話です。 オーソドックスな方法ですが、実際に自分の手で進めてみると、とても学びが多いプロジェクトでした。| Uzabase for Engineers
CodeDeployで更新するECS ServiceをCDK管理して失敗した話です。| Uzabase for Engineers
はじめに 皆様こんにちは、ソーシャル経済メディア「NewsPicks」(Media Infrastructureチーム)エンジニアの北見です。 現在、私は弊社サービスの一部のインフラ刷新を行なっている最中で、ここ数ヶ月 AWS CDKを触っておりました。 前職では Infrastructure as Code として Terraform を使ったことがあるのですが、少なくともAWS を使うという条件においては CDKを使うべき という結論に辿...| Uzabase for Engineers
Tutorial on building production-ready serverless Machine Learning pipeline on AWS Lambda and solving common problems: bundle size, performance, latency.| Better Dev .blog
I was skeptical about the AWS CDK, but the amount of heavy lifting it does and the vast reduction of a boilerplate code changed my view.| Better Dev .blog