skip to Main Content

No static files after deploying Django app – Amazon Web Sevices

I've deployed a multi container Django application to AWS EB with ECS running on 64bit Amazon Linux 2/3.2.3 platform. Here's the Dockerrun.aws.json file. { "AWSEBDockerrunVersion": "2", "containerDefinitions": [ { "essential": true, "image": "${AWS_ACOUNT_ID}.dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com/${IMAGE_NAME}:${IMAGE_TAG}", "mountPoints": [ { "containerPath": "/code/static", "sourceVolume": "web"…

VIEW QUESTION

AWS Elasticbean stalk asp.net deployment file upload fails with “413 request entity too large” – Amazon Web Sevices

I tried multiple solutions I tried to add a .conf file with client_max_body_size 100M; to my root application .ebextensions/nginx/conf.d/proxy.conf but when deploying this to live it give me error 1/18/2023 11:59:22 AM Service:AmazonCloudFormation, Message:[/Resources/AWSEBAutoScalingGroup/Metadata/AWS::CloudFormation::Init/prebuild_0_RisksessAML/files//etc/nginx/conf.d/proxy.conf] 'null' values are not allowed in templates 2.Then…

VIEW QUESTION
Back To Top
Search