If you want to build a secure and isolated network environment on Alibaba Cloud; meanwhile, design your network topology and specify Intranet IP addresses or CIDR Blocks in this network environment as needed, you can choose:
A. Leased line
B. Virtual Private Cloud (VPC)
C. Auto Scaling
D. Express Connect
A video company uses SLB to distribute user requests to 20 ECS instances with the same configuration to response these requests. As the Spring Festival approaches, service traffic would double during holidays (based on past experience).
Thus, you use Auto Scaling to elastically adjust computing resources. Since the services is online for many years, you have historic records that can help predict the upcoming service traffic and choose the scaling mode freely.
In this scenario, which of the following options are feasible and with minimum operation efforts? (Number of correct answers: 2)
A. Cloud monitor and event-triggered task: Dynamically adds ECS instances during resource shortage and reduces ECS instances during idle hours by monitoring the CPU utilization rate and workload
B. Scheduled task: Increases the number of ECS instances to 40 on the first day of the holidays and reduce the number to 20 after the holidays.
C. Manual mode: Set the minimum number of instances to 40 on the first day of the holidays and change the number to 20 after the holidays.
D. Healthy check mode: Ensures that all the current ECS instances in scaling groups are working correctly to meet user access requests.
Auto Scaling can automatically adjust the number of ECS instances based on user-defined scaling rules to meet service needs. If a user cannot predict service changes or does not have enough history data, he/she can still use dynamic scaling mode to automatically add/remove ECS instances based on certain CloudMonitor performance metrics (such as the CPU utilization rate)
A. True
B. False
A Virtual Private Cloud (VPC) is an isolated network environment that is completely isolated from each other The following statements about VPC are correct_________. (Number of correct answers: 2)
A. Each VPC has an independent tunnel ID, and a tunnel ID corresponds to a virtualized network.
B. Subnets can be divided like the traditional network environment. Different cloud servers within each subnet are connected by the same router and different subnets are interconnected by switches.
C. ECS instances in a VPC use security group firewalls for Layer 2 network access control.
D. The internal networks of different VPCs are completely isolated and can be interconnected through IP addresses mapped to the outside.
Different Alibaba Cloud VPCs are completely isolated from each other.
By default, the VPCs cannot communicate with each other over Intranet, but you can establish VPN connections via the Internet to achieve interconnection between VPCs.
A. True
B. False
When using Alibaba Cloud SLB to forward layer 7 (HTTP) service requests. SLB will replace the IP address in the HTTP header file to forward requests.
Therefore the source IP address that can be seen on the backend ECS instance is the IP address of SLB instead of the clients real IP address.
A. True
B. False
A company launched its online service just a year ago. It uses five ECS instances and does not have a full-time system administrator Over the last six months, the company's system has encountered various security problems Several high-risk vulnerabilities were exploited by hackers, leading to leakage of the company's confidential data. Which of the following Alibaba Cloud products can be used to quickly resolve this problem?
A. Managed Security Service
B. Cloud Firewall
C. Anti-DDoS Pro Service
D. Security Center
Which of the following ports does RDS for MySQL listen on by default?
A. Port 8080
B. Port 3306
C. Port 3060
D. Port 3600
Which of the following statements is most accurate about the Data Transmission Service (DTS) database migration function?
A. Supports database schema replication between instances.
B. Supports warning when source and destination has some unresolved conflict found.
C. Supports all of the above functions.
D. Supports migrating MySQL databases from external sources.
A new media company uses a mobile app to provide news and information services. They utilize Auto Scaling to add/reduce ECS instances dynamically to address service traffic spikes.
Based on the estimation of their service and technical personnel the company thinks they require 10 ECS instances during idle hours and 10 to 20 ECS instances (dynamically adjusted) during some busy hours, which are normally from 07:30
to 09:00 and from 18:30 to 20:00 In the scaling group; they set the "Minimum number of instances" to 10 and "Maximum number of instances" to 20.
To simplify deployment tasks and save costs, which of the following scaling modes should they choose?
A. Healthy mode
B. Scheduled mode
C. Fixed quantity mode
D. Event-triggered mode