Alexander G.
Alexander G.
You might find the rest of the logs in another files from the log archive. Can you pass it?
``` Nothing to do pecl/grpc is already installed and is the same as the released version 1.43.0 install failed ``` Does it seem like grpc is already installed in Amazon...
I think I need the full `eb-hooks.logs`. You can mail it to me at [email protected] in case it contains sensitive information.
I use Elastic Beanstalk with Cloudfront. Basically, I just use [webpack-s3-uploader](https://www.npmjs.com/package/webpack-s3-uploader) plugin for Webpack and configure it in mix to upload to S3 and invalidate cache on upload then [just...
Well, Cloudfront is different from Load Balancing. Cloudfront is mainly used for Lambda calls and serving static content from S3. Laravel is PHP-based and needs EC2/Computing to work, so you...
[Is this script enabled?](https://github.com/rennokki/laravel-aws-eb/blob/master/.platform/hooks/prebuild/install_latest_node_js.sh)
I think you can install it with pecl directly and use the package you're trying to use as intended. https://ma.ttias.be/installing-the-pecl-pear-mailparse-module-for-php-on-centos/
I will mark this with "wontfix" for now until Octane gets out of Beta.
You can use other buckets as well, only make sure that the EC2 Role has access to read the .env from the S3 bucket.
I guess this can be solved by using [AWS Parameter Store](https://aws.amazon.com/systems-manager/features/). You can define a parameter store and have a custom script that pulls the secrets from the parameter store...