amazon-linux-2023 icon indicating copy to clipboard operation
amazon-linux-2023 copied to clipboard

Elastic Beanstalk fails to deploy PHP 8.2 apps under Amazon Linux 2023

Open antoniodavila opened this issue 1 year ago • 3 comments
trafficstars

Describe the bug When deploying a PHP 8.2 app to an EBS instance running AL2023 via CodePipeline, it will stay "in progress" for 6-10 minutes, sometimes it deploys, sometimes not.

To Reproduce Steps to reproduce the behavior: 1.- Release a change in code pipeline 2.- Source stage succeeds 3.- Deploy stage gets stuck in progress when deploying 4.- Sometines it will deploy after 15 minutes, sometimes will not, sometimes it will deploy immediately.

Expected behavior App should deploy in a reasonable amount of time i.e. 1-2 minutes like under PHP 8.1 with AL2

antoniodavila avatar Feb 14 '24 00:02 antoniodavila

Just did the same test all the same configs but PHP 8.1 under AL 2023, app deploy took 1 minute and no issues

antoniodavila avatar Feb 14 '24 00:02 antoniodavila

Might be something specific to CodeDeploy? I'm deploying PHP 8.2 apps under AL 2023 just fine using awsebcli / 'eb deploy'.

swt2c avatar Apr 23 '24 21:04 swt2c

Seems to be fixed since april 2024, now all my sites are deploying quickly under AL 2023 with PHP 8.2 =)

antoniodavila avatar May 08 '24 09:05 antoniodavila