タグ

ec2とperformanceに関するyassのブックマーク (7)

  • (WEB401) Optimizing Your Web Server on AWS | AWS re:Invent 2014

    (WEB401) Optimizing Your Web Server on AWS | AWS re:Invent 2014 Tuning your EC2 web server will help you to improve application server throughput and cost-efficiency as well as reduce request latency. In this session we will walk through tactics to identify bottlenecks using tools such as CloudWatch in order to drive the appropriate allocation of EC2 and EBS resources. In addition, we will also be

    (WEB401) Optimizing Your Web Server on AWS | AWS re:Invent 2014
  • MinOps homepage

    Last time we reviewed AWS IAM Best Practices to cover essentials of your AWS security barriers. Now, let's get to basics - EC2 performance. When we "cloudify" our applications we tend to think of how we scale them and make robust, fault-tolerant and cloud-compatible in general. However, before going up and multiplying your EC2 instances with Auto Scaling groups you may need to look at that single

  • Part 1: Lessons learned tuning TCP and Nginx in EC2 « Chartbeat Engineering Blog

    Part 1: Lessons learned tuning TCP and Nginx in EC2 January 2nd, 2014 by Justin Our average traffic at Chartbeat has grown about 33% over the last year and depending on news events, we can see our traffic jump 33% or more in a single day.  Recently we’ve begun investigating ways we can improve performance for handling this traffic through our systems.  We set out and collected additional metrics f

    yass
    yass 2014/01/04
    " DNS can only serve up a maximum 13 records due to UDP’s packet length limit of 512 bytes. "
  • サービス

    NRIネットコムは、異なる専門性を持った4つの事業領域により、 デジタル戦略の実現を全方位でサポートし、お客さまのビジネスの継続的な発展に貢献します。 Webソリューション事業Web Solution先端のテクノロジーやサービスで お客さまのビジネスを支えますさまざまな業種のお客さまに対してWebシステムを構築・運用する事業です。クラウド、モバイル、モダン開発などの技術を組み合わせ顧客課題の解決に導きます。 Webシステム設計・開発・運用会員サービス向けシステム開発業務システム開発AWSなどクラウド導入支援モバイルアプリの企画・開発 Webクリエイティブ事業Web Creativeお客さまの「伝えたい」を表現し、 成果につなげるクリエイティブをお客さまの課題解決に向けたクリエイティブ制作を行う事業です。現状の分析から戦略立案、UX/UIデザイン、各種ビジュアル制作、Webサイト構築までトー

    サービス
  • IaaS型クラウドにおけるハードウェアの陳腐化について

    はじめに 私たちが提供しているSaaS型のWAFサービス、Scutum(スキュータム)では、今年の春に開発環境を物理サーバからEC2へ移行しました。より安い料金でサーバを使用するため、シンガポールリージョンでSpot Instanceを使用しています。価格が非常に安く、また変動幅も少ないことから、お買い得感のあるサーバをかなり安定して稼働させることができています。 今回はこのEC2に開発環境を移行する過程で気がついた、EC2(あるいは、他のIaaS型クラウドサービス)を使用する上で気をつけたい、クラウドのハードウェアについてまとめてみたいと思います。 開発環境の目的 EC2に構築した開発環境の主な目的はパフォーマンステストです。シグネチャのチューニングやエンジン部のコードの変更などによってシステムのスループットにどのような影響が出るのかを常に把握しておくため、安定した環境が必要となります。

    IaaS型クラウドにおけるハードウェアの陳腐化について
    yass
    yass 2012/08/06
    "EC2は2006年にサービスが開始されているため、既に6年が経過しており、初期のハードウェアがそのまま使われている可能性は非常に低い / 後発のクラウドほど / 価格性能比が優れている/ GMOクラウドのCPUの価格性能比の高さ"
  • Amazon EC2 I/O Performance: Local Ephemeral Disks vs. RAID�0 Striped EBS Volumes – blog.dt.org

    I recently ran into an issue with I/O bandwidth in EC2 that produced some unexpected results. As part of my day job, I built a system to run clustered deployments of enterprise software within AWS. The enterprise software I chose for the prototype is, as it turns out, very sensitive to I/O bandwidth, and my first attempt at a clustered deployment using m1.large instances with only ephemeral disks

  • Amazon EC2からWebサービスへの大規模なアクセス負荷試験を行う方法(JMeter in the Cloudを使用)

    初期投資を抑えつつサーバインフラを手軽に拡大/縮小できる、いわゆるクラウドサービスが人気みたいです。Amazon EC2 みたいなやつ。聞くところによると、ソーシャルアプリなどは、アクセス規模とかユーザの増加傾向が見積りにくいようで、そういうところで利用が進んでいるらしいです。 ところで、そういったサービスは、何もサービスを受け付ける側を作るのに使うだけでなく、(負荷試験やパフォーマンスチューニングのための)Web アクセス負荷を大量に発生させるインフラとしても使えるんでないかなあと思っていたら、やっぱりそういうモノがありました。JMeter in the Cloud という AMI (Amazon Machine Image) です。 JMeter In The Cloud – A cloud based load testing environment 元々 JMeter では、複数の

  • 1