ExaGridDba

ex1 basic sg-06cd140165280acb6 src-sg

Oct 20th, 2022 (edited)
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. [root@src-host ~]# aws ec2 describe-security-groups --group-ids sg-06cd140165280acb6
  2. {
  3. "SecurityGroups": [
  4. {
  5. "IpPermissionsEgress": [
  6. {
  7. "IpProtocol": "-1",
  8. "PrefixListIds": [],
  9. "IpRanges": [
  10. {
  11. "CidrIp": "0.0.0.0/0"
  12. }
  13. ],
  14. "UserIdGroupPairs": [],
  15. "Ipv6Ranges": []
  16. }
  17. ],
  18. "Description": "src sg",
  19. "IpPermissions": [],
  20. "GroupName": "src-sg",
  21. "VpcId": "vpc-0cc75d9eae4c906af",
  22. "OwnerId": "531621538008",
  23. "GroupId": "sg-06cd140165280acb6"
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment