How to check EC2 security group ID using PowerShell command?
I am new to PowerShell. I tried to browse but couldn't find the answer.
How to check EC2 security group ID using PowerShell command?
I am new to PowerShell. I tried to browse but couldn't find the answer.
below command will get EC2 security group ID and Group Name
Get-EC2SecurityGroup|select groupname, groupid