#✅ - How to upload a code to AWS ?
1 messages · Page 1 of 1 (latest)
Hi @dusky oxide
This forum is to request assistance with Kiro issues/feature requests.
Regarding your query, a direct AWS method would be to use an AWS CodePipeline to automate deployment of your project on EC2.
https://docs.aws.amazon.com/codepipeline/latest/userguide/tutorials-ec2-deploy.html
This tutorial helps you to create a deploy action in CodePipeline that deploys your code to instances you have configured in Amazon EC2.
✅ - How to upload a code to AWS ?