
AWS CodePipeline がネイティブ Amazon EKS デプロイメントのサポートを追加
本記事は、2025 年 2 月 20 日にAWS公式サイトの What’s New with AWS? に掲載された英語記事を自動翻訳したものです。
ニュース内容
AWS CodePipeline では、Amazon Elastic Kubernetes Service (Amazon EKS) にデプロイするための新しいアクションが導入されました。このアクションを使用すると、プライベート VPC 内のものも含め、コンテナアプリケーションを EKS クラスターに簡単にデプロイできます。
以前は、プライベートネットワーク内の EKS クラスターにデプロイする場合、プライベートネットワーク内でコンピューティング環境を初期化して維持する必要がありました。現在は、EKS クラスターの名前を指定して、このアクションをパイプラインに追加するだけです。
パイプラインは、追加のインフラストラクチャを必要とせずに、コンテナアプリケーションをデプロイするためにプライベートネットワークへの接続を自動的に確立します。この合理化されたアプローチにより、運用オーバーヘッドが削減され、デプロイプロセスが簡素化されます。
パイプラインで EKS アクションを使用する方法の詳細については、チュートリアルとドキュメントをご覧ください。AWS CodePipeline の詳細については、製品ページをご覧ください。この新しいアクションは、AWS GovCloud (米国) リージョンと中国リージョンを除く、AWS CodePipeline がサポートされているすべてのリージョンで利用できます。
原文
AWS CodePipeline introduces a new action to deploy to Amazon Elastic Kubernetes Service (Amazon EKS). This action enables you to easily deploy your container applications to your EKS clusters, including those in private VPCs.
Previously, if you wanted to deploy to a EKS cluster within a private network, you had to initialize and maintain a compute environment within the private network. Now, you can simply provide the name of the EKS cluster and add this action to your pipeline. The pipeline will automatically establish a connection into your private network to deploy your container application, without additional infrastructure needed. This streamlined approach reduces your operational overhead and simplifies your deployment process.
To learn more about using the EKS action in your pipeline, visit our tutorial and documentation. For more information about AWS CodePipeline, visit our product page. This new action is available in all regions where AWS CodePipeline is supported, except the AWS GovCloud (US) Regions and the China Regions.
引用元:AWS CodePipeline adds native Amazon EKS deployment support