trying to start snowplowmin on AWS. Used the t2.2x large instance and started the instance. I get “502 Bad Gateway” when i see access ES. I dont see any docker instances running. When i ran docker compose , to run the services, i see these errors:
What else needs to be done to start snowplow mini. I think i am using the right size EC2 instance .
ubuntu@ip-172-31-30-207:~/snowplow$ sudo docker-compose up
Starting elasticsearch …
Starting postgres … error
Starting cadvisor …
Starting nsqlookupd …
Starting cadvisor … error
Starting elasticsearch … error
ERROR: for cadvisor Cannot start service cadvisor: failed to initialize logging driver: failed to create Cloudwatch log stream: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
ERROR: for elasticsearch Cannot start service elasticsearch: failed to initialize logging driver: failed to create Cloudwatch log stream: NoCredentialProviders: no valid providers in chain. Deprecated.
Starting nsqlookupd … error
ERROR: for nsqlookupd Cannot start service nsqlookupd: failed to initialize logging driver: failed to create Cloudwatch log stream: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
ERROR: for postgres Cannot start service postgres: failed to initialize logging driver: failed to create Cloudwatch log stream: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
ERROR: for cadvisor Cannot start service cadvisor: failed to initialize logging driver: failed to create Cloudwatch log stream: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
ERROR: for elasticsearch Cannot start service elasticsearch: failed to initialize logging driver: failed to create Cloudwatch log stream: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
ERROR: for nsqlookupd Cannot start service nsqlookupd: failed to initialize logging driver: failed to create Cloudwatch log stream: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
ERROR: Encountered errors while bringing up the project.