Skip to content

Add remote sg inspect command to view security group rules #90

Description

@ivyleavedtoadflax

Summary

Currently remote sg list shows security groups but there's no way to inspect the rules of a given security group. We need a command to view inbound/outbound rules for a specific SG.

Proposed

Add remote sg inspect <sg-id> (or remote sg rules <sg-id>) that displays:

  • Inbound rules (protocol, port range, source)
  • Outbound rules (protocol, port range, destination)

Motivation

When managing EC2 instances, it's common to need to check which ports are open and to what CIDRs. Currently this requires going to the AWS console or using aws ec2 describe-security-groups directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions