Your web application is getting a suspicious amount of bad requests from foreign IP addresses. Your business is operating in only a few countries and you would like to block any other traffic. What is the best practice for limiting access to your web application by country?
Your web application is getting a suspicious amount of bad requests from foreign IP addresses. Your business is operating in only a few countries and you would like to block any other traffic. What is the best practice for limiting access to your web application by country?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
分类: Cloud, DevOps
标签: AWS, Skill Assessment
参考答案摘要
选项 [x] Use Web Application Firewall and create a geo match condition to drop all requests from countries that aren’t on your allow list. [ ] Use Application Load Balancer to create a new routing rule ...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。