29 followers
Passionate about OpenSource & Cloud native stuff.
Terraform is a popular tool for Infrastructure as a Code practice to manage Cloud Infrastructure using declarative ways. As Infrastructure grows, the...
In a previous blog post, we have seen how to enable SSM Session for EC2 instances to ditch SSH and enable safe and secure shell access. In this blog...
To access EC2 instances, SSH has been the preferred way for many years. But this way has its downsides, such as managing the keypairs, etc. Recently,...
As we know, Terraform supports S3 as a backend to store the state in AWS. In GCS and Azure, there are equivalent solutions for object storage...
A few days back, I came up with the idea of awsctl CLI which will be kubectl style and will be easy to generate information about aws resources. I...
In Golang, implementing basic authentication in an HTTP API request is relatively straightforward. Once we construct the request, then we have to call...