#resources
Read more stories on Hashnode
Articles with this tag
AWS/Amazon EC2 · outline AWS resources operate based on endpoints, but each has a private IP address and a public IP address. The most effective way to...
etc/scripts · outline list all active AWS resources in the specific VPC script (vpclist.sh) #!/bin/bash vpc="$1" region="ap-northeast-2" aws ec2...