No Image

Performing A/B Testing with NGINX and NGINX Plus

2016-07-26 KENNETH 0

Performing A/B Testing with NGINX and NGINX Plus When you are testing changes to an application, there are some factors you can measure only in a production environment rather than a development test bed. Examples include the effect of UI changes on user behavior and the impact on overall performance. A common testing method is A/B testing – also known as split testing – in which a (usually small) proportion of users is directed to the new version of an application while most users continue to use the current version. In this blog post we’ll explore why it is important to perform A/B testing when deploying new versions of your web application and how to use NGINX and NGINX Plus to control which version of an application users see. Configuration examples illustrate how you can use NGINX and NGINX Plus directives, parameters, and variables to achieve accurate and [ more… ]

AWS를 기반한 Amazon Prime Day 성공담

2016-07-26 KENNETH 0

AWS를 기반한 Amazon Prime Day 성공담 올해로 두번째였던 Amazon Prime Day에서 일일 판매 신기록을 달성했습니다. 하루 동안 전세계에서 주문된 수량은 블랙 프라이데이, 사이버 먼데이, Prime Day 2015의 기록을 뛰어 넘었습니다. Slice Intelligence는 Prime Day 2016 당일에 미국 전역의 전자 상거래 소비자 중 74%가 Amazon에서 구매를 했다고 보고 있습니다. 일일 글로벌 쇼핑 이벤트는 Amazon Prime 회원만을 대상으로하고 있으나, Prime 2015에 비해 올해의 트래픽 수준은 과거와 비교해서 최고였을 뿐만 아니라 Amazon Mobile App 에서의 주문량은 지난해 대비 2배나 상승했습니다. 전세계 Prime 멤버가 하루에 구입한 항목의 한 가지 예로, 장난감 2만개 이상, 신발 1만 켤레 이상 그리고 TV는 9 만대 이상의 판매를 기록하였습니다. (자세한 판매 통계 내용은 Amazon’s Prime Day is the Biggest Day Ever를 참고하시기 바랍니다.) 여러분도 예상하다시피 이렇게 대규모 규모의 단기 온라인 행사를 하려면, 급증하는 트래픽에 확장성 높은 인프라 대응이 가능해야 합니다. AWS 기반의 확장성 이용 Amazon 쇼핑 웹 사이트는 대규모 [ more… ]

No Image

3 Ways to Automate with NGINX and NGINX Plus

2016-07-23 KENNETH 0

3 Ways to Automate with NGINX and NGINX Plus “How long would it take your organization to deploy a change that involves just one single line of code?” – Lean software development guru Mary Poppendieck In many organizations today, manual processes are slowing down the process of deploying and managing applications. Manual processes create extra work for developers and operations teams, cause unnecessary delays, and increase the time it takes to get new features and critical bug and security fixes into the hands of customers. Automating common tasks – using tools, scripts, and other techniques – is a great way to improve operational efficiency and accelerate the rollout of new features and apps. The potential improvements to productivity with automation are impressive. With the proper components in place, some companies have been able to deploy new code to production more than 50 times per [ more… ]

EC2 Run Command 서울 리전 기능 출시

2016-07-22 KENNETH 0

EC2 Run Command 서울 리전 기능 출시 작년 EC2 Run Command – 대규모 원격 인스턴스 관리 기능을 출시하였습니다. 이 기능은 개발자 및 시스템 관리자들이 좀 더 편리하게 여러 EC2 인스턴스를 관리하는데 도움을 주기 위한 것입니다. 오늘 부터, 서울 리전에 EC2 Run Command 기능을 시작할 수 있게 되었습니다. 더 자세한 것은 아래 블로그 글을 참고하시기 바랍니다. EC2 Run Command 업데이트 – 리눅스 인스턴스 지원 시작! EC2 Run Command 기능 업데이트 – 문서 및 명령어 관리 기능 등 EC2 Run Command 신규 기능 – 하이브리드 환경을 위한 외부 서버 관리 제공 Source: EC2 Run Command 서울 리전 기능 출시

WordPress 4.6 Beta 4

2016-07-21 KENNETH 0

WordPress 4.6 Beta 4 WordPress 4.6 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more information on what’s new in 4.6, check out the Beta 1, Beta 2, and Beta 3 blog posts, along with in-depth field guides. This is the final planned beta of WordPress 4.6, with a release candidate scheduled for next week. Some of the fixes in Beta 4 include: Media: alt attributes are now always added to images inserted from URLs (#36735). Object subtype handling has been removed from register_meta(). Details about this change are [ more… ]