Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The issue when trying to deploy a Razor website built on ASP .NET Core 3.1 to AWS Elastic Beanstalk that uses 64bit Amazon Linux 2 is that the runtime dependencies required by ASP .NET Core 3.1 are not installed on the operating system. This can cause errors when attempting to run the application as the required libraries and packages may not be available. To resolve this issue, you will need to ensure that the correct runtime dependencies are installed on the Amazon Linux 2 machine, and configure the deployment environment accordingly. This may involve using a custom Docker image or manually installing the required dependencies on the machine.