No Image

Service Mesh Gets an Enterprising Ebook

2018-08-22 KENNETH 0

Service Mesh Gets an Enterprising Ebook NGINX is happy to announce the availability of The Enterprise Path to Service Mesh Architectures by noted author, speaker, and industry advisor Lee Calcote. The complete ebook is available now for free download. The Enterprise Path to Service Mesh Architectures accomplishes two much-needed tasks: Introducing the concept of service mesh architecture, in a way that’s easy to understand and relate to for current and future developers of microservices apps Describing, step by step, how to evaluate service mesh as an architectural option and integrate it into your application This complete ebook, on one of the hottest topics in application development and delivery, is already on track to become one of NGINX’ most popular downloads ever. Download your copy today! The post Service Mesh Gets an Enterprising Ebook appeared first on NGINX. Source: Service Mesh [ more… ]

MySQL용 RDS에서 무중단 Amazon Aurora 마이그레이션 따라하기

2018-08-22 KENNETH 0

MySQL용 RDS에서 무중단 Amazon Aurora 마이그레이션 따라하기 MySQL은 전 세계에서 가장 많이 사용되는 오픈 소스 데이터베이스입니다. 하지만 많은 고객이 MySQL 데이터베이스의 어렵고 획일적인 백업, 고가용성 구성 및 확장성이 복잡하거나 시간 소모적이라는 점을 인식하고 있습니다. AWS 고객이 기존 EC2 설치형 MySQL에서 Amazon RDS for MySQL로 이전하는 주요한 이유 중 하나입니다. Amazon RDS는 특정 시점으로 복구, 고가용성 옵션과 같이 즉시 사용할 수 있는 기능을 제공합니다. RDS for MySQL은 심지어 소스별로 5개의 읽기 전용 복제본을 지원합니다. 따라서 바이너리 로그(binlog) 복제를 수동으로 구성하고 유지 관리할 필요 없이 읽기 워크로드를 손쉽게 확장할 수 있습니다. 만약 MySQL 호환성과 고사양 상용 데이터베이스의 성능 및 가용성을 원한다면, MySQL 데이터베이스를 Amazon Aurora로 마이그레이션하면 됩니다. MySQL 호환성을 갖춘 Amazon Aurora를 사용하면 빠른 데이터베이스 복제 및 autoscaling 복제본과 같은 기능을 활용할 수 있습니다. 또한, AWS Lambda 및 Amazon CloudWatch Logs와 같은 다른 AWS 서비스에도 기본적으로 통합됩니다. 이러한 기능과 더불어 Amazon Aurora는 [ more… ]

Amazon Elastic Transcoder에서 AWS Elemental MediaConvert로 동영상 인코딩 작업 이전하기

2018-08-22 KENNETH 0

Amazon Elastic Transcoder에서 AWS Elemental MediaConvert로 동영상 인코딩 작업 이전하기 작년 AWS re:Invent 2017에서 AWS Elemental은 5개의 새로운 미디어 처리 및 전송 서비스를 출시했습니다. 이러한 서비스 중 하나인 AWS Elemental MediaConvert는 AWS의 다른 파일 기반 비디오 트랜스코딩 서비스인 Amazon Elastic Transcoder와 유사한 기능을 제공합니다. 오늘은 두 서비스 간의 주요 차이점을 자세히 설명하고, 기존 EC2에서 동영상 인코딩 작업을 하시거나, Elastic Transcoder를 사용하는 고객이 AWS Elemental MediaConvert로 전환을 좀 더 쉽게 수행할 수 있는 몇 가지 팁과 도구도 제공합니다. (서울 리전에 이미 출시되어 있으니 한국 고객에게 더 쉽게 접근 가능합니다.) AWS Elemental MediaConvert 주요 특징 AWS Elemental MediaConvert는 동영상 변환을 위한 요구 사항을 해결할 수 있는 포괄적인 고급 파일 기반 비디오 트랜스코딩 기능 세트를 제공합니다. AWS Elemental MediaConvert는 확장성을 개선하도록 최적화되어 있으므로 더 많은 파일을 병렬로 처리할 수 있습니다. 또한, 분당 0.0075 USD부터 시작하는 베이직 티어 요금을 활용할 수 있으며, 사용한 기능에 대해서만 비용을 [ more… ]

Amazon SageMaker를 위한 서버리스 엔드포인트 만들기

2018-08-22 KENNETH 0

Amazon SageMaker를 위한 서버리스 엔드포인트 만들기 Amazon SageMaker는 AWS에서 기계 학습 모델을 구축 및 교육하고 프로덕션 환경에 배포할 수 있는 강력한 플랫폼을 제공합니다. 이 강력한 플랫폼과 Amazon Simple Storage Service(S3), Amazon API Gateway 및 AWS Lambda의 서버리스 기능을 결합하면, Amazon SageMaker 엔드포인트를 잠재적으로 다양한 소스로부터 새로운 입력 데이터를 수락하고 최종 사용자에게 결과로 나온 추론을 제시하는 웹 애플리케이션으로 변환할 수 있습니다. 이 블로그 게시물에서는 유명한 Iris dataset를 사용하여 간단한 SageMaker 모델을 생성하고 이를 Amazon SageMaker엔드포인트로서 배포하겠습니다. 그런 다음 Chalice 패키지를 통해 API Gateway 엔드포인트를 생성하여 고유한 예측을 생성하는 SageMaker 엔드포인트를 호출할 Lambda 함수를 트리거하겠습니다. 마지막으로 애플리케이션의 사용자 인터페이스 역할을 하도록 Amazon S3에서 정적 HTML 양식을 생성하겠습니다. 이 엔드포인트는 새로운 사용자 데이터를 수락하고 해당 데이터를 기반으로 온디맨드 예측을 생성하여 사용자의 브라우저로 반환할 수 있는 간단한 웹 앱입니다. 이는 SageMaker 설명서에 제안된 아키텍처와 유사한 AWS Lambda 아키텍처의 한 버전이지만, 모든 사용 사례에 해당하는 [ more… ]

No Image

Announcing Windows Server 2019 Insider Preview Build 17738

2018-08-22 KENNETH 0

Announcing Windows Server 2019 Insider Preview Build 17738 Hello Windows Insiders! Today we are pleased to release a new build of the Windows Server vNext Long-Term Servicing Channel (LTSC) release that contains both the Desktop Experience and Server Core, as well as a new build of the next Windows Server Semi-Annual Channel release, Microsoft Hyper-V Server and Windows Admin Center 1808. What’s New To see the full list of new functionality introduced in earlier builds of Windows Server, plus updated installation instructions for the Server Core App Compatibility FoD Preview that includes support for Internet Explorer 11, see aka.ms/ServerInsider-WhatsNew. Host Device Access for Containers We’re adding the capability to assign simple buses to process-isolated Windows Server containers. Applications running in containers that need to talk over SPI, I2C, GPIO, and UART/COM will now be able to do so. To learn [ more… ]