Home Page
- Daily questionsDaily questionsQ1: A company provides a Voice over Internet Protocol (VoIP) service that uses UDP connections. The service consists of Amazon EC2 instances that run in an Auto Scaling group. The company has deployments across multiple AWS Regions. The company needs to route users to the Region with the lowest latency. The company also needs automated failover between Regions. Which solution will meet these requirements? * A. Deploy a Network Load Balancer (NLB) and an associated target group. Associate the ta
- DEVOPS fundamental #1Fundamentals* DevOps là một phương pháp phát triển phần mềm và quản lý hệ thống, nhằm thúc đẩy sự hợp tác giữa các nhóm phát triển (Development) và quản lý / vận hành hệ thống (Operations). Tên gọi "'DevOps" là sự kết hợp của hai từ: "Dev" trong Development và "Ops" trong Operations. * Mục tiêu của DevOps là cải thiện quy trình phát triển và triển khai phần mềm, để tạo ra các sản phẩm và dịch vụ có chất lượng cao, đáng tin cậy và có khả năng điều chỉnh nhanh chóng để đáp ứng nhu cầu thay đối của k
- DEVOPS fundamental #2LinuxPasted image 20240901005403.png command: list user cat /ect/passwd | sort lsb_release -a | cat /etc/os-release User and group: Each user has and unique id. User can be part of multiple groups. It must in a primary group. useradd: create new user passwd: change password usermod: change user information userdel: delete user groupadd: create new group groupmod: change group information groupdel: delete group * Change setting to allow login by username/password vi /etc/ssh/sshd_config Passwo
Update link