SSShaikh Sindevoperations.hashnode.dev·Mar 23, 2023 · 1 min readLet's explore AWS AMI ( Amazon Machine Image )An AMI is used to create virtual servers ( EC2 instances) in the AWS environment. The basic unit of deployment that will define the services provided by the EC2.it is nothing but the executable image of an already running instance that will include a...00
SSShaikh Sindevoperations.hashnode.dev·Mar 11, 2023 · 3 min readGetting Started with tcpdumpAs you may already know it’s a packet-capturing tool. Its tool is used to mainly create a pcap file and bring it to Wireshark for better analyzing the traffic. So tcpdump comes by default in Linux and Mac machines. However, for windows, there is a di...00
SSShaikh Sindevoperations.hashnode.dev·Mar 11, 2023 · 3 min readDocker in simple wordsIt is an open-source platform. It virtualizes the O.S. (that means apps can run independently on a single machine). Just like HyperVisors uses single hardware to create multiple VMs (Virtual Machines) that work independently. So does Docker make use ...00