Aws

  • Jenkins CI Pipeline với Docker, GitHub, Docker Hub, Spring Boot và triển khai trên AWS EC2 - PHẦN II
    Published on
    Ở bài viết trước, chúng ta đã triển khai thành công Jenkins pipeline trên môi trường local. Tất nhiên, ở các môi trường khác nhau sẽ có những cấu hình khác nhau, vì vậy bài viết này mình sẽ cùng các bạn tìm hiểu cách chạy pipeline trên một server cũng như cách cấu hình ra sao.
  • [AWS] - Load Balancers
    Published on
    What happens when your application needs to handle a large volume of requests? One of the best solutions is to scale your application horizontally and implement load balancers. But what exactly is a load balancer, how does it work, and why should you use AWS-managed load balancer services? Let me explain it to you in this article.
  • [AWS] - Route 53 hands-on for routing static websites.
    Published on
    In this article, we will explore Amazon Route 53, a highly available and scalable Domain Name System (DNS) web service. One of its key functions is routing internet traffic to resources based on domain names, and we will conduct a hands-on tutorial focused on this functionality.
  • [AWS] - How to host a static Angular site on Amazon S3.
    Published on
    Amazon S3 (Amazon Simple Storage Service) is an object storage service and most commonly used for storing and protecting any amount of data. We can use Amazon S3 for various type of purposes and in this post I will share with you guys basic steps to host a static Angular site on Amazon S3.
  • [AWS] - Top 20 hands-on labs on AWS from basic to advance.