RMRob Mitchellinrlmitchell.hashnode.dev·Aug 10, 2024 · 3 min readAnsible Role - awscliv2I have a number of AWS EC2 instances that interact with other AWS services on a regular basis. These instances so things like sending files to AWS S3 or sending email via AWS SES. One way to interact with AWS services from the virtual machine level i...00
RMRob Mitchellinrlmitchell.hashnode.dev·Dec 4, 2022 · 4 min readCreating an apache-php-composer docker container for developmentSo I'm in need of a repeatable environment setup for developing PHP projects. I've seen package setups like XAMPP and MAMP, but I'd like to be closer to the production environment which uses Docker containers for all services. Requirements The base ...00
RMRob Mitchellinrlmitchell.hashnode.dev·Nov 23, 2022 · 2 min readDIY Infrastructure Monitoring Part 2My current organization uses Let's Encrypt certificates that expire at 90 days old. Obviously, we need to know ahead of time when any one of them is going to expire. Rather than maintaining yet another spreadsheet wouldn't it be nice to be notified...00
RMRob Mitchellinrlmitchell.hashnode.dev·Nov 20, 2022 · 1 min readUsing python-decouple for AWS credentialsRequirements You may have a situation where you cannot set environment variables which you could use for credentials or your code may be on a machine that does not have AWSCLI installed. In these situations you can keep environment variables with but...00
RMRob Mitchellinrlmitchell.hashnode.dev·Nov 20, 2022 · 4 min readDIY Infrastructure Monitoring Part 1I've spent many years in the IT/DevOps world and one thing I've learned is when you have a production issue it is of paramount importance to find the cause of the issue as fast as possible. A lot of organizations subscribe to paid monitoring service...00