test
This commit is contained in:
parent
d015161e2b
commit
f09b743339
1
ec2.py
1
ec2.py
@ -219,6 +219,7 @@ def run_instance(ec2_client, launch_template_id, subnet_id):
|
|||||||
|
|
||||||
if public_ip:
|
if public_ip:
|
||||||
print(f"Public IP: {public_ip}")
|
print(f"Public IP: {public_ip}")
|
||||||
|
create_js_scripts(public_ip)
|
||||||
if public_dns:
|
if public_dns:
|
||||||
print(f"Public DNS: {public_dns}")
|
print(f"Public DNS: {public_dns}")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user