#ec2
Read more stories on Hashnode
Articles with this tag
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...
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,...
When you are using data sources for aws_instance probably to fetch the IP address or something else, data "aws_instance" "foo" { filter { name ...