AWS CLI
-
Find EC2 Instances behind an Application Load Balancer with AWS CLI
Ifrastructure as a Code (IaaC) IaaC is the way to achieve automated, repeatable and consistent results for deployments. Here are some of the commonly used tools for IaaC: Terraform CloudFormation...
-
Clone & Sync all the Repositories in AWS CodeCommit at Once
If you are using AWS CodeCommit as your primary code repository, you may have wanted to backup all the code on to your network. As you are switching from project...
-
Generate Report of AWS Security Groups’ Rules with Python
We all come across situations where we need to search security groups with specific rules. We also want to know the resources that have been associated with such security groups...
-
Automating MFA Login to AWS CLI Session
It is certainly a good practice to enable multi-factor authentication (MFA) wherever possible. To work on AWS resources via command line interface (CLI), you have to use temporary credentials returned...
-
Migrating EC2 Security Group from one VPC to another
Did you ever feel the need to copy a security group from one AWS environment to another? Say, you have deployed an application in Dev VPC. Now you are ready...
-
How much total storage is attached to your EC2?
Do you ever wonder what all the attached volumes add up to, for a given AWS EC2 instance? You can find that out with a single command via AWS CLI....