Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 449 Bytes

File metadata and controls

15 lines (8 loc) · 449 Bytes

Ec2 Security Group Rules

Prerequisites

  1. AWS CLI installed and configured (aws configure)
  2. Appropriate IAM permissions for the AWS services used

Step 1: Listing security groups

The script handles this step automatically. See ec2-security-group-rules.sh for the exact CLI commands.

Step 2: Finding groups with open SSH

The script handles this step automatically. See ec2-security-group-rules.sh for the exact CLI commands.