My daughter complained about not being to launch the Settings menu from her iPhone11. She has restarted multiple times already. I looked at the obvious like resetting making sure screentime is disabled on her account and tried ways to reset without losing her photos and videos. Everything I tried required access to the Settings menu. I was sure it wasn’t a hardware issue but a software configuration issue. The second part of my troubleshooting involved wiping the phone and restoring from backup in order to rule out the hardware issue theory. To do this, I used iTunes on my Windows computer and connected the iPhone to my computer using usb cable. In order to perform backup, the local storage on your C drive has to have sufficient disk storage to accommodate the total size of photos and videos on the iPhone. This is where most of my problem was. The backups are stored on these paths: \Users\(your username)\Apple\MobileSync\Backup\ or \Users\(your username)\AppData\Roaming\Apple Comp...
The most under-appreciated AWS service is the AWS Certificate Manager (ACM). This service provides SSL/TLS certificate for your custom domain as long as you subscribe to any ACM-integrated service like Elastic Cache or Cloudfront. I had been using Wordpress to host my website https://aminsolutions.com for some time on a free web hosting provider. In order to provide SSL/TLS web encryption, I would have to buy a public certificate from an SSL provider and have that in front of my Wordpress content management web site. I found there were many limitations with that including installation of a public certificate on a free webhost subscription. I would have had to start a paid web host subscription and in order to install a paid public certificate on a Wordpress website that wasn't getting a lot of hits. Regardless, it had to be secured via SSL web encryption so this is where AWS Cloudfront came in. Using AWS Cloudfront integrated with ACM, I can get a free public SSL web certifi...