1 Answer
- Newest
- Most votes
- Most comments
0
- AWS Elastic Beanstalk Suitable for .NET 4.7.2. --> Package your app and deploy it. Investigate URL validation issues.
- AWS Amplify --> Primarily for front-end apps (like React). Not ideal for .NET Core. Consider separate front-end.
- Manual Deployment --> Package your app (ZIP file) and deploy to Elastic Beanstalk, EC2, or Lambda.
- AWS CDK --> Define infrastructure as code using CDK and deploy via CLI.
- AWS CodeDeploy --> Automate deployments to EC2 instances or on-premises servers.
- AWS Lambda --> For serverless architecture, deploy individual functions.
Relevant content
- asked a year ago
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 2 years ago
Hi Nick. Are you currently trying to deploy an AWS Amplify backend function? Do you have a link for the step-by-step guide you used to deploy the test app?
Hi LungaZ, this is what I'm trying to do: https://www.youtube.com/watch?v=JlJ7PmNIOac.
I really wish I could find a decent step-by-step guide to deploy to Amplify, rather than Elastic Beanstalk!