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.