-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import Operation Resource Type Coverage #276
Comments
Import is such a hugely amazing feature for evolving Stacks: definitely want to see more of it. |
Resource Import now supports CloudFormation Registry types Resource type migrations to the newer Registry framework should pick this up automatically |
@PatMyron which process is being used to determine which resources should be migrated, and in which order? Closing the other issues keeps the discussion in one place, but how are customers supposed to indicate which resources they need import on most? (the stateful comment above is a good first indicator, but there might be more customers impacted by eg. EFS than by ElastiCache - and even stateless resources might have a performance impact on an application when migrating) |
Any indication when AWS::Elasticsearch::Domain will support Import Operations? We have been wanting to get our ES cluster under CFT support for a year now, but appears it's still not supported. |
@benbridts always thought we could support importing all resource types at once. Main reason importing currently relies on ReadHandlers is checking resource existence (since import's not yet writing template snippets themselves). Worth questioning whether existence check is worth holding back import functionality for most resource types |
Would you please enable these resource imports? |
Requesting support for resource imports for following resources:
Thank you! |
How about AWS::Route53::RecordSet resoures? |
Reiterating @Sanchi-Halikar's comment, but specifically interested in Cognito resources |
Requesting support for resource imports for following resources:
|
Requesting support for resource imports for following resources:
|
Please add:
|
Please add: |
@gietschess IIRC these might actually just work by re-creating them over the top of existing resources, i.e. effectively 'adopting' existing resources into management without needing an import. |
I work for AWS, regarding the AWS::Route53::RecordSet You can use Former2 tool to get the exact resource infrastructure of the records. |
Bump on supporting import of AWS::QLDB::Ledger Given that ledgers can't really be "backed up" and restored, would love to see this one prioritized. |
I would like to see AWS::DirectoryService::MicrosoftAD support import. It is stateful and snapshots cannot be restored to a different directory, so there is no workaround involving creating a new directory. |
Tracking expansion of resource type coverage for import operations:
create-change-set --resources-to-import
Resources types that currently Support Import Operations
The text was updated successfully, but these errors were encountered: