Skip to content
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

elasticache: add support for import from existing instance #24857

Closed
2 tasks
spdrman opened this issue Mar 29, 2023 · 2 comments
Closed
2 tasks

elasticache: add support for import from existing instance #24857

spdrman opened this issue Mar 29, 2023 · 2 comments
Assignees
Labels
@aws-cdk/aws-elasticache Related to Amazon ElastiCache @aws-cdk/aws-lambda Related to AWS Lambda feature-request A feature should be added or improved.

Comments

@spdrman
Copy link

spdrman commented Mar 29, 2023

Describe the feature

elasticache should support the ability to import an instance via a similar function as in RDS:
rds.DatabaseInstanceBase.fromDatabaseInstanceAttributes()

Use Case

When creating a lambda in a separate stack, we could import the instance to obtain its parameters, and to grant the lambda function access, etc...

Proposed Solution

Ideally we could have a fromElasticacheInstanceName()

Other Information

This ability to import an instance definition from one stack into another is supported by most other services...

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.71.0

Environment details (OS name and version, etc.)

Darwin XXXXX.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:35 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T8103 arm64

@spdrman spdrman added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 29, 2023
@github-actions github-actions bot added the @aws-cdk/aws-lambda Related to AWS Lambda label Mar 29, 2023
@tim-finnigan tim-finnigan changed the title (module name): (short issue description) elasticache: add support for import from existing instance Mar 29, 2023
@tim-finnigan tim-finnigan self-assigned this Mar 29, 2023
@github-actions github-actions bot added the @aws-cdk/aws-elasticache Related to Amazon ElastiCache label Mar 29, 2023
@tim-finnigan
Copy link

Hi @spdrman thanks for reaching out. Here is a tracking issue for adding an L2 ElastiCache construct: #6908. When an L2 construct is added, then feature requests such as this can be revisited. For now we will close this and continue tracking ElastiCache-related feature requests in #6908.

@tim-finnigan tim-finnigan removed the needs-triage This issue or PR still needs to be triaged. label Mar 29, 2023
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-elasticache Related to Amazon ElastiCache @aws-cdk/aws-lambda Related to AWS Lambda feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants