AWS CDK uses the familiarity and expressive power of programming languages for modeling your applications.
It provides high-level components called constructs that preconfigure cloud resources with proven defaults, so you can build cloud applications with ease.
python3 installed and setup locally in your system path, refer to the docs for installationgit clone https://github.com/madhuakula/kubernetes-goat.git cd kubernetes-goat/platforms/aws-kind-ec2-cdk python3 -m venv .venv virtualenv in MacOS & Linuxsource .venv/bin/activate virtualenv by running following command% .venv\Scripts\activate.bat Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…