並び順

ブックマーク数

期間指定

  • から
  • まで

81 - 94 件 / 94件

新着順 人気順

"load balancer"の検索結果81 - 94 件 / 94件

  • Configuring an Application Load Balancer on AWS Outposts | Amazon Web Services

    Networking & Content Delivery Configuring an Application Load Balancer on AWS Outposts Introduction AWS Outposts bring AWS infrastructure and services to virtually any datacenter, co-location space, or on-premises facility, in the form of a physical rack connected to the AWS global network. AWS services run locally on the Outpost, and you can access the full range of AWS services available in your

      Configuring an Application Load Balancer on AWS Outposts | Amazon Web Services
    • Amazon EKS の Amazon EC2 ノードグループで AWS Load Balancer Controller を使用して ALB をセットアップする

      Amazon EKS の Amazon EC2 ノードグループで、AWS Load Balancer Controller を使用して Application Load Balancer を設定するにはどうすればよいですか? Amazon Elastic Kubernetes Service (Amazon EKS) の Amazon Elastic Compute Cloud (Amazon EC2) ノードグループで、AWS Load Balancer Controller を使用して Application Load Balancer をセットアップしたいと考えています。 簡単な説明 次の手順は、Amazon EKS で Amazon EC2 ノードグループに AWS Load Balancer Controller を使用して Application Load Balancer を

        Amazon EKS の Amazon EC2 ノードグループで AWS Load Balancer Controller を使用して ALB をセットアップする
      • AWS Gateway Load Balancer が PCI DSS コンプライアンスを実現

        AWS Gateway Load Balancer (GWLB) は、PCI DSS (Payment Card Industry Data Security Standard) 準拠サービスとなりました。GWLB は、ファイアウォール、侵入検知および防止システム、分析、トラフィックの可視化システムなどのサードパーティーの仮想ネットワークアプライアンスのデプロイ、スケール、および管理を支援する新しいサービスです。Elastic Load Balancer ファミリーに新たに加わった GWLB は、透過的なネットワークゲートウェイ (すべてのトラフィック用の単一の入口と出口) と、トラフィックを分散し、仮想アプライアンスを需要に基づいて水平にスケールするロードバランサーを組み合わせます。

          AWS Gateway Load Balancer が PCI DSS コンプライアンスを実現
        • Standard パブリック IP と Standard Load Balancer の今後の変更点 | Azure の更新情報 | Microsoft Azure

          Azure を探索 Azure について 安全かつ将来を見据えた、オンプレミス、ハイブリッド、マルチクラウド、エッジのクラウド ソリューションについて調べる グローバル インフラストラクチャ 他のどのプロバイダーよりも多くのリージョンを備える持続可能で信頼できるクラウド インフラストラクチャについての詳細情報 クラウドの経済性 Azure の財務上および技術的に重要なガイダンスを利用して、クラウドのビジネス ケースを作成する 顧客イネーブルメント 実績のあるツール、ガイダンス、リソースを使用して、クラウド移行の明確なパスを計画する お客様事例 成功を収めたあらゆる規模と業界の企業によるイノベーションの例を参照する

            Standard パブリック IP と Standard Load Balancer の今後の変更点 | Azure の更新情報 | Microsoft Azure
          • X-Amzn-Trace-Id を使用して Application Load Balancer リクエストをトレースする

            X-Amzn-Trace-Id を使用して Application Load Balancer リクエストをトレースする方法を教えてください。 簡単な説明 Elastic Load Balancing (ELB) では、Application Load Balancer がリクエストを処理すると、トレース情報が X-Amzn-Trace-Id ヘッダーに追加されます。例: X-Amzn-Trace-Id: Root=1-67891233-abcdef012345678912345678 識別子のログを記録し、それを使用してロードバランサーの問題をトラブルシューティングします。例えば、短時間に同じクライアントから同様のリクエストを多数受信したことを識別するために、X-Amzn-Trace-Id ヘッダーを使用します。スタックに多数のレイヤーがある場合は、X-Amzn-Trace-Id ヘッダ

              X-Amzn-Trace-Id を使用して Application Load Balancer リクエストをトレースする
            • CloudWatch Application Load Balancer の メトリクス - Elastic Load Balancing

              翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。 CloudWatch Application Load Balancer の メトリクス Elastic Load Balancing は、 CloudWatch ロードバランサーとターゲットのデータポイントを Amazon に発行します。 CloudWatch では、これらのデータポイントに関する統計を、メトリクス と呼ばれる時系列データの順序付けられたセットとして取得できます。メトリクスは監視対象の変数、データポイントは時間の経過と共に変わる変数の値と考えることができます。たとえば、指定した期間中のロードバランサーの正常なターゲットの合計数を監視することができます。各データポイントには、タイムスタンプと、オプションの測定単位が関連付けられています。 メトリクスを

              • Application Load BalancerとAWS Lambdaでベーシック認証をかけたコンテンツを作成する #reinvent | DevelopersIO

                こんにちは。サービスグループの武田です。 1週間に渡るre:Invent 2018も終わりを迎え、クラスメソッドメンバー一同も日本への帰路へとつきました。さまざまな新サービスやアップデートが発表されDevelopers.IOでもやってみたブログが多数上がっています。 さて今回は、Application Load Balancer(以下、ALB)とAWS Lambdaが連携できるようになったことを受け、Lambdaでベーシック認証をかける方法を試してみました。 [速報]ALB HTTP(S)のバックエンドにLambdaを選択できるようになりました!#reinvent ALBのバックエンドにLambdaを選択してみた! #reinvent やってみた 今回作成するLambda関数は次のとおりです。 index.js 'use strict'; exports.handler = async (

                  Application Load BalancerとAWS Lambdaでベーシック認証をかけたコンテンツを作成する #reinvent | DevelopersIO
                • AWS Load Balancer Controller バージョン 2.1 が利用可能になり、追加 ELB 構成のサポートを開始

                  AWS Load Balancer Controller は、Kubernetes クラスターで実行されているアプリケーションにトラフィックをルーティングする Elastic Load Balancing を構成および管理するための Kubernetes ネイティブな方法を提供します。Elastic Load Balancing では、複数のロードバランサーが用意されています。これらはすべて、アプリケーションの耐障害性を高めるのに必要な高い可用性、自動スケーリング、堅牢なセキュリティを特徴としています。 Kubernetes 用 AWS Load Balancer Controller のバージョン 2.1 が利用可能になりました。このアップデートでは、Elastic Load Balancing を使用してトラフィックをアプリケーションに簡単にルーティングできるようにする複数の拡張機能が

                    AWS Load Balancer Controller バージョン 2.1 が利用可能になり、追加 ELB 構成のサポートを開始
                  • Announcing new AWS Network Load Balancer (NLB) availability and performance capabilities

                    AWS Network Load Balancer (NLB) now supports Availability Zone DNS affinity, disable connection termination for unhealthy targets, and UDP connection termination by default. Availability Zonal DNS affinity: This capability resolves DNS such that clients resolving the NLB DNS receive the load balancer IP addresses in the same Availability Zone (AZ) they are in. It enables customers to build zonally

                      Announcing new AWS Network Load Balancer (NLB) availability and performance capabilities
                    • Load Balancer vs. Reverse Proxy vs. API Gateway

                      Are you struggling to understand the differences between load balancers, reverse proxies, and API gateways? Unsure which component is best suited for your web application? You’re not alone! These key components play vital roles in modern web architectures, and knowing how they work is essential for building efficient, secure, and scalable web applications. In this blog, we’ll demystify these conce

                        Load Balancer vs. Reverse Proxy vs. API Gateway
                      • AWS EKSのingress controllerがupdateされてAWS Load Balancer Controllerという名前に変わったので試してみた - freee Developers Hub

                        この記事は freee Developers Advent Calendar の 14 日目です。 どうも id:renjikariです。 10月にEKSのingress controllerが2.0.0になり名前がAWS Load Balancer Controllerになって登場しました。 ぶっちゃけ私はingressにも、もとのalb-ingress-controllerにも全然詳しくないんですがこの機会に新旧のControllerを構築して試して(遊んで)見ようと思います。 できるだけだれでもできるように目指します。構築は基本的にはAWSの公式に則ります。 EKSの構築: https://docs.aws.amazon.com/ja_jp/eks/latest/userguide/getting-started-eksctl.html ALB周り: https://docs.aws

                          AWS EKSのingress controllerがupdateされてAWS Load Balancer Controllerという名前に変わったので試してみた - freee Developers Hub
                        • 【AWS Gateway Load Balancer(GWLB)】概要と設計ポイントと構成例について - サーバーワークスエンジニアブログ

                          こんにちは。AWS CLIが好きな福島です。 はじめに GWLBとは 従来のアプライアンス構成 GWLBの概要 概要図 コンポーネント 概要 GENEVEのメリット 設計のポイント 構成例 TGWなし ①VPCからInternetへのトラフィック監査 TGWあり ②VPCからInternetへのトラフィック監査 ③VPC間のトラフィック監査 ④オンプレからInternetへのトラフィック監査 ⑤オンプレからVPCへのトラフィック調査 参考資料 はじめに 今回は、GWLBを触る機会があり、Black Beltの動画を視聴したため、その内容をブログに記載いたします。 GWLBとは GWLBとは、ELBの1種でネットワークアプライアンス(以降、アプライアンス)の可用性を向上させることができるロードバランサーになります。 従来のアプライアンス構成 GWLBが登場する前からAWS上でトラフィックの監

                            【AWS Gateway Load Balancer(GWLB)】概要と設計ポイントと構成例について - サーバーワークスエンジニアブログ
                          • AWS Load Balancer Update – Lots of New Features for You! | Amazon Web Services

                            AWS News Blog AWS Load Balancer Update – Lots of New Features for You! The AWS Application Load Balancer (ALB) and Network Load Balancer (NLB) are important parts of any highly available and scalable system. Today I am happy to share a healthy list of new features for ALB and NLB, all driven by customer requests. Here’s what I have: Weighted Target Groups for ALB Least Outstanding Requests for ALB

                              AWS Load Balancer Update – Lots of New Features for You! | Amazon Web Services
                            • 【初心者】Amazon EKSを使ってみる #3 (AWS Load Balancer Controller によるIngressの利用) - Qiita

                              【初心者】Amazon EKSを使ってみる #3 (AWS Load Balancer Controller によるIngressの利用)AWS初心者eks 目的 k8sの学習のため、EKSを触っている。前回記事:「【初心者】Amazon EKSを使ってみる #2(WordPressのデプロイ)」でService type: Loadbalancerは使えるようになったので、今回はIngressができるようにする。 やったこと 「AWS Load Balancer Controller」を用いて、ServiceをIngress(ALB)で外部公開する。 従来、EKSでは「ALB Ingress Controller」によりIngressが実装されていたが、ちょうど2020/10月末頃に、新しい方式である「AWS load balancer controller」がリリースされた。せっかくな

                                【初心者】Amazon EKSを使ってみる #3 (AWS Load Balancer Controller によるIngressの利用) - Qiita