I am new to rails and a pretty junior dev. I inherited a project with no documentation. Could anyone help decipher why my deployment failed based on these logs. I am trying to deploy to a staging environment.
So I set the environment variables on elastic beanstack
RAILS_ENV=staging
I set my RAILS_MASTER_KEY as my key I found inside the config/credentials/staging.key
I set a bunch of other environment variables that I needed such as DATABASE_URL, REDIS_URL
I tried deploying through the command line using eb deploy
Do I need a Procfile? The project has a Procfile.dev
Here are the logs from elastic beanstalk.
----------------------------------------
/var/log/web.stdout.log
----------------------------------------
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] Puma starting in cluster mode...
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] * Version 4.3.3 (ruby 3.0.4-p208), codename: Mysterious Traveller
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] * Min threads: 8, max threads: 32
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] * Environment: production
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] * Process workers: 1
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] * Phased restart available
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] * Listening on unix:///var/run/puma/my_app.sock
Sep 17 22:17:31 ip-172-31-20-217 web: [3823] Use Ctrl-C to stop
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] Puma starting in cluster mode...
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] * Version 4.3.3 (ruby 3.0.4-p208), codename: Mysterious Traveller
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] * Min threads: 8, max threads: 32
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] * Environment: production
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] * Process workers: 1
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] * Phased restart available
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] * Listening on unix:///var/run/puma/my_app.sock
Sep 17 22:39:08 ip-172-31-20-217 web: [4783] Use Ctrl-C to stop
----------------------------------------
/var/log/eb-engine.log
----------------------------------------
2022/09/17 22:39:08.230799 [INFO] Executing platform hooks in .platform/confighooks/postdeploy/
2022/09/17 22:39:08.230816 [INFO] The dir .platform/confighooks/postdeploy/ does not exist
2022/09/17 22:39:08.230821 [INFO] Finished running scripts in /var/app/current/.platform/confighooks/postdeploy
2022/09/17 22:39:08.230827 [INFO] Executing cleanup logic
2022/09/17 22:39:08.230979 [INFO] CommandService Response: {"status":"SUCCESS","api_version":"1.0","results":[{"status":"SUCCESS","msg":"Engine execution has succeeded.","returncode":0,"events":[{"msg":"Instance deployment completed successfully.","timestamp":1663454348230,"severity":"INFO"}]}]}
2022/09/17 22:39:08.232392 [INFO] Platform Engine finished execution on command: config-deploy
2022/09/17 22:52:37.072133 [INFO] Starting...
2022/09/17 22:52:37.072184 [INFO] Starting EBPlatform-PlatformEngine
2022/09/17 22:52:37.072203 [INFO] reading event message file
2022/09/17 22:52:37.072362 [INFO] Engine received EB command cfn-hup-exec
2022/09/17 22:52:37.153376 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:us-east-2:128499673453:stack/awseb-e-ccpkpxs6mt-stack/3a519600-36d6-11ed-a060-0a8c5403ef94 -r AWSEBAutoScalingGroup --region us-east-2
2022/09/17 22:52:37.462867 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:us-east-2:128499673453:stack/awseb-e-ccpkpxs6mt-stack/3a519600-36d6-11ed-a060-0a8c5403ef94 -r AWSEBBeanstalkMetadata --region us-east-2
2022/09/17 22:52:37.755236 [INFO] checking whether command app-deploy is applicable to this instance...
2022/09/17 22:52:37.755250 [INFO] this command is applicable to the instance, thus instance should execute command
2022/09/17 22:52:37.755255 [INFO] Engine command: (app-deploy)
2022/09/17 22:52:37.755262 [INFO] Downloading EB Application...
2022/09/17 22:52:37.755266 [INFO] Region: us-east-2
2022/09/17 22:52:37.755270 [INFO] envID: e-ccpkpxs6mt
2022/09/17 22:52:37.755274 [INFO] envBucket: elasticbeanstalk-us-east-2-128499673453
2022/09/17 22:52:37.755279 [INFO] Using manifest file name from command request
2022/09/17 22:52:37.755286 [INFO] Manifest name is : manifest_1663455120542
2022/09/17 22:52:37.755290 [INFO] Download app version manifest
2022/09/17 22:52:37.755396 [INFO] Downloading: bucket: elasticbeanstalk-us-east-2-128499673453, object: /resources/environments/e-ccpkpxs6mt/_runtime/versions/manifest_1663455120542
2022/09/17 22:52:37.796067 [INFO] Download successful121bytes downloaded
2022/09/17 22:52:37.796227 [INFO] Trying to read and parse version manifest...
2022/09/17 22:52:37.796449 [INFO] Downloading: bucket: elasticbeanstalk-us-east-2-128499673453, object: /resources/environments/e-ccpkpxs6mt/_runtime/_versions/village-wellth-ruby-api/app-67775-220917_185154781092
2022/09/17 22:52:37.813117 [INFO] Download successful197775bytes downloaded
2022/09/17 22:52:37.813325 [INFO] Executing instruction: ElectLeader
2022/09/17 22:52:37.813333 [INFO] Running leader election for instance i-0e0872d509267bfcf...
2022/09/17 22:52:37.813337 [INFO] Calling the cfn-elect-cmd-leader to elect the command leader.
2022/09/17 22:52:37.813350 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-elect-cmd-leader --stack arn:aws:cloudformation:us-east-2:128499673453:stack/awseb-e-ccpkpxs6mt-stack/3a519600-36d6-11ed-a060-0a8c5403ef94 --command-name ElasticBeanstalkCommand-AWSEBAutoScalingGroup --invocation-id 999ab5cf-586c-4c68-893a-ef2ed13fb680 --listener-id i-0e0872d509267bfcf --region us-east-2
2022/09/17 22:52:38.118455 [INFO] Instance is Leader.
2022/09/17 22:52:38.118511 [INFO] Executing instruction: stopSqsd
2022/09/17 22:52:38.118517 [INFO] This is a web server environment instance, skip stop sqsd daemon ...
2022/09/17 22:52:38.118522 [INFO] Executing instruction: PreBuildEbExtension
2022/09/17 22:52:38.118526 [INFO] Starting executing the config set Infra-EmbeddedPreBuild.
2022/09/17 22:52:38.118548 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-init -s arn:aws:cloudformation:us-east-2:128499673453:stack/awseb-e-ccpkpxs6mt-stack/3a519600-36d6-11ed-a060-0a8c5403ef94 -r AWSEBAutoScalingGroup --region us-east-2 --configsets Infra-EmbeddedPreBuild
2022/09/17 22:52:38.438215 [INFO] Finished executing the config set Infra-EmbeddedPreBuild.
2022/09/17 22:52:38.438244 [INFO] Executing instruction: StageApplication
2022/09/17 22:52:38.438426 [INFO] extracting /opt/elasticbeanstalk/deployment/app_source_bundle to /var/app/staging/
2022/09/17 22:52:38.438443 [INFO] Running command /bin/sh -c /usr/bin/unzip -q -o /opt/elasticbeanstalk/deployment/app_source_bundle -d /var/app/staging/
2022/09/17 22:52:38.460921 [INFO] finished extracting /opt/elasticbeanstalk/deployment/app_source_bundle to /var/app/staging/ successfully
2022/09/17 22:52:38.464089 [INFO] Executing instruction: RunAppDeployPreBuildHooks
2022/09/17 22:52:38.464125 [INFO] Executing platform hooks in .platform/hooks/prebuild/
2022/09/17 22:52:38.464149 [INFO] The dir .platform/hooks/prebuild/ does not exist
2022/09/17 22:52:38.464154 [INFO] Finished running scripts in /var/app/staging/.platform/hooks/prebuild
2022/09/17 22:52:38.464160 [INFO] Executing instruction: stage ruby application
2022/09/17 22:52:38.464165 [INFO] stage ruby application ....
2022/09/17 22:52:38.464189 [INFO] Running command /bin/sh -c rbenv global
2022/09/17 22:52:38.474902 [INFO] 3.0.4
2022/09/17 22:52:38.474970 [INFO] Running command /bin/sh -c bundle --version
2022/09/17 22:52:38.663164 [INFO] Bundler version 2.3.20
2022/09/17 22:52:38.663209 [INFO] Running command /bin/sh -c bundle config set --local deployment true
2022/09/17 22:52:38.854040 [INFO] Running command /bin/sh -c bundle _2.3.20_ install
2022/09/17 22:52:39.179447 [INFO] Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Your Gemfile lists the gem ffaker (~> 2.2) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Your Ruby version is 3.0.4, but your Gemfile specified 3.0.2
2022/09/17 22:52:39.179483 [ERROR] An error occurred during execution of command [app-deploy] - [stage ruby application]. Stop running the command. Error: install dependencies in Gemfile failed with error Command /bin/sh -c bundle _2.3.20_ install failed with error exit status 18. Stderr:Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Your Gemfile lists the gem ffaker (~> 2.2) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
Your Ruby version is 3.0.4, but your Gemfile specified 3.0.2
2022/09/17 22:52:39.179488 [INFO] Executing cleanup logic
2022/09/17 22:52:39.179602 [INFO] CommandService Response: {"status":"FAILURE","api_version":"1.0","results":[{"status":"FAILURE","msg":"Engine execution has encountered an error.","returncode":1,"events":[{"msg":"Instance deployment failed to install dependency gems that you defined in 'Gemfile'. For details, see 'eb-engine.log'. The deployment failed.","timestamp":1663455159179,"severity":"ERROR"},{"msg":"Instance deployment failed. For details, see 'eb-engine.log'.","timestamp":1663455159179,"severity":"ERROR"}]}]}
2022/09/17 22:52:39.180595 [INFO] Platform Engine finished execution on command: app-deploy
2022/09/17 22:59:38.710545 [INFO] Starting...
2022/09/17 22:59:38.710595 [INFO] Starting EBPlatform-PlatformEngine
2022/09/17 22:59:38.710614 [INFO] reading event message file
2022/09/17 22:59:38.710776 [INFO] Engine received EB command cfn-hup-exec
2022/09/17 22:59:38.788846 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:us-east-2:128499673453:stack/awseb-e-ccpkpxs6mt-stack/3a519600-36d6-11ed-a060-0a8c5403ef94 -r AWSEBAutoScalingGroup --region us-east-2
2022/09/17 22:59:39.099998 [INFO] Running command /bin/sh -c /opt/aws/bin/cfn-get-metadata -s arn:aws:cloudformation:us-east-2:128499673453:stack/awseb-e-ccpkpxs6mt-stack/3a519600-36d6-11ed-a060-0a8c5403ef94 -r AWSEBBeanstalkMetadata --region us-east-2
2022/09/17 22:59:39.407845 [INFO] checking whether command tail-log is applicable to this instance...
2022/09/17 22:59:39.407859 [INFO] this command is applicable to the instance, thus instance should execute command
2022/09/17 22:59:39.407863 [INFO] Engine command: (tail-log)
2022/09/17 22:59:39.407918 [INFO] Executing instruction: GetTailLogs
2022/09/17 22:59:39.407928 [INFO] Tail Logs...
2022/09/17 22:59:39.408288 [INFO] Running command /bin/sh -c tail -n 100 /var/log/web.stdout.log
2022/09/17 22:59:39.410046 [INFO] Running command /bin/sh -c tail -n 100 /var/log/eb-engine.log
----------------------------------------
/var/log/eb-hooks.log
----------------------------------------
----------------------------------------
/var/log/nginx/access.log
----------------------------------------
172.31.11.185 - - [17/Sep/2022:22:52:41 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:52:43 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:52:51 +0000] "GET /tpns?cmd=event&uid=8TBEBGJKL1K5JHF3111A&event_type=1&event_time=1663440769&dev_type=0001&MSG=0020220917185249 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "69.249.130.77"
172.31.11.185 - - [17/Sep/2022:22:52:56 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:52:58 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:53:00 +0000] "GET /tpns?cmd=event&uid=F36Z3S2FWW7GV2TF111A&event_type=1&event_time=1663440778&dev_type=0001&MSG=0020220917185258 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.31.15.156"
172.31.11.185 - - [17/Sep/2022:22:53:11 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:53:12 +0000] "GET /tpns?cmd=event&uid=9G1BCYSETEW6NXJS111A&event_type=1&event_time=1663426390&dev_type=0001&MSG=0020220917145310 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "104.137.136.7"
172.31.18.240 - - [17/Sep/2022:22:53:13 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:53:14 +0000] "GET /tpns?cmd=event&uid=RL16E938YL7PGHJ9111A&event_type=1&event_time=1663429992&dev_type=0001&MSG=0020220917155312 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "75.83.104.228"
172.31.18.240 - - [17/Sep/2022:22:53:19 +0000] "GET /tpns?cmd=event&uid=8ULE4M2XZZYA43WS111A&event_type=1&event_time=1663429997&dev_type=0001&MSG=0020220917155317 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.109.40.49"
172.31.11.185 - - [17/Sep/2022:22:53:26 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:53:28 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:53:29 +0000] "GET /tpns?cmd=event&uid=GBJUNWM21VPX8GLU111A&event_type=5&event_time=1663440807&dev_type=0001&MSG=0020220917185327 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "24.151.241.9"
172.31.11.185 - - [17/Sep/2022:22:53:41 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:53:43 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.11.185 - - [17/Sep/2022:22:53:56 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:53:58 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.11.185 - - [17/Sep/2022:22:54:11 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:11 +0000] "GET /tpns?cmd=event&uid=9G1BCYSETEW6NXJS111A&event_type=1&event_time=1663426450&dev_type=0001&MSG=0020220917145410 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "104.137.136.7"
172.31.18.240 - - [17/Sep/2022:22:54:13 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:22 +0000] "GET /tpns?cmd=event&uid=F36Z3S2FWW7GV2TF111A&event_type=1&event_time=1663440860&dev_type=0001&MSG=0020220917185420 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.31.15.156"
172.31.18.240 - - [17/Sep/2022:22:54:22 +0000] "GET /tpns?cmd=event&uid=E4VAP5K14DUYJEV3111A&event_type=1&event_time=1663430061&dev_type=0001&MSG=0020220917155421 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.181.247.95"
172.31.11.185 - - [17/Sep/2022:22:54:26 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:29 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:31 +0000] "GET /tpns?cmd=event&uid=HFW8E9VP3LS3D6GB111A&event_type=1&event_time=1663440869&dev_type=0001&MSG=0020220917185429 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "108.28.75.108"
172.31.11.185 - - [17/Sep/2022:22:54:41 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:42 +0000] "GET /tpns?cmd=event&uid=V7ZED6GBJ4LD3UT1111A&event_type=1&event_time=1663440881&dev_type=0001&MSG=0120220917185441 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "99.253.235.235"
172.31.18.240 - - [17/Sep/2022:22:54:44 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:48 +0000] "GET /tpns/apns.php?cmd=raise_event&uid=3JCBMUE8X42J5LCW111A&event_type=1&event_time=1069171954&dev_type=0001&MSG=0620220917195449 HTTP/1.1" 404 18 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.248.140.179"
172.31.18.240 - - [17/Sep/2022:22:54:55 +0000] "GET /tpns?cmd=event&uid=DFKPUNG427Y5FBV7111A&event_type=1&event_time=1663440893&dev_type=0001&MSG=0020220917185453 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "47.205.13.108"
172.31.11.185 - - [17/Sep/2022:22:54:56 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:59 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:54:59 +0000] "GET /tpns/apns.php?cmd=raise_event&uid=3HJVFLAZ8NKFHP3L111A&event_type=1&event_time=1039171555&dev_type=0001&MSG=0320220917155500 HTTP/1.1" 404 18 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "24.22.176.105"
172.31.11.185 - - [17/Sep/2022:22:55:11 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:55:14 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:55:18 +0000] "GET /tpns?cmd=event&uid=8ULE4M2XZZYA43WS111A&event_type=1&event_time=1663430116&dev_type=0001&MSG=0020220917155516 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.109.40.49"
172.31.18.240 - - [17/Sep/2022:22:55:24 +0000] "GET /tpns?cmd=event&uid=9G1BCYSETEW6NXJS111A&event_type=1&event_time=1663426522&dev_type=0001&MSG=0020220917145522 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "104.137.136.7"
172.31.11.185 - - [17/Sep/2022:22:55:26 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:55:29 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:55:39 +0000] "GET /tpns?cmd=event&uid=F36Z3S2FWW7GV2TF111A&event_type=1&event_time=1663440937&dev_type=0001&MSG=0020220917185537 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.31.15.156"
172.31.18.240 - - [17/Sep/2022:22:55:41 +0000] "GET /tpns/apns.php?cmd=raise_event&uid=3JCBMUE8X42J5LCW111A&event_type=1&event_time=1049171955&dev_type=0001&MSG=0420220917195532 HTTP/1.1" 404 18 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.248.140.179"
172.31.11.185 - - [17/Sep/2022:22:55:41 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:55:44 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.11.185 - - [17/Sep/2022:22:55:56 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:55:59 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:55:59 +0000] "GET /tpns?cmd=event&uid=RKDVF7BUNHG2W767111A&event_type=1&event_time=1663430157&dev_type=0001&MSG=0020220917155557 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "50.159.54.121"
172.31.11.185 - - [17/Sep/2022:22:56:11 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:56:14 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:56:25 +0000] "GET /tpns/apns.php?cmd=raise_event&uid=3JCBMUE8X42J5LCW111A&event_type=1&event_time=1069171956&dev_type=0001&MSG=0620220917195606 HTTP/1.1" 404 18 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.248.140.179"
172.31.11.185 - - [17/Sep/2022:22:56:26 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:56:29 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.11.185 - - [17/Sep/2022:22:56:41 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:56:44 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:56:47 +0000] "GET /tpns?cmd=event&uid=F36Z3S2FWW7GV2TF111A&event_type=1&event_time=1663441005&dev_type=0001&MSG=0020220917185645 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.31.15.156"
172.31.11.185 - - [17/Sep/2022:22:56:56 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:56:59 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:05 +0000] "GET /tpns?cmd=event&uid=9G1BCYSETEW6NXJS111A&event_type=1&event_time=1663426623&dev_type=0001&MSG=0020220917145703 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "104.137.136.7"
172.31.11.185 - - [17/Sep/2022:22:57:11 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:14 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:23 +0000] "GET /tpns?cmd=event&uid=8ULE4M2XZZYA43WS111A&event_type=1&event_time=1663430241&dev_type=0001&MSG=0020220917155721 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.109.40.49"
172.31.11.185 - - [17/Sep/2022:22:57:26 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:29 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:34 +0000] "GET /tpns?cmd=event&uid=L5ZD2FWE7DVG5ATS111A&event_type=1&event_time=1663441053&dev_type=0001&MSG=0120220917185733 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.188.141.30"
172.31.18.240 - - [17/Sep/2022:22:57:41 +0000] "GET /tpns?cmd=event&uid=RKDVF7BUNHG2W767111A&event_type=1&event_time=1663430259&dev_type=0001&MSG=0020220917155739 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "50.159.54.121"
172.31.11.185 - - [17/Sep/2022:22:57:41 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:44 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:49 +0000] "GET /tpns?cmd=event&uid=F36Z3S2FWW7GV2TF111A&event_type=1&event_time=1663441067&dev_type=0001&MSG=0020220917185747 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.31.15.156"
172.31.18.240 - - [17/Sep/2022:22:57:49 +0000] "GET /tpns?cmd=event&uid=R612GSDMZ4VNW5BE111A&event_type=1&event_time=1663430267&dev_type=0001&MSG=0020220917155747 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.140.215.133"
172.31.11.185 - - [17/Sep/2022:22:57:56 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:57:59 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.11.185 - - [17/Sep/2022:22:58:11 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:14 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:20 +0000] "GET /tpns?cmd=event&uid=LVVRGNGRBGHBW47S111A&event_type=1&event_time=1663441098&dev_type=0001&MSG=0020220917185818 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "71.56.160.221"
172.31.11.185 - - [17/Sep/2022:22:58:26 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:28 +0000] "GET /tpns?cmd=event&uid=S9SUFXU3DPNKZSEU111A&event_type=1&event_time=1663437506&dev_type=0001&MSG=0020220917175826 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "143.55.60.22"
172.31.18.240 - - [17/Sep/2022:22:58:29 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:32 +0000] "GET /tpns?cmd=event&uid=9G1BCYSETEW6NXJS111A&event_type=1&event_time=1663426711&dev_type=0001&MSG=0020220917145831 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "104.137.136.7"
172.31.18.240 - - [17/Sep/2022:22:58:35 +0000] "GET /tpns?cmd=event&uid=JXWZBY1KBFLMF8H1111A&event_type=1&event_time=1663437513&dev_type=0001&MSG=0020220917175833 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "104.192.238.29"
172.31.11.185 - - [17/Sep/2022:22:58:41 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:44 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:49 +0000] "GET /tpns?cmd=event&uid=F36Z3S2FWW7GV2TF111A&event_type=1&event_time=1663441127&dev_type=0001&MSG=0020220917185847 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.31.15.156"
172.31.11.185 - - [17/Sep/2022:22:58:57 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:58 +0000] "GET /.env HTTP/1.1" 404 9 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "20.29.101.230"
172.31.18.240 - - [17/Sep/2022:22:58:59 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:58:59 +0000] "GET /tpns?cmd=event&uid=R612GSDMZ4VNW5BE111A&event_type=1&event_time=1663430337&dev_type=0001&MSG=0020220917155857 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.140.215.133"
172.31.18.240 - - [17/Sep/2022:22:58:59 +0000] "POST / HTTP/1.1" 200 0 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36" "20.29.101.230"
172.31.11.185 - - [17/Sep/2022:22:59:01 +0000] "GET / HTTP/1.1" 200 3710 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0" "149.248.174.14"
172.31.11.185 - - [17/Sep/2022:22:59:01 +0000] "GET /favicon.ico HTTP/1.1" 404 16 "http://vw-staging.eba-qp4vtugk.us-east-2.elasticbeanstalk.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0" "149.248.174.14"
172.31.11.185 - - [17/Sep/2022:22:59:12 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:59:14 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:59:15 +0000] "GET /tpns?cmd=event&uid=8ULE4M2XZZYA43WS111A&event_type=1&event_time=1663430353&dev_type=0001&MSG=0020220917155913 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "73.109.40.49"
172.31.18.240 - - [17/Sep/2022:22:59:21 +0000] "GET /tpns?cmd=event&uid=934PCX21LYV87MJW111A&event_type=1&event_time=1663430360&dev_type=0001&MSG=0520220917155920 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "64.234.40.152"
172.31.18.240 - - [17/Sep/2022:22:59:25 +0000] "GET /tpns?cmd=event&uid=934PCX21LYV87MJW111A&event_type=1&event_time=1663430364&dev_type=0001&MSG=0420220917155924 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "64.234.40.152"
172.31.11.185 - - [17/Sep/2022:22:59:27 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"
172.31.18.240 - - [17/Sep/2022:22:59:27 +0000] "GET /tpns?cmd=event&uid=934PCX21LYV87MJW111A&event_type=1&event_time=1663430366&dev_type=0001&MSG=0520220917155926 HTTP/1.1" 404 9 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5" "64.234.40.152"
172.31.18.240 - - [17/Sep/2022:22:59:29 +0000] "GET / HTTP/1.1" 200 3710 "-" "ELB-HealthChecker/2.0" "-"