AWS - ELB

AWS - ELB

Professional Development

8 Qs

quiz-placeholder

Similar activities

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

Professional Development

10 Qs

AWS RDS Quiz

AWS RDS Quiz

Professional Development

10 Qs

Cloud QUIZ

Cloud QUIZ

University - Professional Development

12 Qs

AWS ACF PT-BR Módulo 6 - Computação

AWS ACF PT-BR Módulo 6 - Computação

Professional Development

12 Qs

CW CT AC

CW CT AC

Professional Development

10 Qs

AWS ACF PT-BR Módulo 10 - Auto Scaling e Monitoramento

AWS ACF PT-BR Módulo 10 - Auto Scaling e Monitoramento

Professional Development

10 Qs

Fundamentos Arquitectura y DevOps AWS Cloud - Sesion 4

Fundamentos Arquitectura y DevOps AWS Cloud - Sesion 4

Professional Development

13 Qs

AWS Cloud Practitioner

AWS Cloud Practitioner

Professional Development

10 Qs

AWS - ELB

AWS - ELB

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alison McCartney

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A social media company needs to capture the detailed information of all HTTP requests that went through their public-facing Application Load Balancer every five minutes. The client’s IP address and network latencies must also be tracked. They want to use this data for analyzing traffic patterns and for troubleshooting their Docker applications orchestrated by the Amazon ECS Anywhere service.

Which of the following options meets the customer requirements with the LEAST amount of overhead?

Integrate Amazon EventBridge (Amazon CloudWatch Events) metrics on the Application Load Balancer to capture the client IP address. Use Amazon CloudWatch Container Insights to analyze traffic patterns.

Install and run the AWS X-Ray daemon on the Amazon ECS cluster. Use the Amazon CloudWatch ServiceLens to analyze the traffic that goes through the application.

Enable access logs on the Application Load Balancer. Integrate the Amazon ECS cluster with Amazon CloudWatch Application Insights to analyze traffic patterns and simplify troubleshooting.

Enable AWS CloudTrail for their Application Load Balancer. Use the AWS CloudTrail Lake to analyze and troubleshoot the application traffic.

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A company plans to design a highly available architecture in AWS. They have two target groups with three EC2 instances each, which are added to an Application Load Balancer. In the security group of the EC2 instance, you have verified that port 80 for HTTP is allowed. However, the instances are still showing out of service from the load balancer.

What could be the root cause of this issue?

The wrong subnet was used in your VPC

The wrong instance type was used for the EC2 instance.

The health check configuration is not properly defined.

The instances are using the wrong AMI.

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A company has a web application hosted on a fleet of EC2 instances located in two Availability Zones that are all placed behind an Application Load Balancer. As a Solutions Architect, you have to add a health check configuration to ensure your application is highly-available.

Which health checks will you implement?

ICMP health check

TCP health check

FTP health check

HTTP or HTTPS health check

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A fast food company is using AWS to host their online ordering system which uses an Auto Scaling group of EC2 instances deployed across multiple Availability Zones with an Application Load Balancer in front. To better handle the incoming traffic from various digital devices, you are planning to implement a new routing system where requests which have a URL of <server>/api/android are forwarded to one specific target group named “Android-Target-Group”. Conversely, requests which have a URL of <server>/api/ios are forwarded to another separate target group named “iOS-Target-Group”.

How can you implement this change in AWS?

Replace your ALB with a Network Load Balancer then use host conditions to define rules that forward requests to different target groups based on the URL in the request.

Replace your ALB with a Gateway Load Balancer then use path conditions to define rules that forward requests to different target groups based on the URL in the request.

Use host conditions to define rules that forward requests to different target groups based on the hostname in the host header. This enables you to support multiple domains using a single load balancer.

Use path conditions to define rules that forward requests to different target groups based on the URL in the request.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A company is hosting its web application in an Auto Scaling group of EC2 instances behind an Application Load Balancer. Recently, the Solutions Architect identified a series of SQL injection attempts and cross-site scripting attacks to the application, which had adversely affected their production data.

Which of the following should the Architect implement to mitigate this kind of attack?

Block all the IP addresses where the SQL injection and cross-site scripting attacks originated using the Network Access Control List.

Using AWS Firewall Manager, set up security rules that block SQL injection and cross-site scripting attacks. Associate the rules to the Application Load Balancer.

Set up security rules that block SQL injection and cross-site scripting attacks in AWS Web Application Firewall (WAF). Associate the rules to the Application Load Balancer.

Use Amazon Guard​Duty to prevent any further SQL injection and cross-site scripting attacks in your application.

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A DevOps Engineer is required to design a cloud architecture in AWS. The Engineer is planning to develop a highly available and fault-tolerant architecture consisting of an Elastic Load Balancer and an Auto Scaling group of EC2 instances deployed across multiple Availability Zones. This will be used by an online accounting application that requires path-based routing, host-based routing, and bi-directional streaming using Remote Procedure Call (gRPC).

Which configuration will satisfy the given requirement?

Configure a Network Load Balancer in front of the auto-scaling group. Create an AWS Global Accelerator accelerator and set the load balancer as an endpoint.

Configure an Application Load Balancer in front of the auto-scaling group. Select gRPC as the protocol version.

Configure a Network Load Balancer in front of the auto-scaling group. Use a UDP listener for routing.

Configure a Gateway Load Balancer in front of the auto-scaling group. Ensure that the IP Listener Routing uses the GENEVE protocol on port 6081 to allow gRPC response traffic.

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A company hosted an e-commerce website on an Auto Scaling group of EC2 instances behind an Application Load Balancer. The Solutions Architect noticed that the website is receiving a large number of illegitimate external requests from multiple systems with IP addresses that constantly change. To resolve the performance issues, the Solutions Architect must implement a solution that would block the illegitimate requests with minimal impact on legitimate traffic.

Which of the following options fulfills this requirement?

Create a rate-based rule in AWS WAF and associate the web ACL to an Application Load Balancer.

Create a custom network ACL and associate it with the subnet of the Application Load Balancer to block the offending requests.

Create a custom rule in the security group of the Application Load Balancer to block the offending requests.

Create a regular rule in AWS WAF and associate the web ACL to an Application Load Balancer.

8.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A company plans to host a movie streaming app in AWS. The chief information officer (CIO) wants to ensure that the application is highly available and scalable. The application is deployed to an Auto Scaling group of EC2 instances on multiple AZs. A load balancer must be configured to distribute incoming requests evenly to all EC2 instances across multiple Availability Zones.

Which of the following features should the Solutions Architect use to satisfy these criteria?

Amazon VPC IP Address Manager (IPAM)

Path-based Routing

Cross-zone load balancing

AWS Direct Connect SiteLink