Dealing with AWS Lambda timeouts? Don’t fret, I’ve got you covered! Go to the AWS Console and Navigate to the Lambda Console. Click on your Lambda function name you are facing issues with. Head to General configuration section and Click Edit Change the Timeout Value as needed. For example, you can set the value as ...
The “wheel” user has special privileges that allow it to perform administrative tasks on the system. To create a wheel user, follow these steps: That’s it! You’ve successfully created a new wheel user in AlmaLinux 8. To log in to the new account, simply type the username and password you set in step 3 at ...
o configure ELK on AlmaLinux 8, you will need to first install the Elastic stack on your system. This can be done by following these steps: After completing these steps, your ELK stack should be installed and configured on AlmaLinux 8. You can then use Kibana to manage and visualize your data. To set up ...
Issue Today i was not able to SSH to one of my CentOS7 Server. I have got the below error on SSH. Also, tried to SSH to couple of other servers launched during that time and received the same error. As i checked, my mac was updated recently to Ventura 13.0.1 and it looks like ...
Hello, Today I was trying to get the database size on one of the MySQL / MariaDB servers. I found the below MySQL queries which can do the job. You can use the same approach as Amazon RDS or Azure Managed Database. Solution Connect to the database with the below command from a shell. mysql ...
Issue: Apache Basic htpasswd authentication not working via AWS CloudFront. Overview We had a website that was only allowed to access via basic password authentication as it was in the development stage. We had to enable AWS CloudFront on top of the website to enabled WAF and CDN capability. But, we had to keep ...
Issue Today I was working on a modifying autoscaling group and playing with some options in suspended action. After testing the things, I found that the new instances were not launching even if I haven’t suspended that action. Debug As I checked, I had kept “Terminate” in the suspended action in the Autoscaling Group ...
If you ever get a white page on your WordPress, the best way to troubleshoot is to check the apache error log first. It will have enough information about the issue happening now. In my case, the error was showing as below in the /var/log/httpd/error_log file. PHP Fatal error: Uncaught Error: Call to ...