Json
국가 기반 일치 조건 = KR만 허용
request body 제약 조건 = 1MB 이하
우선 국가 kr 아닐경우 블록 룰 제작
{
"Name": "SG-Block",
"Priority": 0,
"Action": {
"Block": {}
},
"VisibilityConfig": {
"SampledRequestsEnabled": true,
"CloudWatchMetricsEnabled": true,
"MetricName": "SG-Block"
},
"Statement": {
"NotStatement": {
"Statement": {
"GeoMatchStatement": {
"CountryCodes": [
"KR"
]
}
}
}
}
}
request body 제약 조건
{
"Name": "SG-Block2",
"Priority": 0,
"Action": {
"Block": {}
},
"VisibilityConfig": {
"SampledRequestsEnabled": true,
"CloudWatchMetricsEnabled": true,
"MetricName": "SG-Block2"
},
"Statement": {
"SizeConstraintStatement": {
"FieldToMatch": {
"Body": {}
},
"ComparisonOperator": "GT",
"Size": 100,
"TextTransformations": [
{
"Priority": 0,
"Type": "NONE"
}
]
}
}
}
'AWS' 카테고리의 다른 글
WAF와 ACM 동시 사용에 관한 고찰 (https, ssl) (0) | 2023.03.23 |
---|---|
아마존 견학 멘토링 정리 (0) | 2023.03.21 |
[Project] 최종 Autoscailing, EFS 템플릿 (0) | 2023.03.21 |
AWS 트레이닝 이수증 (0) | 2023.03.20 |
CloudFront의 캐싱 히트율 (0) | 2023.03.17 |