2023-01-01から1年間の記事一覧

ML Series - Getting Started with ML using Amazon SageMaker - Part 2

2022年に JTP株式会社 へJoinしましたMukeshです! Introduction Welcome back to Part 2 of our journey into the world of Machine Learning using Amazon SageMaker! In Part 1 of this Series, we dipped our toes into understanding the basics of Mac…

AWS Amplify Series: An Overview of AWS Amplify

Ever since its inception back in 2006, Amazon Web Services has set a standard for unique services, covering the spectrum from essential cloud infrastructure to developer tools and robust security solutions. While this leading cloud provide…

IaC Series: Best Practices for Large-Scale Production-Ready Terraform Projects

IaC Series: Best Practices for Large-Scale Production-Ready Terraform Projects Table of Contents Introduction Use a Consistent Directory Structure Use a Modular Structure Use Terraform Workspaces Use Terraform State Management Use Remote S…

IaC シリーズ: プロジェクトに最適な IaC ツールはこちら

IaC シリーズ: あなたのプロジェクトに最適な IaC ツール! この記事は、開発者、ITインフラストラクチャエンジニア、インフラストラクチャ自動化プロジェクトに取り組んでいるマネージャー、IaC の取り組みを開始するためのリードを探しているビジネスプロフ…

IaC Series: Best way to get started with Terraform Projects

IaC Series: Best way to get started with Terraform Projects Table of Contents "Where should we start?" : The biggest question! Key Factors for a Terraform project Good way to structure a Terraform Project Major components of a project stru…

クラウドの、クラウドによる、クラウドのための、セキュリティ

世界中の組織が市場投入までの時間の短縮、応答性の向上およびコスト削減を実現するため、ワークロードを急速にクラウドに移行し続けている中で、多くの組織にとってクラウドにおけるセキュリティが最大の関心事の一つであることは驚くことではありません。…

Snapshot Testing in AWS CDK

Along with multi language support, reliable documentation and steady upgrades, AWS CDK has its own testing constructs as well. Tests in CDK can be categorised into two types: Snapshot and Fine-grained assertions. Snapshot tests tend to be …