|
| 1 | +--- |
| 2 | + SecurityGroups: |
| 3 | + - |
| 4 | + IpPermissionsEgress: |
| 5 | + - |
| 6 | + IpProtocol: "-1" |
| 7 | + IpRanges: |
| 8 | + - |
| 9 | + CidrIp: "0.0.0.0/0" |
| 10 | + UserIdGroupPairs: [] |
| 11 | + PrefixListIds: [] |
| 12 | + Description: "{{ env }} API Security Policy" |
| 13 | + Tags: |
| 14 | + - |
| 15 | + Value: "{{ env }}-api" |
| 16 | + Key: "Name" |
| 17 | + - |
| 18 | + Value: "api" |
| 19 | + Key: "Service" |
| 20 | + - |
| 21 | + Value: "{{ env }}" |
| 22 | + Key: "Environment" |
| 23 | + IpPermissions: |
| 24 | + - |
| 25 | + PrefixListIds: [] |
| 26 | + FromPort: 8400 |
| 27 | + IpRanges: [] |
| 28 | + ToPort: 8400 |
| 29 | + IpProtocol: "tcp" |
| 30 | + UserIdGroupPairs: |
| 31 | + - |
| 32 | + UserId: "{{ aws_custid }}" |
| 33 | + GroupId: "{{ sg_web }}" |
| 34 | + - |
| 35 | + UserId: "{{ aws_custid }}" |
| 36 | + GroupId: "{{ sg_services }}" |
| 37 | + - |
| 38 | + UserId: "{{ aws_custid }}" |
| 39 | + GroupId: "{{ sg_dock }}" |
| 40 | + - |
| 41 | + PrefixListIds: [] |
| 42 | + FromPort: 32768 |
| 43 | + IpRanges: [] |
| 44 | + ToPort: 65535 |
| 45 | + IpProtocol: "tcp" |
| 46 | + UserIdGroupPairs: |
| 47 | + - |
| 48 | + UserId: "{{ aws_custid }}" |
| 49 | + GroupId: "{{ sg_hipache }}" |
| 50 | + - |
| 51 | + PrefixListIds: [] |
| 52 | + FromPort: 22 |
| 53 | + IpRanges: [] |
| 54 | + ToPort: 22 |
| 55 | + IpProtocol: "tcp" |
| 56 | + UserIdGroupPairs: |
| 57 | + - |
| 58 | + UserId: "{{ aws_custid }}" |
| 59 | + GroupId: "{{ sg_bastion }}" |
| 60 | + - |
| 61 | + PrefixListIds: [] |
| 62 | + FromPort: 8301 |
| 63 | + IpRanges: [] |
| 64 | + ToPort: 8302 |
| 65 | + IpProtocol: "udp" |
| 66 | + UserIdGroupPairs: |
| 67 | + - |
| 68 | + UserId: "{{ aws_custid }}" |
| 69 | + GroupId: "{{ sg_web }}" |
| 70 | + - |
| 71 | + UserId: "{{ aws_custid }}" |
| 72 | + GroupId: "{{ sg_services }}" |
| 73 | + - |
| 74 | + UserId: "{{ aws_custid }}" |
| 75 | + GroupId: "{{ sg_dock }}" |
| 76 | + - |
| 77 | + PrefixListIds: [] |
| 78 | + FromPort: 8500 |
| 79 | + IpRanges: [] |
| 80 | + ToPort: 8500 |
| 81 | + IpProtocol: "tcp" |
| 82 | + UserIdGroupPairs: |
| 83 | + - |
| 84 | + UserId: "{{ aws_custid }}" |
| 85 | + GroupId: "{{ sg_web }}" |
| 86 | + - |
| 87 | + UserId: "{{ aws_custid }}" |
| 88 | + GroupId: "{{ sg_services }}" |
| 89 | + - |
| 90 | + UserId: "{{ aws_custid }}" |
| 91 | + GroupId: "{{ sg_dock }}" |
| 92 | + - |
| 93 | + PrefixListIds: [] |
| 94 | + FromPort: 8300 |
| 95 | + IpRanges: [] |
| 96 | + ToPort: 8302 |
| 97 | + IpProtocol: "tcp" |
| 98 | + UserIdGroupPairs: |
| 99 | + - |
| 100 | + UserId: "{{ aws_custid }}" |
| 101 | + GroupId: "{{ sg_web }}" |
| 102 | + - |
| 103 | + UserId: "{{ aws_custid }}" |
| 104 | + GroupId: "{{ sg_services }}" |
| 105 | + - |
| 106 | + UserId: "{{ aws_custid }}" |
| 107 | + GroupId: "{{ sg_dock }}" |
| 108 | + GroupName: "{{ env }}-api" |
| 109 | + VpcId: "{{ vpc_id }}" |
| 110 | + OwnerId: "{{ aws_custid }}" |
| 111 | + GroupId: "{{ sg_api }}" |
| 112 | + |
0 commit comments