Magento-2-aws-cluster-terraform icon indicating copy to clipboard operation
Magento-2-aws-cluster-terraform copied to clipboard

Magento 2 AWS autoscaling cluster with Terraform and Packer or ImageBuilder. Adobe Commerce Cloud alternative. The best ecommerce infrastructure. Drive more sales online. Transparent billing. Develope...

Results 15 Magento-2-aws-cluster-terraform issues
Sort by recently updated
recently updated
newest added

It looks like the IAM instance profile user is not available when calling commands like: ``` su ${parameter["BRAND"]} -s /bin/bash -c "git init -b main" ``` and errors with: ```...

fixed and ready for test

The nginx user doesn't have access to read the /var/run/php/php7.4-fpm.sock file. setfacl has allowed nginx access to read the web root, but not the php socket. Also, a constant seems...

fixed and ready for test

``` Error: Unsupported argument on packer.pkr.hcl line 55: (source code not available) An argument named "instance_metadata_tags" is not expected here. ``` Not sure what to do in this case, because...

fixed and ready for test

The `imagebuilder/build.yml` file references `PARAMETERSTORE_NAME` which isn't defined anywhere. Same for `INSTANCE_NAME` I suggest making the following modifications. build.yml: ``` _AWSTOKEN=$(curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 60") PARAMETERSTORE_NAME=$(curl -s -H...

duplicate

I traced this to the terraform aws provider not supporting metadata and added a ticket: https://github.com/hashicorp/terraform-provider-aws/issues/24006 But after manually updating in GUI and building images, the same thing happens. When...

fixed and ready for test

I tried following the instructions using the AWS Cloudshell and ran into an error during `terraform apply` asking whether I forgot to run `packer init`. Turns out, `which packer` returns...

documentation
enhancement

I just tried setting this up to use us-east-1 and found that the availability zone use1-az3 (which includes us-east-1e) was selected for setting up the subnet and subsequent messagequeue "mq.m5.large"...

documentation
enhancement

MariaDB 10.5 support https://github.com/magento/magento2/pull/33111/commits/255247bfbcf03ffef8d2b31ef5bf1313582ba7a9

enhancement

WAF Web ACLs -> Associated AWS resources: **ALB** AWS WAFv2 is enabled by default and associated with ALB. Disable WAF for testing or whitelist your external resources to connect. `AWSManagedRulesBotControlRule`...

documentation

Data transfer between web server and redis cache is too high https://github.com/magento/magento2/issues/33685

magento 2 core bug