diff --git a/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md b/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md index 964b676d53..440bc51d59 100644 --- a/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md +++ b/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md @@ -65,7 +65,8 @@ Create a IAM user on your AWS account, add the following in-line permissions to { "Action": [ "ecr:*", - "s3:ListAllMyBuckets" + "s3:ListAllMyBuckets", + "elasticloadbalancing:*" ], "Effect": "Allow", "Resource": "*" diff --git a/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md.erb b/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md.erb index cc849017fe..1cf1d4cecb 100644 --- a/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md.erb +++ b/website/docs/getting-started/install-qovery/kubernetes/installation-aws.md.erb @@ -56,7 +56,8 @@ Create a IAM user on your AWS account, add the following in-line permissions to { "Action": [ "ecr:*", - "s3:ListAllMyBuckets" + "s3:ListAllMyBuckets", + "elasticloadbalancing:*" ], "Effect": "Allow", "Resource": "*"