#aws
Read more stories on Hashnode
Articles with this tag
Encrypting and decrypting strings using AWS Key Management Service (KMS) and the AWS Command Line Interface (CLI) is a crucial part of securing...
AWS has more than 200 instance types under EC2. It's very tricky to select appropriate ec2-instance types and surely AWS docs can be daunting. You can...
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,...
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...
When you are using data sources for aws_instance probably to fetch the IP address or something else, data "aws_instance" "foo" { filter { name ...