2016년 월간 웨비나 녹화 및 발표 자료 모음

2016-03-31 KENNETH 0

2016년 월간 웨비나 녹화 및 발표 자료 모음 AWS코리아에서는 AWS 클라우드 기초 지식과 최신 기술을 소개하는 온라인 세미나인 웨비나(Webinar)를 주기적으로 개최하고 있습니다. 지난 온라인 세미나 발표 자료 및 녹화 동영상을 통해서도 배울 수 있으며, 녹화 시 사용자들의 Q&A 등을 통해 더 자세한 내용도 확인하실 수 있습니다. AWS 클라우드 기술을 이해하시는데, 도움이 되시길 바라며 매월 혹은 반기별 웨비나 일정은 Twitter 혹은 Facebook을 참고하시기 바랍니다. 알림: 동영상 다시 보기는 플래시가 설치된 PC에서만 가능합니다. (매월 업데이트 됩니다.) 3월 30일(목) AWS Mobile Hub로 샘플 모바일 앱 구동하기 강사: 윤석찬 (AWS코리아, 테크에반젤리스트) Adobe Connect로 다시 보기   | 슬라이드 쉐어 발표 자료 AWS DeviceFarm으로 모바일 앱 자동 테스트하기 강사: 윤석찬 (AWS코리아, 테크에반젤리스트) Adobe Connect로 다시 보기   | 슬라이드 쉐어 발표 자료 AWS IoT로 클라우드와 기기 연동 시작하기 강사: 윤석찬 (AWS코리아, 테크에반젤리스트) Adobe Connect로 다시 보기   | 슬라이드 쉐어 발표 자료 2월 27일(수) Amazon Elasticsearch Service 소개 [ more… ]

No Image

Get Started with Infrastructure as Code with this Free O’Reilly Ebook

2016-03-31 KENNETH 0

Get Started with Infrastructure as Code with this Free O’Reilly Ebook Application development has undergone drastic changes in the past few years, driven by the demand for ever-increasing performance, scale, and resiliency. Single-server and multi-server deployment models that require manual configuration and endless hours of routine drudgery are frowned upon. Today, applications are increasingly deployed on clusters of dozens, hundreds, and even thousands of containers and virtual machines. This shift requires enormous cooperation between development, operations, and traditional IT management teams. This new cooperative approach to infrastructure management led to the creation of “Infrastructure as Code” – an approach where servers, networks, firewalls, and services are abstracted to software and data. Infrastructure-as-code methodology utilizes software development best practices, such as version control systems and automated testing libraries, to build simple, easy, and repeatable, human-readable infrastructure configurations. Thanks to these tools, [ more… ]

Survey Results Are In: The Future of Application Development and Delivery

2016-03-29 KENNETH 0

Survey Results Are In: The Future of Application Development and Delivery Late last year, we invited members of the NGINX community to share their take on the current state of application development and deployment and where it’s likely to go in the future. We heard from more than 1,800 of you – including developers, application architects, system administrators, DevOps professionals, and CIO/CTOs, in organizations of all sizes and with varying levels of experience in the industry. We’re now delighted to share the results of that survey with you. Thank you so much to everyone who took the comprehensive survey. Because of your input, we know that the future of application development and delivery is now, that containers and microservices are hitting the mainstream, and much more. Take a look at the findings and let us know what you think! .dockernet-blog-cta [ more… ]

IgnitionOne Manages Massive Traffic With Minimal Latency Using NGINX Plus

2016-03-29 KENNETH 0

IgnitionOne Manages Massive Traffic With Minimal Latency Using NGINX Plus Scaling to Five Times More Data for a Fraction of the Cost     Situation Business is booming at IgnitionOne, as companies increasingly shift their advertising budgets from traditional outlets to digital media. IgnitionOne provides a cloud-based digital marketing suite that brings together the most important pieces of a marketing campaign on a single platform. Its customers rely on the company to help them manage and optimize digital marketing across multiple channels, including search, social media, website interactions, and more. A key component of IgnitionOne’s marketing platform supports real-time bidding (RTB) for digital advertising. RTB requires a lot of technologies, applications, and data centers working behind the scenes to process the huge amounts of data required to execute the right bids at the right time. There’s a constant, very high [ more… ]

No Image

Deploying NGINX Plus for High Availability with Chef

2016-03-29 KENNETH 0

Deploying NGINX Plus for High Availability with Chef In a previous blog post, we went over how to deploy NGINX Plus using Chef. In this blog post we will build on the Chef configs from the last blog post and use Chef to deploy a highly available (HA) NGINX Plus active/passive cluster. This post assumes that you have already run through the previous post and have a working Chef installation. If not, please review at least the first two sections in the previous post, Preparing Your Chef Environment and Downloading and Configuring the NGINX Cookbook. To set up the HA active/passive cluster, we’re using the HA solution provided by NGINX, Inc., which is based on keepalived and the Virtual Router Redundancy Protocol (VRRP). The solution comes with an interactive script for creating the keepalived configuration file, but here we’re using [ more… ]