Suggested Answer:B🗳️
Because applications deployed using Elastic Beanstalk run on Amazon cloud resources, you should keep several things in mind when designing your application: scalability, security, persistent storage, fault tolerance, content delivery, software updates and patching, and connectivity. Elasticity is the streamlining of resource acquisition and release, so that your infrastructure can rapidly scale in and scale out as demand fluctuates. Reference: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.concepts.design.html
Elasticity, in the context of cloud computing and services like AWS Elastic Beanstalk, refers to the ability to automatically and dynamically adjust the allocated resources (such as compute, storage, and networking) based on the changing demands of the application or workload. With elasticity, your infrastructure can scale in (reduce resources) or scale out (increase resources) as needed to handle fluctuations in traffic, workload, or demand. This helps ensure optimal performance, cost efficiency, and responsiveness to varying levels of usage.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
albert_kuo
10 months, 1 week agoawscertified
2 years, 7 months ago