Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

awseb-logs-nginx-proxy #2

Open
wwallace opened this issue Dec 16, 2015 · 3 comments
Open

awseb-logs-nginx-proxy #2

wwallace opened this issue Dec 16, 2015 · 3 comments

Comments

@wwallace
Copy link

When launching this example config, the following error occurs:
Service:AmazonECS, Code:ClientException, Message:Unknown volume 'awseb-logs-nginx-proxy'., Class:com.amazonaws.services.ecs.model.ClientException

@abhiksingh
Copy link
Contributor

Could you post on the EB forum at http://bit.ly/aws_eb_forum. Please include the environment ID and region where you encountered this error

@jessesanford
Copy link

I am also seeing this. I am trying to simply re-deploy my already existing application to my eb environment based on the "Configuration
64bit Amazon Linux 2015.03 v2.0.0 running Multi-container Docker 1.6.2 (Generic)" stack. Service:AmazonECS, Code:ClientException, Message:Unknown volume 'null'., Class:com.amazonaws.services.ecs.model.ClientException

@billkidwell
Copy link

I added this to volumes to get past the issue...

"volumes": [
      ...,
        {
            "name": "awseb-logs-nginx-proxy",
            "host": {
                "sourcePath": "/var/log/nginx"
            }
        }
    ],

I'm not certain it is the correct fix, but mapping the containers logs to the host's logs seemed like a good start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants