AWS VPC Prefix List demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Prefix lists allow you to create lists of IPv4 IPv6 ranges and use them across your AWS organizations with both security groups and route tables.
    In this demo, I walk through creating a simple prefix-list for our branch offices and associated it with a new security group.

ความคิดเห็น • 18

  • @youtuser862
    @youtuser862 2 ปีที่แล้ว +2

    You have a unique way of explaining tech quickly without boring, great demo Brett, Thank you.

  • @marian6040
    @marian6040 2 ปีที่แล้ว +1

    Great demo. Very clear explanation.

  • @saadbafik5050
    @saadbafik5050 3 ปีที่แล้ว +1

    short and concise.

  • @geekInternet
    @geekInternet 4 ปีที่แล้ว

    Nice Demo Brett. Thanks.

    • @brettg98
      @brettg98  4 ปีที่แล้ว

      Glad you liked it!

  • @dheerajpall
    @dheerajpall 4 ปีที่แล้ว

    good option and nice demo

    • @brettg98
      @brettg98  4 ปีที่แล้ว

      Thanks, glad you enjoyed it

  • @ZampGaming
    @ZampGaming 3 ปีที่แล้ว

    I created a security group and a prefixed list, when I am trying to add that prefix list to an inbound rule in my security group I get this error:
    The maximum number of rules per security group has been reached.
    I do not have any other rules in the security group and neither in any other group.
    I made prefix list with one entry and also tried without any entry but still getting same error.

    • @brettg98
      @brettg98  3 ปีที่แล้ว

      I've had that same issue - let me check my notes and see if I can remember how I fixed it

    • @ZampGaming
      @ZampGaming 3 ปีที่แล้ว +1

      @@brettg98 I fixed the issue, it was with max number of entries of list, like you can't have more than 60 rules thus prefix list must be lesser than 60 entries. But now what shall I do if I want 64 members of my team to access my server?

    • @brettg98
      @brettg98  3 ปีที่แล้ว +1

      @@ZampGaming I'm glad you sorted it out. Have a look at the quotas for VPC - docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html
      It looks like that's a 'soft' limit, which means you can make a request for more. Make note though that when you increase the number of rules, AWS will lower the number of SG's per network interface.

  • @bowgo4205
    @bowgo4205 4 ปีที่แล้ว

    Thx for good demo

    • @brettg98
      @brettg98  4 ปีที่แล้ว

      No problem!

  • @steveconnolly3776
    @steveconnolly3776 2 ปีที่แล้ว

    Brett, thanks for posting this video, very useful. Do you know if the Prefix Lists can be used for Subnet Access Control Lists?

    • @brettg98
      @brettg98  2 ปีที่แล้ว +1

      Hey Steve, no prefix lists can't be used in NACLs. As far as I know they can only be used in routing tables and security groups

    • @steveconnolly3776
      @steveconnolly3776 2 ปีที่แล้ว

      Thanks @@brettg98 that's a pity, I find managing the NACLs very frustrating. I have multiple CIDR ranges and I can't even add comments.

    • @brettg98
      @brettg98  2 ปีที่แล้ว

      @@steveconnolly3776 I totally agree. Having the ability to add comments would be fantastic.

    • @youtuser862
      @youtuser862 2 ปีที่แล้ว +1

      @@steveconnolly3776 Add a feature request In the bottom left corner : Feedback>Feature Request. I've added my own for this and for the security group to change description. I think they will implement this soon.