Load Balancer: no rule option?

0

Hi guys,

I can't seem to find where to create a rule for a load balancer. According to the docs there should be a link "View/edit rules" on the balancer listener, but it's not there.

I tried creating various types of load balancers and target groups, but I never saw a way to add rules anywhere. Any idea?

Enter image description here

질문됨 2년 전267회 조회
3개 답변
2
수락된 답변

Hello,

You have created Network Load Balancer, create/edit rule options are available only for Application Load balancer . Please refer this doc

AWS
답변함 2년 전
profile pictureAWS
전문가
검토됨 2년 전
  • That was it! I thought I had tried with an ALB, but it seems I actually didn't. Thank you!

2

Hello,

This is likely IAM permissions issue, see below from the documentation. Once the permissions issue is sorted you should see 'View/edit rules' under 'Default Action' column.


By default, IAM users don't have permission to create, view, or modify AWS resources. To allow an IAM user to access resources such as a load balancer, and to perform tasks, you:

  • Create an IAM policy that grants the IAM user permission to use the specific resources and API actions they need.
  • Attach the policy to the IAM user or the group that the IAM user belongs to.

When you attach a policy to a user or group of users, it allows or denies the users permission to perform the specified tasks on the specified resources.

Edit:

Please note NLB and GWLB do not have the 'View/edit rules' option, it is only supported with ALB.

profile pictureAWS
전문가
답변함 2년 전
profile pictureAWS
전문가
검토됨 2년 전
0

Thank you for your answer @Tushar_J! I'm logged in with the root user though, isn't it supposed to have unrestricted access to everything?

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠