- A request with a HTTP header of X-Requested-With: staging can be routed to a target group for an ECS service in your staging environment.
- Source IPs matching 192.0.2.0/24 on a listener port of 1433 can be routed to a target group for an RDS for SQL Server cluster.
- A path of /signup* can be routed to a target group for a Lambda function that processes new user registrations.
- An Http POST query string of ? action=createuser can be routed to a target group for an ECS service.
Correct Answer:
- An Http POST query string of ? action=createuser can be routed to a target group for an ECS service.
Leave a Reply