AWS CodeDeploy 서울 리전 서비스 출시

2016-06-16 KENNETH 0

AWS CodeDeploy 서울 리전 서비스 출시 오늘 부터 AWS CodeDeploy가 Asia Pacific (Seoul) 리전에서 사용 가능합니다. AWS CodeDeploy는 Amazon EC2 인스턴스 및 온프레미스에서 실행 중인 인스턴스 등에 코드 배포를 자동화하는 서비스입니다. AWS CodeDeploy를 사용하면 신규 코드를 더욱 빠르게 배포할 수 있고, 애플리케이션을 배포하는 동안 가동 중지 시간을 줄이는 데 도움이 될 뿐만 아니라 복잡한 애플리케이션 업데이트 작업을 처리할 수 있습니다. AWS CodeDeploy로 소프트웨어 배포를 자동화하면 오류가 발생하기 쉬운 수동 작업을 할 필요가 없어지고 인프라에 따라 서비스가 확장되므로 하나 또는 수천 개의 인스턴스에 손쉽게 배포할 수 있습니다. CodeDeploy는 AWS Management Console, CLI, SDK 또는 API를 통한 중앙 집중식 배포 제어를 제공하여 배포를 시작, 제어 및 모니터링할 수 있게 해줍니다. 각 인스턴스에서 실행되는 개별 설치 이벤트에 대한 배포 진행 상태를 볼 수 있습니다. 더 자세한 것은 제품 소개 페이지 및 사용자 기술 문서(영문)을 참고하시기 바랍니다. CodeDeploy, 온라인 세미나에서 만나보세요! 이번 6월 29일(수) [ more… ]

Microservices Reference Architecture, Part 3 – The Fabric Model

2016-06-16 KENNETH 0

Microservices Reference Architecture, Part 3 – The Fabric Model table, th, td { border: 1px solid black; } th { background-color: #d3d3d3; align: left; padding-left: 5px; padding-bottom: 2px; padding-top: 2px; line-height: 120%; } td { padding-left: 5px; padding-bottom: 5px; padding-top: 5px; line-height: 120%; } The NGINX Microservices Reference Architecture is under development. It will be made publicly available later this year, and will be discussed in detail at nginx.conf 2016, September 7–9 in Austin, TX. Early bird discounts are available now. Author’s note – This blog post is the fourth in a series; we will extend this list as new posts appear: Introducing the Microservices Reference Architecture from NGINX Microservices Reference Architecture, Part 2 – The Proxy Model Microservices Reference Architecture, Part 3 – The Fabric Model (this post) Future posts in this series will cover the Router Mesh Model and related topics, like our post about web frontends for microservices applications. Introducing the Fabric Model [ more… ]

No Image

Doing DevOps

2016-06-14 KENNETH 0

Doing DevOps You’ve probably heard the parable of the people who encounter an elephant in a pitch-dark room. Each touches a different part of the animal – and describes it completely differently. The leg is a pillar; the trunk is a tree branch; the tail is a rope. Everyone’s right about the specifics – but it takes the whole group to understand what they’re “seeing”. This parable is a useful and common metaphor for how DevOps effectively brings together divergent viewpoints to improve the speed, predictability, and efficiency of app development and deployment. Before the DevOps movement took hold, groups within IT – Operations, Development, QA – were siloed, functioning within their own universes. Each group had its own way of looking at the development and deployment cycle. Each group’s ideas about the nature of the beast were based on that group’s goals, role [ more… ]

No Image

MySQL 5.7: New Audit Log Filtering Feature – Part 1

2016-06-14 KENNETH 0

MySQL 5.7: New Audit Log Filtering Feature – Part 1 Security auditing plays important role in the process of securing a database system. Thanks to the MySQL Enterprise Audit extension, we can record all activities, such as client connections and execution of queries into a single log file, for later inspection.… Source: MySQL 5.7: New Audit Log Filtering Feature – Part 1

No Image

Announcing a Change to the Certificate for the NGINX Plus Repository

2016-06-08 KENNETH 0

Announcing a Change to the Certificate for the NGINX Plus Repository In our ongoing efforts to improve the security of our products, we’ve made a change that affects the way NGINX Plus is installed and updated. We are replacing the self-signed certificate we previously used to secure the NGINX Plus repository with a certificate from GlobalSign, a well-known and trusted Certificate Authority (CA). With a CA-signed certificate, clients can now verify the certificate we present and be assured that the code they are downloading is from NGINX. The next time you install or update NGINX Plus, you might see an error such as: On Amazon Linux, CentOS, Oracle Linux, and RHEL: curl#60 – “Peer’s certificate issuer has been marked as not trusted by the user.” On Debian and Ubuntu: server certificate verification failed. CAfile: /etc/ssl/nginx/CA.crt CRLfile: none If you get [ more… ]