Alibaba Cloud OSS is a cloud storage service that features massive capacity, outstanding security, low cost, and high reliability. OSS provides multiple types of monitoring reports to help you monitor OSS resource consumption in real time. Which of the following monitoring functions are supported by OSS? (Choose three.)
Alibaba Cloud OSS provides monitoring functions such as storage space monitoring, tracking service requests (like PUT and GET requests), and monitoring UV (Unique Visitors) to help analyze usage and performance. However, OSS does not specifically track the device type (e.g., PC or mobile) accessing files, making option B incorrect.
The backend server pool of an Alibaba Cloud SLB contains multiple ECS instances, which may have different service capacities. To exploit the different service capacities of backend ECS instances, which of the following statements is correct?
Weighted Round Robin (WRR) is a load balancing mode that assigns requests to backend ECS instances based on their weights. The higher the weight of the backend ECS instance, the higher the chance that the instance will receive requests. This mode can exploit the different service capacities of backend ECS instances by setting higher weights to ECS instances with higher capacities. For example, if there are two ECS instances in the backend server pool, one with a weight of 10 and the other with a weight of 20, the ECS instance with a weight of 20 will receive twice as many requests as the ECS instance with a weight of 10.
1: SLB overview - Server Load Balancer - Alibaba Cloud Documentation Center
4: Server Load Balancer - Alibaba Cloud
5: Alibaba Server Load Balancer (SLB) Course - Cloud Academy
Alibaba Cloud Elastic Compute Service (ECS) instances in different Security Groups will definitely have no way to communicate with each other.
Alibaba Cloud Elastic Compute Service (ECS) instances in different security groups are isolated from each other by default, but they can communicate with each other if the security group rules allow it. A security group is a virtual firewall that controls the inbound and outbound traffic of ECS instances. You can configure security group rules to specify which IP addresses, protocols, and ports can access the ECS instances in a security group. You can also authorize other security groups to access the ECS instances in a security group, which enables cross-security group communication. Reference: Manage ECS instances in security groups, Security FAQ, ECS Security Groups - Alibaba Fundamentals
After creating Alibaba Cloud Elastic Compute Service (ECS) instances, Alibaba Cloud will provide free basic security services to help defend against attacks, including ________________. (Choose four.)
Alibaba Cloud provides basic security services for ECS instances, which include protection against unexpected remote logins, DDoS attacks, brute-force password cracking, and alerts for potential sensitive information leakage. Key management services (KMS) are available but are not part of the free security services for ECS.
Compared with traditional physical servers, upgrading an ECS instance is much easier. Which of the following statements about upgrading an ECS instance is false?
Changing an instance's operating system requires creating a custom image or using a public image, and then replacing the system disk of the instance. This process will cause the instance to restart. Therefore, this statement is false. Reference: ECS User Guide: Replace the system disk (non-public image) and ECS User Guide: Replace the system disk (public image)