Question 1mediummultiple choice
Review the full subnetting walkthrough →SCS-C03 Infrastructure Security • Complete Question Bank
Complete SCS-C03 Infrastructure Security question bank — all 0 questions with answers and detailed explanations.
{
"NetworkInterfaceId": "eni-0123456789abcdef0",
"TrafficMirrorTargetId": "tmt-0123456789abcdef0",
"TrafficMirrorFilterId": "tmf-0123456789abcdef0",
"Rules": [
{
"TrafficDirection": "ingress",
"RuleNumber": 10,
"RuleAction": "accept",
"Protocol": 6,
"DestinationPortRange": { "FromPort": 443, "ToPort": 443 },
"SourceCidrBlock": "0.0.0.0/0",
"DestinationCidrBlock": "10.0.1.0/24"
}
]
}{
"NACL_Inbound": [
{"Rule": 100, "Protocol": "TCP", "Port": 80, "Source": "203.0.113.5/32", "Action": "DENY"},
{"Rule": 200, "Protocol": "TCP", "Port": 80, "Source": "0.0.0.0/0", "Action": "ALLOW"}
],
"SecurityGroup_Inbound": [
{"Protocol": "TCP", "Port": 80, "Source": "0.0.0.0/0", "Action": "ALLOW"}
]
}{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Deny",
"Principal": "*",
"Action": "s3:*",
"Resource": ["arn:aws:s3:::sensitive-data/*"],
"Condition": {"StringNotEquals": {"aws:SourceVpce": "vpce-1a2b3c4d"}}
}]
}{
"Name": "RateLimitRule",
"Priority": 1,
"Action": { "Block": {} },
"VisibilityConfig": { "SampledRequestsEnabled": true, "CloudWatchMetricsEnabled": true, "MetricName": "RateLimit" },
"Statement": {
"RateBasedStatement": {
"Limit": 1000,
"AggregateKeyType": "IP"
}
}
}{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"AWS":"*"},"Action":"s3:GetObject","Resource":"arn:aws:s3:::company-data/*","Condition":{"IpAddress":{"aws:SourceIp":"192.168.1.0/24"}}}]}