Posts by Marco Duarte • 5 points
2 posts
-
0
votes1
answer93
viewsQ: How to create a Powershell Script to start an EC2 instance and capture public IP?
would like to create a Powershell Script that runs the following steps: 1 - Start an EC2 Instance in AWS (Windows); 2 - Wait for it to be available for remote connection. While waiting, display a…
-
0
votes2
answers234
viewsQ: How to read a string within an array?
I would like to read a varchar field in a Mysql database, which contains several dates in the following format: "20171012 20171102 20171115 20171120 20171225" all into an array of the type, like…