Advertisement
Guest User

Untitled

a guest
Dec 24th, 2020
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.98 KB | None | 0 0
  1. {
  2.   "allowed": false,
  3.   "explicitDeny": false,
  4.   "matchedStatements": {
  5.     "items": []
  6.   },
  7.   "failures": {
  8.     "items": []
  9.   },
  10.   "context": {
  11.     "principal": {
  12.       "id": "AROASE7VRRXXXXXX:awslambda_761_20201224093307366",
  13.       "arn": "arn:aws:sts::0000000000000:assumed-role/my-lambda-execution-role/awslambda_761_20201224093307366"
  14.     },
  15.     "action": "ec2:CreateNetworkInterface",
  16.     "resource": "arn:aws:ec2:eu-central-1:0000000000000:network-interface/*",
  17.     "conditions": {
  18.       "items": [
  19.         {
  20.           "key": "aws:Region",
  21.           "values": {
  22.             "items": [
  23.               {
  24.                 "value": "eu-central-1"
  25.               }
  26.             ]
  27.           }
  28.         },
  29.         {
  30.           "key": "aws:Service",
  31.           "values": {
  32.             "items": [
  33.               {
  34.                 "value": "ec2"
  35.               }
  36.             ]
  37.           }
  38.         },
  39.         {
  40.           "key": "ec2:NetworkInterfaceID",
  41.           "values": {
  42.             "items": [
  43.               {
  44.                 "value": "*"
  45.               }
  46.             ]
  47.           }
  48.         },
  49.         {
  50.           "key": "aws:Resource",
  51.           "values": {
  52.             "items": [
  53.               {
  54.                 "value": "network-interface/*"
  55.               }
  56.             ]
  57.           }
  58.         },
  59.         {
  60.           "key": "aws:Account",
  61.           "values": {
  62.             "items": [
  63.               {
  64.                 "value": "0000000000000"
  65.               }
  66.             ]
  67.           }
  68.         },
  69.         {
  70.           "key": "aws:Type",
  71.           "values": {
  72.             "items": [
  73.               {
  74.                 "value": "network-interface"
  75.               }
  76.             ]
  77.           }
  78.         },
  79.         {
  80.           "key": "aws:ARN",
  81.           "values": {
  82.             "items": [
  83.               {
  84.                 "value": "arn:aws:ec2:eu-central-1:0000000000000:network-interface/*"
  85.               }
  86.             ]
  87.           }
  88.         }
  89.       ]
  90.     }
  91.   }
  92. }
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement