Which the differences between aws classic and aws ...
# general
l
Which the differences between aws classic and aws native ?.
l
AWS Classic uses resource schema designed by Terraform developers. It is well-tested and supports pretty much everything you can do in AWS. It is also an extra layer outside of AWS, which comes with its own error messages, ways of structuring data, and more. AWS Native uses an API provided by AWS itself, and the schema is inferred from that. Unfortunately the AWS Cloud Control API, which is the backend for AWS Native, is very new and still under development. There are many resources that are not yet supported by Native.
Right now, the recommendation for new developers is to use Classic. More experienced Pulumi users will happily mix Native and Classic, benefitting from Native's extra speed. I don't think anyone would recommend using only Native, yet.
s
Ditto everything Paul said. Using only Native isn't practicable right now - there's too many critical resources missing.