I'm trying to create an AWS EKS cluster with Pulumi and it seems two components exists:
@pulumi/eks
providing aCluster
component@pulumi/aws
providing aneks/Cluster
component
@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?