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

(codepipeline): native Amazon EC2 deployment support #33584

Open
1 of 2 tasks
Tietew opened this issue Feb 26, 2025 · 1 comment · May be fixed by #33604
Open
1 of 2 tasks

(codepipeline): native Amazon EC2 deployment support #33584

Tietew opened this issue Feb 26, 2025 · 1 comment · May be fixed by #33604
Labels
@aws-cdk/aws-codepipeline Related to AWS CodePipeline effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2

Comments

@Tietew
Copy link
Contributor

Tietew commented Feb 26, 2025

Describe the feature

AWS CodePipeline introduces a new action to deploy to Amazon Elastic Compute Cloud (EC2).
https://aws.amazon.com/about-aws/whats-new/2025/02/aws-codepipeline-native-ec2-deployment-support/

Use Case

See the annoucement for details.
This action deploys an application to a group of EC2 instances behind load balancers without CodeDeploy.

Proposed Solution

Add a new action class Ec2DeployAction to aws-codepipeline-actions module.

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.180.0

Environment details (OS name and version, etc.)

Linux

@Tietew Tietew added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 26, 2025
@github-actions github-actions bot added the @aws-cdk/aws-codepipeline Related to AWS CodePipeline label Feb 26, 2025
@ashishdhingra ashishdhingra self-assigned this Feb 26, 2025
@ashishdhingra
Copy link
Contributor

Appears to be valid feature request based on below documentation references:

@Tietew Thanks for opening the feature request. Feel free to contribute PR that could be reviewed by the team.

Thanks,
Ashish

@ashishdhingra ashishdhingra added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Feb 26, 2025
@ashishdhingra ashishdhingra removed their assignment Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-codepipeline Related to AWS CodePipeline effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants