Migration and Imports
In this tutorial, you’ll learn how to bring existing cloud resources created outside of Pulumi (whether created by hand or with other tools such as AWS CDK or Hashicorp Terraform) into Pulumi to manage them going forward.
In this tutorial, you'll learn:
- How to import individual cloud resources with the Pulumi CLI
- How to import multiple resources using structured data files
- How to import cloud resources in code, within a Pulumi program
Prerequisites:-
The Pulumi CLI
-
A Pulumi Cloud account and access token
-
Familiarity with JavaScript, TypeScript, or Python
-
Familiarity with Hashicorp Terraform (optional)
-
Completion of Pulumi Fundamentals and Building with Pulumi or practical experience
Topics
This tutorial has 4 topics and takes about 27 minutes to complete.
- Getting started 2 minutes
- Importing with the CLI 10 minutes
- Importing in bulk 5 minutes
- Importing in code 10 minutes