fixed indentation
This commit is contained in:
parent
170399c54f
commit
c8d9d98acc
@ -85,18 +85,18 @@ try:
|
||||
'FromPort': 22,
|
||||
'ToPort': 22,
|
||||
'IpRanges': [{'CidrIp': '0.0.0.0/0'}]},
|
||||
{'IpProtocol': 'tcp',
|
||||
{'IpProtocol': 'tcp',
|
||||
'FromPort': 80,
|
||||
'ToPort': 80,
|
||||
'IpRanges': [{'CidrIp': '0.0.0.0/0'}]},
|
||||
{'IpProtocol': 'tcp',
|
||||
{'IpProtocol': 'tcp',
|
||||
'FromPort': 443,
|
||||
'ToPort': 443,
|
||||
'IpRanges': [{'CidrIp': '0.0.0.0/0'}]}
|
||||
])
|
||||
print('Ingress Successfully Set %s' % data)
|
||||
print('Ingress Successfully Set %s' % data)
|
||||
except ClientError as e:
|
||||
print(e)
|
||||
print(e)
|
||||
|
||||
print("Running new DB instance...")
|
||||
print("------------------------------------")
|
||||
|
Loading…
x
Reference in New Issue
Block a user