No Image

Getting Started with Windows Machine Learning

2018-11-21 KENNETH 0

Getting Started with Windows Machine Learning With the Windows 10 October 2018 Update, Windows Machine Learning is out of preview and ready to become part of your AI toolbox. The Windows ML inference engine evaluates trained models locally on Windows devices, removing concerns of connectivity, bandwidth, and data privacy. This video series will help you understand how you can get started with Windows ML and explore the new APIs through the lens of Rufus the robot. Overview of Windows Machine Learning What is Windows Machine Learning and why should you care? Killian and Rosane walk through these questions and clarify the positioning and capabilities of this powerful AI inference engine. Windows Machine Learning: Hello World (MNIST Edition) Let’s jump to the code! Killian and Rosane work through the Windows ML MNIST tutorial and answer questions developers commonly ask along the [ more… ]

AWS 기초 온라인 세미나 – 클라우드 기초, 프리티어 및 비용 절감 방법 (2018년 11월)

2018-11-20 KENNETH 0

AWS 기초 온라인 세미나 – 클라우드 기초, 프리티어 및 비용 절감 방법 (2018년 11월) AWS 클라우드를 아껴주시는 한국 고객 분들을 위해 온라인 세미나를 통해 클라우드의 기본 개념부터 이를 활용하는 심화 테크닉에 이르기까지 다양한 주제로 매월 ‘AWS 온라인 세미나‘를 제공하고 있습니다. 이번 11월 기초 교육 온라인 세미나에서는 신규 고객 분들이 클라우드에 대해 가장 많이 궁금해 하시는 주요 서비스 및 활용 사례, 콘솔 사용법 및 프리티어, 비용 최적화에 대한 Tip에 대해 소개합니다. 온라인 세미나 일정 AWS와 함께하는 클라우드 컴퓨팅 연사: 강철 AWS 매니저 일시: 2018년 11월 20일 (화) 오전 10:00 – 11:00 강연 요약: AWS 클라우드는 IT의 새로운 기준을 정립하며 클라우드 컴퓨팅 산업을 혁신하고 있습니다. 본 온라인 세미나에서는 클라우드 컴퓨팅의 개념과 AWS가 제공하는 서비스 소개 및 주요 활용 사례에 대해 소개합니다. 특히 국내에 설립된 서울 리전(Region, 데이터센터 클러스터)에 대한 소개와 더불어 다양한 IT 업무를 위한 AWS 대표 서비스들을 중점적으로 다룰 예정입니다. 발표 [ more… ]

Aurora Serverless, 서울 리전 출시

2018-11-20 KENNETH 0

Aurora Serverless, 서울 리전 출시 Aurora Serverless는 Amazon Aurora(MySQL 호환 에디션) 데이터베이스를 위한 자동 확장 가능한 서비스로서, 이번에 서울 리전에도 출시되었습니다. 기존에 DB 인스턴스를 미리 구성하는데 반해, Aurora Serverless를 사용하면 DB 인스턴스를 관리하지 않고도 개발자 관점에서 서버 없이(Serverless) 자동으로 시작되고 애플리케이션 사용량에 맞게 용량을 조정하며 사용하지 않은 때는 종료됩니다. 따라서, 간헐적인 대용량 트래픽이 오거나  예측하기 힘든 워크로드에 맞는 DB 선택 방법입니다. 애플리케이션이 사용할 간단하게 데이터베이스 엔드포인트를 생성하고, 선택적으로 원하는 데이터베이스 용량 범위를 지정하면 바로 사용 가능하며 Aurora 관리 콘솔에서 클릭 몇 번으로 표준 및 서버리스 구성 사이에서 마이그레이션할 수 있습니다. 더 자세한 것은 아래 블로그 글이나 발표 자료를 참고하세요 Amazon Aurora Serverless 정식 출시 AWS Aurora Serverless 간단 소개 Aurora Serverless, 서버리스 RDB의 서막 – 김영헌 Cloud Native Aurora Serverless를 통한 Data Lake 구축 – 최유정 – Channy (윤석찬);   Source: Aurora Serverless, 서울 리전 출시

No Image

Virtual Patching with the NGINX JavaScript Module

2018-11-20 KENNETH 0

Virtual Patching with the NGINX JavaScript Module table, th, tr, td { border: 0; padding: 0px !important; margin: 0px !important; } Virtual patching refers to fixing a problem with application code by making a change to related infrastructure rather than the code itself. In the security realm, it’s common to use ModSecurity to virtually patch a vulnerability, for example. But virtual patching can be applied to other types of bugs as well, such as the bugs in backend applications we often encounter in production environments. For various reasons it can be challenging to fix these bugs directly (for example, if the original developer has left the company) and virtual patching is a practical alternative. An NGINX Plus customer recently experienced an unusual issue: a client‑side app was making GET and POST requests in lowercase (as get and post). The backend application [ more… ]