Which statement about Amazon EC2 Auto Scaling is accurate?
You detected that the demand on a fleet of Amazon EC2 instances in an Auto Scaling group increases by a set amount each day. Which type of scaling is the most appropriate?
A fleet of Amazon EC2 instances are launched in an Auto Scaling group behind an Elastic Load Balancing load balancer. The EC2 instances must maintain 50 percent average CPU utilization. Which type of scaling provides the simplest way to achieve this requirement?
How do you vertically scale an Amazon Relational Database Service (Amazon RDS) database?
How do you horizontally scale an Amazon Aurora database?
How does Amazon DynamoDB perform automatic scaling?
(The answer is not “ It adds read replicas…”
Amazon DynamoDB does not use read replicas. Relational databases use read replicas.
The answer is not “It adds and removes database instances…”
Amazon DynamoDB does not use instances. Amazon Relational Database Service <Amazon> uses instances.)</Amazon>
A fleet of Amazon EC2 instances launch in an Auto Scaling group. The instances run an appication that uses a custom protocol on TCP port 42000. Connections from client systems on the internet must balance across the instances. Which load balancing solution ensures the highest availability?
The answer is not “Application Load Balancer.
As, an Application Load Balancer handles HTTP and HTTPS. It does not work for use case because the application does not use either of these protocols.)
Users in location A connect to an application in Region A. Users in location B connect to the same application in Region B. If the application in Region A becomes unhealthy, clients in location A must be redirected to the application in Region B. Which solution can meet this requirement?
( Geolocation routing enables the separation of traffic based on location. A failover record that points to the application in Region B enables failover if the application in Region A becomes unhealthy.)
A company must build a highly available website that uses server-side scripts to server dynamic HTML. Which solution provides the highest availability for the least cost and complexity?
( The Auto Scaling group can automatically launch instances to handle increased load and terminate instances when they become unhealthy or when the load decreases. The Application Load Balancer is highly available and distributes the load across the instances.)
You have created an AWS account for your own personal development and testing. You want your account to stay within the AWS Free Tier and to not generate unexpected costs. Which approach will work and requires the least effort?
(The answer is not “ Create a service control policy to restrict all services that are not included in the AWS Free Tier.
This approach involves extensive manual work in researching which services are not included in the AWS Free Tier, and writing an SCP to restrict them.
The answer is not “ Log in to t he AWS Management Console each month and check your billing dashboard”, because this approach requires continual manual effort and diligence. )