Yegor Shytikov

Results 34 issues of Yegor Shytikov

public function scopeEAVMonster($q, $ids){ $entity_id = 'row_id'; $ids = implode(',', $ids); $monster = with( ['catalog_product_entity_varchars' => function ($query){ $query->leftJoinRelationship('eav_attribute')->addSelect(['eav_attribute.attribute_code']) ->where('store_id', '=', $this->storeId); } ]); } public function scopeWithInt($query) { return...

documentation

Previously it was not clear what .ftpconfig file to use or where to create it

As instances are created without an SSH key you can use a terminal to connect. to connect you need to use AWS to connect tool and add your SSH key....

documentation

## EC2 instance tagging lifecycle If you have opted to propagate tags to your Amazon EC2 instances, the tags are managed as follows: When an Auto Scaling group launches instances,...

documentation

AWS Documentation: https://docs.aws.amazon.com/efs/latest/ug/wt1-test.html Amazon EFS offers two storage classes, Standard and Infrequent Access. Standard is used for frequently accessed files and Infrequent Access is used for Infrequent access files to...

documentation

More you can read there : https://docs.aws.amazon.com/autoscaling/ec2/userguide/attach-load-balancer-asg.html ![image](https://user-images.githubusercontent.com/9213670/134833763-cd67330d-8d95-40c0-bcbb-ae2b73f0b36e.png) You can also create a Listener to port 80 or 443 if SSL/HTTPS you need to add a certificate and attache listener...

documentation

Elastic Search in many cases is redundant for Magento to use MySQL. It is Adobe's scummy practice to remove MySQL to sell more cloud services. We believe Magento is for...

documentation

An error like this: ``` Error: Error acquiring the state lock │ │ Error message: ConditionalCheckFailedException: The conditional request │ failed │ Lock Info: │ ID: f9763602-b03f-e35c-da30-4083cdbb99ae │ Path: terraform-statess-387688863714/aws-data/terraform.tfstate...

documentation

An access key grants programmatic access to your resources. This means that the access key should be guarded as carefully as the AWS account root user sign-in credentials. It's a...

documentation

If You see this error: ``` ERRO[0020] Create S3 bucket with retry terraform-states-387688863714 returned an error: AccessDenied: Access Denied status code: 403, request id: XBB14PYKJS6X3WKP, host id: UptFVr3xyZhTfFl5Q1vHPn8eCDPE716zwPYZ5XG2DkRkf5YLrlrYc6/VC+Lnhnh0A+9JzoQw2ww=. Sleeping for...

documentation