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

AWS::GlobalAccelerator: Allow creating cross-account attachments #29899

Open
2 tasks
Nevon opened this issue Apr 19, 2024 · 1 comment
Open
2 tasks

AWS::GlobalAccelerator: Allow creating cross-account attachments #29899

Nevon opened this issue Apr 19, 2024 · 1 comment
Labels
@aws-cdk/aws-globalaccelerator Related to AWS Global Accelerator effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p3

Comments

@Nevon
Copy link

Nevon commented Apr 19, 2024

Describe the feature

Cross-account attachments specify principals who have permission to work with resources in accelerators in their own account. See https://docs.aws.amazon.com/global-accelerator/latest/dg/cross-account-resources.html for details.

Use Case

I work on a central deployment platform where services are deployed into central AWS accounts, and users want to be able to have their own global accelerator endpoints and connect those to the services in the central accounts.

Proposed Solution

CloudFormation released support for this recently through the AWS::GlobalAccelerator::CrossAccountAttachment resource. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-globalaccelerator-crossaccountattachment.html

Other Information

No response

Acknowledgements

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

CDK version used

2.1055.0

Environment details (OS name and version, etc.)

nodejs20.x lambda runtime

@Nevon Nevon added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 19, 2024
@github-actions github-actions bot added the @aws-cdk/aws-globalaccelerator Related to AWS Global Accelerator label Apr 19, 2024
@khushail khushail added investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Apr 19, 2024
@khushail
Copy link
Contributor

Hi @Nevon , thanks for requesting this. I see cloudformation supports this.
For the time being, you could directly use this L1 construct using escape hatches. Marking this request as appropriate.

@khushail khushail added p2 effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels Apr 19, 2024
@pahud pahud added p3 and removed p2 labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-globalaccelerator Related to AWS Global Accelerator effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p3
Projects
None yet
Development

No branches or pull requests

3 participants