Skip to content
Advertisement

Tag: amazon-web-services

How can I not run this command ‘sudo amazon-linux-extras install -y lamp-mariadb10.2-php7.2 php7.2’?

I am following this tutorial: https://aws.amazon.com/getting-started/hands-on/deploy-wordpress-with-amazon-rds/?refid=dd707452-50b0-4e41-9f2b-d84c7ca273d4 in an attempt to create my own wordpress server on ec2 / rds of AWS. However, I DO NOT want to run this line because wordpress does not like php7.2. This is my second time through, and the first thing I found was that I needed to upgrade php, which does not seem possible

Laravel can’t connect to AWS S3

I have set up an S3 bucket and created an IAM user with full S3 access permission, and ran composer require league/flysystem-aws-s3-v3. I have also have configured the following in .env: The problem is that I can’t interact with S3 at all from my controller. I’ve tried sending files to S3: I have also manually uploaded an image to S3,

Advertisement