-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Add EC2 Security Group browser (M3.5) #28
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add support for browsing and managing EC2 Security Groups in the TUI.
Details
- List/filter security groups by VPC, name, or ID
- View inbound and outbound rules with protocol, port range, source/dest CIDR or SG reference
- Add / Delete / Modify rules with confirmation before apply
- Drill-down from VPC view to associated security groups
Checklist
- Add
SecurityGroupservice/feature constants ininternal/domain/model.go - Register in catalog via
internal/domain/catalog.go - Implement
ListSecurityGroups()ininternal/services/aws/sg.go - Implement
sg_model.gowith SecurityGroup, InboundRule, OutboundRule models - Implement rule add/delete/modify operations with
AuthorizeSecurityGroupIngress/EgressandRevokeSecurityGroupIngress/Egress - Add SecurityGroupList, SecurityGroupDetail screens in
internal/app/ - Add confirmation screen before rule modifications
- Write tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request