Domanda

When I deploy my ASP.Net project to elastic beanstalk via awsdeploy it says everything is working fine. However no files actually make it to the instance.

There are no errors in the logs (event or EC2 or EBS).

I've tried zip package deployment and incremental and neither seem to add anything to the instance.

Any ideas?

È stato utile?

Soluzione

I encountered a similar problem where it was not deploying to the stack and not displaying any errors. What I found was that I was trying to deploy my code to an unsupported AWS platform.

i.e. .Net v4.5.1 is not currently supported on IIS 7.5 or 8.0

http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html#concepts.platforms.net

Hope this helps

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top