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

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

Table of Contents Introduction What is Machine Learning? Supervised learning Unsupervised learning Reinforcement learning Semi-supervised learning Dataset and Model What is Amazon SageMaker? Summary Introduction How long until AI surpasses…

何から始めるコンテナ導入 ~JTPの考えるコンテナ導入ステップ~

昨今のビジネス環境の変化やユーザーニーズの多様化に伴い、これに対応できるITシステムとチーム構築が求められています。システムに特化したオンプレインフラ基盤では、ビジネス環境の変化や顧客のニーズに対する継続的な対応が難しくなり、 迅速に導入や破…

An Overview of Testing in AWS CDK

The introduction of Infrastructure as a Code (IaC) has had a profound impact on the world of Cloud and DevOps. With IaC, the tedious process of manual infrastructure deployment and maintenance is replaced by an automated operation to deplo…

APMを導入する5つのポイント

はじめに みなさんはAPM(Application performance monitoring)を使っていますでしょうか。 昨今のアプリケーションはContainerやCI/CDを活かした高頻度なデプロイが可能になっています。 しかしながら、アプリケーションのデプロイによるパフォーマンスの変…

AWS上にOpenShiftをインストールしてみた(IPI編)

最近、KubernetesやOpenShiftを操作する機会が増えてきたので、個人検証環境用としてAWS上にOpenShiftをインストールしてみました。本記事ではその手順についてご紹介します。OpenShiftをパブリッククラウド上に構築することは珍しくありませんので手順につ…

IaC Series: The best IaC tool for your project!

IaC Series: The best IaC tool for your project! If you're a developer, an IT infrastructure engineer, a manager working on some infrastructure automation project, a business professional looking for a lead to begin with the IaC journey, or…

IaC Series: CDK for Terraform (CDKTF) - It finally went GA!

IaC Series: CDK for Terraform (CDKTF) - It finally went GA! Table of Contents CDKTF... Wait, what? What were the "Issues" then? What does CDKTF bring to the table? Who can use CDKTF? Conclusion CDKTF... Wait, what? HashiCorp has been one o…

AWS CDKでVPCにCIDRブロックを追加してみた

はじめに VPCへの影響? 開発・実行環境 環境準備: VPCにCIDRを1つだけ指定してデプロイ いよいよCIDRを追加してみる あれ? エラー発生!! 再チャレンジ デプロイ結果 追加したCIDRを変更するしてみると!? まとめ はじめに とあるAWS環境にてCDKで管理している…

クラウドセキュリティ対策 ~Zscalerとは~

セキュリティ対策、皆さんはどのようにされていますか? コロナ渦の影響で働き方も変わり、業務基盤のクラウド化がますます進んでいます。 それに伴いテレワークが推進され、在宅や社外、公共の場などで業務を行うことが 日常的になっています。 「誰が」「…

IaC Series: How and Where to start with IaC

IaC Series: How and Where to Start with IaC If you're a developer, an IT infrastructure engineer, a manager working on some infrastructure automation project, a business professional looking for a lead to begin with the IaC journey, or eve…

5分で準備するTerraform開発環境

皆さんこんにちは。 皆さんはTerraformを使っていますでしょうか。 新年度になり、メンバーも増えて新しく開発環境を準備する機会も増えたことと思います。 この記事ではAWS Cloud9を使って5分でTerraformの開発環境を作る方法を紹介します。 AWS Cloud9 と…

データエンジニアリング実践シリーズ 第一回【データエンジニアリングとは】

「データエンジニアリング」という言葉を聞いたことがあるでしょうか。 昨今、デジタルトランスフォーメーションが推し進められていることにより、データ活用の重要性がますます高まっています。中長期的な経営方針や意思決定のためにデータを活用するために…

Amazon FSx for NetApp ONTAP検証環境をAWS CDKで丸ごとデプロイしてみた(Multi-AZ)

目次 目次 はじめに Amazon FSx for NetApp ONTAPとは AWS CDKとは 構築する検証環境のゴール 全体構成図 CDKコードでデプロイされるリソースと作成順序 設計のポイント ・EC2への接続 ・ファイルシステムへの接続 CDKからのデプロイ 作成したコード デプロ…

Test deployment of HashiCorps Nomad

We think Nomad has the potential to become a very useful tool in your toolbox and therefore I would like to take this opportunity to introduce to you my thoughts alongside a guide on the basic setup. 1. What is Nomad 2. Key Features 3. Arc…

ApacheログをSIEM on Amazon OpenSearch Service で可視化してみた

SIEM on Amazon OpenSearch Serviceについて SIEM on Amazon OpenSearch Serviceの概要 本記事で解説する内容 作業手順 1.前提条件 2.CloudFormationデプロイ用のテンプレートをS3にアップロード 3.SIEM on OpenSearch Serviceのデプロイ 4.Kinesis Data Fir…