Skip to content

Commit 1f5a23e

Browse files
committed
Snapshot taken at 2018-04-16 11:34:48.928156
1 parent 712c189 commit 1f5a23e

7 files changed

+443
-77
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"DomainStatusList": [
3+
{
4+
"ARN": "arn:aws:es:us-west-2:118292266645:domain/esinvpc",
5+
"AccessPolicies": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":\"*\",\"Action\":\"es:*\",\"Resource\":\"*\"}]}",
6+
"AdvancedOptions": {
7+
"rest.action.multi.allow_explicit_index": "true"
8+
},
9+
"Created": true,
10+
"Deleted": false,
11+
"DomainId": "118292266645/esinvpc",
12+
"DomainName": "esinvpc",
13+
"EBSOptions": {
14+
"EBSEnabled": true,
15+
"VolumeSize": 35,
16+
"VolumeType": "gp2"
17+
},
18+
"ElasticsearchClusterConfig": {
19+
"DedicatedMasterEnabled": false,
20+
"InstanceCount": 2,
21+
"InstanceType": "t2.small.elasticsearch",
22+
"ZoneAwarenessEnabled": false
23+
},
24+
"ElasticsearchVersion": "5.5",
25+
"Endpoints": {
26+
"vpc": "vpc-esinvpc-hhpcshdxpkawrkzfvm5mqcxcmq.us-west-2.es.amazonaws.com"
27+
},
28+
"Processing": false,
29+
"SnapshotOptions": {
30+
"AutomatedSnapshotStartHour": 0
31+
},
32+
"VPCOptions": {
33+
"AvailabilityZones": [
34+
"us-west-2b"
35+
],
36+
"SecurityGroupIds": [
37+
"sg-6063c31c"
38+
],
39+
"SubnetIds": [
40+
"subnet-fcdc9cb4"
41+
],
42+
"VPCId": "vpc-6ee90d17"
43+
}
44+
}
45+
]
46+
}

aws_configs/us-west-2/NetworkAcls.json

+46-29
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,12 @@
99
}
1010
],
1111
"Entries": [
12-
{
13-
"CidrBlock": "10.10.0.0/16",
14-
"Egress": true,
15-
"Protocol": "-1",
16-
"RuleAction": "allow",
17-
"RuleNumber": 100
18-
},
19-
{
20-
"CidrBlock": "10.1.0.0/16",
21-
"Egress": true,
22-
"Protocol": "-1",
23-
"RuleAction": "allow",
24-
"RuleNumber": 200
25-
},
2612
{
2713
"CidrBlock": "0.0.0.0/0",
2814
"Egress": true,
2915
"Protocol": "-1",
3016
"RuleAction": "allow",
31-
"RuleNumber": 300
17+
"RuleNumber": 100
3218
},
3319
{
3420
"CidrBlock": "0.0.0.0/0",
@@ -40,37 +26,68 @@
4026
{
4127
"CidrBlock": "10.10.0.0/16",
4228
"Egress": false,
43-
"Protocol": "-1",
29+
"PortRange": {
30+
"From": 22,
31+
"To": 22
32+
},
33+
"Protocol": "6",
4434
"RuleAction": "allow",
4535
"RuleNumber": 100
4636
},
4737
{
48-
"CidrBlock": "10.1.3.0/24",
38+
"CidrBlock": "10.1.0.0/16",
4939
"Egress": false,
50-
"Protocol": "-1",
51-
"RuleAction": "deny",
52-
"RuleNumber": 105
40+
"PortRange": {
41+
"From": 22,
42+
"To": 22
43+
},
44+
"Protocol": "6",
45+
"RuleAction": "allow",
46+
"RuleNumber": 200
5347
},
5448
{
55-
"CidrBlock": "10.1.4.0/24",
49+
"CidrBlock": "10.10.0.0/16",
5650
"Egress": false,
57-
"Protocol": "-1",
58-
"RuleAction": "deny",
59-
"RuleNumber": 106
51+
"PortRange": {
52+
"From": 443,
53+
"To": 443
54+
},
55+
"Protocol": "6",
56+
"RuleAction": "allow",
57+
"RuleNumber": 300
6058
},
6159
{
6260
"CidrBlock": "10.1.0.0/16",
6361
"Egress": false,
64-
"Protocol": "-1",
62+
"PortRange": {
63+
"From": 443,
64+
"To": 443
65+
},
66+
"Protocol": "6",
6567
"RuleAction": "allow",
66-
"RuleNumber": 200
68+
"RuleNumber": 400
6769
},
6870
{
69-
"CidrBlock": "0.0.0.0/0",
71+
"CidrBlock": "10.1.0.0/16",
7072
"Egress": false,
71-
"Protocol": "-1",
73+
"IcmpTypeCode": {
74+
"Code": -1,
75+
"Type": -1
76+
},
77+
"Protocol": "1",
7278
"RuleAction": "allow",
73-
"RuleNumber": 300
79+
"RuleNumber": 500
80+
},
81+
{
82+
"CidrBlock": "10.10.0.0/16",
83+
"Egress": false,
84+
"IcmpTypeCode": {
85+
"Code": -1,
86+
"Type": -1
87+
},
88+
"Protocol": "1",
89+
"RuleAction": "allow",
90+
"RuleNumber": 600
7491
},
7592
{
7693
"CidrBlock": "0.0.0.0/0",

0 commit comments

Comments
 (0)