Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Alibaba Cloud ACP-Cloud1 - ACP Cloud Computing Certification

Page: 4 / 6
Total 176 questions

A route table refers to the list of routing entries on a VRouter in an Alibaba Cloud VPC. You can create/delete any route tables in a VPC.

A.

True

B.

False

Alibaba Cloud Server Load Balancer (SLB) provides services for distributing traffic among multiple ECS instances SLB can expand the application system's service capacity through traffic distribution, and improve the system's availability by eliminating SPoFs (Single Points of Failure). Which of the following statements are correct? (Number of correct answers; 2)

A.

One of SLB's features is the Health Check. If some of the backend ECS instances are down, whereas other backend ECS instances can still provide services, then the system can continue to work normally.

B.

When recreating an SLB instance that has an Internet IP address, a new Internet IP address will be assigned to the SLB instance.

C.

Before using SLB to provide external services, make sure that you have installed and correctly configured the SLB agent on all of the backend ECS instances.

D.

SLB provides a function to automatically synchronize data among backend ECS instances using rsync remote synchronization.

A challenging thing in the gaming industry is the unpredictable and fluctuating business traffic. For example, 1 ECS instance is enough to meet all business demands today; however, we may need 10 ECS instances tomorrow.

In this situation, it is difficult to predict the number of ECS instances required. If we use too few ECS instances, we may not be able to cope with business peaks; whereas if we use too many ECS instances, we may introduce unnecessary costs.

On Alibaba Cloud, _______________ is the best product portfolio to cope with the gaming scenario described above.

A.

Server Load Balancer (SLB) + Elastic Compute Service (ECS) + ApsaraDB for RDS + Auto Scaling

B.

Server Load Balancer (SLB) + Elastic Compute Service (ECS) + ApsaraDB for RDS

C.

Elastic Compute Service (ECS) + Auto Scaling

D.

Elastic Compute Service (ECS)

Alibaba Cloud Object Storage Service (OSS) is a cloud storage service that features massive capacity, outstanding security, low costs, and high reliability. In an OSS bucket, all elements are stored as________.

A.

Hashes

B.

Keys

C.

Objects

D.

Stubs

Auto Scaling often works in conjunction with SLB, where scaling groups and SLB must be in the same region.

A.

TRUE

B.

FALSE

Alibaba Cloud SLB provides certificate upload and management services. You can bind the required certificate when creating a Listener. When using ___________ protocol, is a certificate mandatory?

A.

HTTPS

B.

HTTP

C.

TCP

D.

PPPoE

Alibaba Cloud's Object Storage Service (OSS) can be used to store a large amount of data, but there is still a maximum number of files in a single bucket.

A.

True

B.

False

When creating an ECS instance in your Alibaba Cloud VPC, you must specify a VSwitch for that instance at the same time. Otherwise, you will not be able to create this ECS instance.

A.

True

B.

False

Alibaba Cloud OSS is a cloud storage service that features massive capacity, outstanding security, low cost, and high reliability. For a website consisting of static pages, they can use OSS to host these static pages. Meanwhile, using OSS in conjunction with ___________ product for acceleration purposes.

A.

ECS

B.

CDN

C.

VPC

D.

Container Service

You are designing a solution for a startup company, the proposed solution is like this You suggest they use ECS instances to process requests from mobile App clients, and use SLB to distribute data traffic and ensure the load across each backend ECS instance is balanced.

Moreover to deal with volatile fluctuations in business volume (page views are much higher on the weekends), you also suggest they use Auto Scaling to dynamically increase or reduce computing resources.

The company is satisfied with the solution you proposed. However, they have one concern that when removing an idle instance from the scaling group: if Auto Scaling shuts the instance down directly, the service running on that instance will be abruptly terminated, resulting in poor user experience.

In order to eliminate your customer's concern, which of the following solutions should you recommend them?

A.

Find the ECS instance that is going to be removed from the backend server pool of the SLB instancer and automatically set the weight of this ECS instance to 0. This instance will not be assigned with new requests, and will be automatically removed from the backend server pool after existing tasks are completed.

B.

First, insert a script into the image for creating the ECS instance Second, make the script run automatically when the operating system in this ECS instances is about to shut down. This script contains the processing logic that can ensure the instance finish all the remaining tasks before shutting down.

C.

Find the ECS instance that is going to be removed from the backend server pool of the SLB instance, and manually remove this instance from the backend server pool Applications running on this ECS instance will normally return results, but this instance will not be assigned with new requests.

D.

Use the Lifecycle Hook function embedded m Auto Scaling Define a suitable timeout and a web hook to do the necessary work before the instance is removed.