Setting up managed AWS Cluster

I have followed all the instructions on this page:

Still, I am getting this error:

[Cluster]: Unable to access to the S3 bucket (hopsworks). Make sure that the bucket name is correct and that you have added the S3:ListBucket permission to the instance profile. See our documentation for more details: Getting Started - Hopsworks Documentation

Please guide me in a right direction.

The policy evaluation says permission is allowed:

{
    "EvaluationResults": [
        {
            "EvalActionName": "s3:ListBucket",
            "EvalResourceName": "arn:aws:s3:::hopsworks",
            "EvalDecision": "allowed",
            "MatchedStatements": [
                {
                    "SourcePolicyId": "role_hopsworksai-instances_hopsworksai-instances",
                    "SourcePolicyType": "IAM Policy",
                    "StartPosition": {
                        "Line": 3,
                        "Column": 17
                    },
                    "EndPosition": {
                        "Line": 27,
                        "Column": 6
                    }
                }
            ],
            "MissingContextValues": [],
            "EvalDecisionDetails": {},
            "ResourceSpecificResults": [
                {
                    "EvalResourceName": "arn:aws:s3:::hopsworks",
                    "EvalResourceDecision": "allowed",
                    "MatchedStatements": [
                        {
                            "SourcePolicyId": "role_hopsworksai-instances_hopsworksai-instances",
                            "SourcePolicyType": "IAM Policy",
                            "StartPosition": {
                                "Line": 3,
                                "Column": 17
                            },
                            "EndPosition": {
                                "Line": 27,
                                "Column": 6
                            }
                        }
                    ],
                    "MissingContextValues": []
                }
            ]
        }
    ]
}