AWS Support, 출범 10주년을 축하합니다!

2018-04-23 KENNETH 0

AWS Support, 출범 10주년을 축하합니다! 지금 부터 10년전 고객의 요구에 따라 AWS Support를 발족했으며 Amazon EC2, Amazon S3 및 Amazon SQS에 중점을 둔 Gold 및 Silver 플랜을 처음 만들었습니다. 이후 AWS Support는 시애틀의 소규모 팀이 지원하는 초기 서비스부터 시작하여 현재 전 세계 60여 개 장소에서 24시간 일하는 수천 명의 고객 지원을 진행하고 있습니다. 간략히 돌아보기 나날이 다양해지는 AWS 고객 기반에 대한 요구를 충족하기 위해 제공 서비스 범위가 더욱 성숙하고 발전해 왔습니다.  초기 실험부터 미션 크리티컬 워크로드 및 애플리케이션을 배포할 때까지 클라우드 채택 과정의 모든 단계에서 고객을 지원합니다. 또한, 고객 지원 모델이 사전 예방적으로 도움이 되도록 노력해 왔습니다. 안전하고 견고하며 신뢰할 수 있는 시스템을 구축하는 데 도움이 되는 도구, 경고 및 지식을 제공하기 위해 최선을 다하고 있습니다. 그 목표를 향한 가장 최근의 몇 가지 노력은 다음과 같습니다. Trusted Advisor S3 버킷 정책 검사 – AWS Trusted Advisor는 5가지 범주의 검사를 제공하며 [ more… ]

No Image

RHSA-2018:1192-1: Moderate: rh-perl524-perl security update

2018-04-23 KENNETH 0

RHSA-2018:1192-1: Moderate: rh-perl524-perl security update Red Hat Enterprise Linux: An update for rh-perl524-perl is now available for Red Hat Software Collections. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. CVE-2018-6797, CVE-2018-6798 Source: RHSA-2018:1192-1: Moderate: rh-perl524-perl security update

Mixed reality in manufacturing comes to life at Hannover Messe

2018-04-23 KENNETH 0

Mixed reality in manufacturing comes to life at Hannover Messe I hope this month’s mixed reality blog post finds you well! For this entry, I am going to focus on some of the amazing work we are seeing from customers and partners this week at the Hannover Messe (HM) show in Germany. Last year, we highlighted some exciting customer stories, including how thyssenkrupp is transforming the delivery of home mobility solutions using Microsoft HoloLens. This year, we are demonstrating how HoloLens and Windows Mixed Reality are helping companies reimagine processes, data, and people to accelerate business impact and create value for customers. The manufacturing industry has been aggressively adopting new technologies that empower Firstline Workers to solve problems, achieve efficiencies, and better serve customers. Mixed reality is bringing these benefits to life, and today, manufacturers around the world are realizing [ more… ]

How to download and install prebuilt OpenJDK packages in LINUX(redhat and ubuntu)

2018-04-23 KENNETH 0

URL : http://openjdk.java.net/install/ How to download and install prebuilt OpenJDK packages JDK 9 & Later Oracle’s OpenJDK JDK binaries for Windows, macOS, and Linux are available on release-specific pages of jdk.java.net as .tar.gz archives. As an example, the archives for JDK 10 may be found on jdk.java.net/10 and may be extracted on the command line using $ tar xvf openjdk-10*_bin.tar.gz JDK 8 Debian, Ubuntu, etc. On the command line, type: $ sudo apt-get install openjdk-8-jre The openjdk-8-jre package contains just the Java Runtime Environment. If you want to develop Java programs then please install the openjdk-8-jdk package. Fedora, Oracle Linux, Red Hat Enterprise Linux, etc. On the command line, type: $ su -c “yum install java-1.8.0-openjdk” The java-1.8.0-openjdk package contains just the Java Runtime Environment. If you want to develop Java programs then install the java-1.8.0-openjdk-devel package. JDK 7 Debian, Ubuntu, etc. On the command line, type: $ sudo apt-get install openjdk-7-jre The openjdk-7-jre package contains just the Java Runtime Environment. If you want [ more… ]

AWS 블록체인 템플릿을 통해 Ethereum 및 Hyperledger Fabric 시작하기

2018-04-23 KENNETH 0

AWS 블록체인 템플릿을 통해 Ethereum 및 Hyperledger Fabric 시작하기 요즘 블록체인(Blockchain) 기술에 대한 관심이 뜨겁습니다. 블록체인 기술이 가진 분산 원장의 특성상 데이터 원본의 기능으로 물류, 공급망, 토지 등록, 시민 기금 및 기타 사용 사례에 적용될 수 있다고 말하는 사람도 있습니다. 아직 흥미로운 가능성이 많으며 AWS는 이를 활용하려는 고객이 이 기술을 더 효과적으로 사용할 수 있는 방법을 찾고 있습니다. 이에 대한 일환으로 오늘 AWS의 블록체인 템플릿을 출시합니다. 이 템플릿을 사용하면 몇 분 안에 단 몇 번의 클릭으로 Ethereum(퍼블릭 또는 프라이빗) 또는 Hyperledger Fabric(프라이빗) 네트워크를 시작할 수 있습니다. 강력하고 확장 가능한 방식으로 네트워크를 시작하는 데 필요한 모든 AWS 리소스가 템플릿을 통해 생성되고 구성됩니다. 프라이빗 Ethereum 네트워크 시작 Ethereum 템플릿은 두 가지 시작 옵션을 제공합니다. ecs 옵션은 VPC(가상 사설 클라우드) 내에 Amazon ECS 클러스터를 생성하고 클러스터에서 일련의 도커 이미지를 실행합니다. docker-local 옵션도 VPC 내에서 실행되며 EC2 인스턴스에서 도커 이미지를 실행합니다. 이 템플릿은 Ethereum [ more… ]