Docker compose is a tool for running multi-container applications. Using compose you can configure your application’s services in a YAML file. Installing docker compose is actually pretty simple. You can download the binary file directly from github and change the…
Month: April 2020
List all resources in an AWS account using AWS cli
Is it possible to list all resources in AWS account using AWS cli? No. There is no direct method or command for that. But there is a workaround for that. In this post I’m gonna show you how to list…