kops delete cluster $NAME --yes unable to delete due to SQS queue error [closed]
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can le开发者_运维百科ave a comment to explain where the question may be able to be answered.
Closed 5 hours ago.
Improve this questionubuntu@ip-*****:~$ kops delete cluster $NAME --state=s3://k8s.******.local --yes
ClusterName as positional argument is deprecated and will be removed in a future version
Error: error listing SQS queues: AccessDenied: Access to the resource https://sqs.ap-southeast-1.amazonaws.com/ is denied.
status code: 403, request id: f026aace-0335-5f62-bab5-f6c711ba4dae
I gave AWSLambdaSQSQueueExecutionRole, AmazonEventBridgeReadOnlyAccess, AmazonSQSReadOnlyAccess and full access for the same but still error is persisting.... How to resolve this?
精彩评论