AWS Classic ultimately uses the Terraform provider (via the terraform bridge).
AWS Native does not use Terraform providers, it's a "native" provider. It also has a cool feature that uses AWS Cloud Control API to enumerate the resources it can deploy.
millions-furniture-75402
09/20/2022, 4:10 PM
The MAJOR thing to keep in mind is that Native is more "beta" and has less resource coverage. Overtime, Native will be better than Classic, but that depends on AWS to support more resources in Cloud Control API
l
little-cartoon-10569
09/20/2022, 7:57 PM
Nit: No Pulumi provided uses a Terraform provider (at run time). They just use the schema from the Terraform provider (at build time) to build an entirely new provider.