86.0k views
1 vote
My site is small, but there is the possibility that it could grow very quickly. what word or service associated with aws and cloud services should i become familiar with to ensure this growth is handled effectively?

group of answer choices
a. elastic
b. simple notification service (sns)
c. iam relational
d. databases

1 Answer

3 votes

Final answer:

To handle potential quick growth of a site effectively, you should become familiar with 'elastic' services in AWS, particularly Elastic Compute Cloud (EC2), Auto Scaling, and Elastic Load Balancing as they ensure scalable and reliable infrastructure.

Therefore, the correct answer is: option a) elastic.

Step-by-step explanation:

If you have a site that may experience quick growth, it's important to become familiar with services that allow scaling to handle increased traffic and load effectively. With AWS (Amazon Web Services), the word you're looking for is elastic.

AWS provides a range of services that offer elasticity, which means that resources can automatically scale up or down based on demand.

Some key AWS services to explore in this context include Elastic Compute Cloud (EC2) for server capacity that scales, Auto Scaling to automatically adjust the amount of computational resources, and Elastic Load Balancing to distribute traffic across servers for optimal utilization and fault tolerance.

These services work together to ensure that your site can handle growth seamlessly without manual intervention, providing a scalable and reliable infrastructure.

User DrKreso
by
7.6k points