EC2 F1 Instances with FPGAs – Now Generally Available

2017-04-20 KENNETH 0

EC2 F1 Instances with FPGAs – Now Generally Available 지난 AWS re:Invent에서 FPGA 기능을 장착한 F1 인스턴스 개발자 미리보기를 공개했습니다. 많은 고객들이 관심을 표명하였고, 2천건이 넘는 등록 요청을 받아 200여 개발자에게 하드웨어 개발 키트 (HDK) 및 실제 F1 인스턴스에 대한 접근 권한을 제공하였습니다. 병렬 처리 모델은 컴퓨팅이 많이 필요한 문제를 처리하기 위한 맞춤형 가속 기능 개발에 꼭 필요합니다. FPGA 프로그래밍을 통해 유전체학, 지진 분석, 금융 위험 분석, 대용량 데이터 검색, 암호화 알고리즘을 사용하는 애플리케이션 속도를 30배 이상 향상할 수 있는 잠재력이 있습니다. 미리보기 중에 주요 파트너 및 개발자는 다양한 도구, 서비스 및 응용 프로그램을 개발하고 있습니다. 정식 출시 오늘 부터 미국 동부(버지니아 북부) 리전에서 F1 인스턴스를 정식으로 사용할 수 있으며, 조만간 다른 리전으로도 확대할 계획입니다. 베타 기간 중에 여러 가지 기능 및 개발 도구를 추가하여 보다 효율적이고 사용하기 쉽게 만들었습니다. 아래에 몇 가지 개선 사항입니다. 개발자 커뮤니티 – AWS FPGA [ more… ]

AWS X-Ray, 서울 리전 포함 정식 출시 (Lambda 연동 기능 미리보기)

2017-04-20 KENNETH 0

AWS X-Ray, 서울 리전 포함 정식 출시 (Lambda 연동 기능 미리보기) 작년 AWS re:Invent에서 발표한 AWS X-Ray 에 대해 이미 말씀 드린 적이 있습니다.(AWS X-Ray – 분산 애플리케이션 분석 참고).오늘 AWS X-Ray를 서울 리전을 포함해서 정식 출시하게 되었습니다. X-Ray를 사용하면 Amazon EC2 인스턴스, Amazon ECS 컨테이너 등의 마이크로 서비스와 AWS 데이터베이스 서비스 및 AWS 메시징 서비스를 실행 할 때, 애플리케이션 요청을 추적 할 수 있습니다. 개발 및 정식 사용으로 만들어져  수천 개의 마이크로 서비스로 구성된 애플리케이션은 물론 간단한 3 계층 응용 프로그램도 처리 할 수 ​​있습니다. 작년에 여러분에게 보여 드렸던 것처럼 X-Ray는 각 요청 엔드포이트 간 추적을 수행하고, 대표 샘플을 기록하며 서비스 맵과 추적 데이터를 보고 성능 문제와 오류를 분석합니다. 이를 통해 애플리케이션과 기본 서비스가 어떻게 수행되고 있는지 파악하여, 버그 원인을 식별하고 해결할 수 있습니다. You can take a look at the full X-Ray walk-through in my earlier post to [ more… ]

[도서] RxJava를 활용한 리액티브 프로그래밍

2017-04-20 KENNETH 0

[도서] RxJava를 활용한 리액티브 프로그래밍 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]RxJava를 활용한 리액티브 프로그래밍 토마스 누르키비치,벤 크리스텐센 공저/김인태 역 | 인사이트(insight) | 2017년 04월 판매가 27,000원 (10%할인) | YES포인트 1,500원(5%지급) 이벤트 : 주목 IT 신간&예약판매 사은품 이벤트 리액티브 프로그래밍은 확장이 쉽고 성능이 뛰어난 코드를 작성할 때 큰 도움이 된다. 이 책을 통해 자바 개발자들은 문제를 리액티브 방식으로 보는 방법을 배우고, 새로운 프로그래밍 패러다임의 뛰어난 기능을 활 Source: [도서] RxJava를 활용한 리액티브 프로그래밍

No Image

Windows Developers at Microsoft Build 2017

2017-04-20 KENNETH 0

Windows Developers at Microsoft Build 2017 Microsoft Build 2017 kicks off on May 10 in Seattle, with an expected capacity crowd of over 5,000 developers—plus countless more online. Join us for the live-streamed keynotes, announcements, technical sessions and more. You’ll be among the first to hear about new developments that will help you engage your users, keep their information safe and reach them in more places. Big things have been unveiled and promoted at Microsoft Build over the years and this year’s conference won’t be any different! There will be quite a bit of content specifically relevant to Windows developers: Improvements that help you immediately engage your users with beautiful UI and natural inputs Team collaboration and connectedness to streamline and improve your development experience Services that make it easier to reach customers and learn what they want from your [ more… ]

Microservices & API Gateways, Part 1: Why an API Gateway?

2017-04-20 KENNETH 0

Microservices & API Gateways, Part 1: Why an API Gateway? td { padding-right: 10px; } This post is adapted from a presentation presentation by Marco Palladino at nginx.conf in September 2016. This blog post is the first of two parts, and is focused on how to connect an API Gateway to your microservices application. Part two will be released soon, and will focus on how Marco Palladino’s technology, Kong, can fit your architecture. <!–Click here for part two, which focuses on how Marco Palladino’s technology, Kong, can fit your architecture.–> Table of Contents 0:00 Microservices & API Gateways 0:23 Topics 0:47 Monolithic Architecture 1:45 Monolithic Application Pros and Cons 3:55 Microservice-oriented Architecture 5:47 Microservice-oriented Application Pros and Cons 11:18 Why an API Gateway? 11:54 API Gateway Pattern 12:53 Optimized Endpoints 15:28 Centralized Middleware Functionality 17:24 Ops: Blue/Green Deployments 18:50 Ops: Canary Releases [ more… ]