Tolga KocaApr 2, 20232 min readPython for Networking— Ping TestTo start python as network engineering, we can start with an easy script which is ping reachability test to the devices. We will create...
Tolga KocaMar 10, 20231 min readTerraform — Create an EC2 InstanceWe can create an instance resource faster. In this example, we create variables for instance ami, type and name. And we call them in the...