I'm trying to create an AWS EKS cluster with Pulumi and it seems two components exists:
@pulumi/eksproviding aClustercomponent@pulumi/awsproviding aneks/Clustercomponent
@pulumi/eks seems to be higher level but I cannot find a documentation specifying the concrete difference between those, and if one is preferred depending on use cases.
What's the difference between those two components?