AWS: Denies access to AWS based on the source IP

From wikieduonline
Revision as of 18:12, 5 February 2024 by Welcome (talk | contribs) (→‎See also)
Jump to navigation Jump to search


{
   "Version": "2012-10-17",
   "Statement": {
       "Effect": "Deny",
       "Action": "*",
       "Resource": "*",
       "Condition": {
           "NotIpAddress": {
               "aws:SourceIp": [
                   "192.0.2.0/24",
                   "203.0.113.0/24"
               ]
           }
       }
   }
}


Related

See also

Advertising: