This playbook is scripted to provision a set of AWS instances with Podman. What you can expect in this script? The task will spin up an EC2 instance in “US-east-1” (change) region. Take a close look at the variable “ami_id”, which grabs the image, this can also be changed. The instance is added to a host group, then we need to wait for the SSH services to start. The next task will log in and download the Podman service. Then we start the services. The next task will install Postgres and start it. If no container matches the name, a...
Continue reading...ttjordan
Ansible – Creating EC2 Instances, System Group, and System User
This playbook is scripted to build two ec2 instances, then: create a user group labeled teacher, create a system user named tim, and add tim to the teacher’s group. You will obviously need to change the playbook values below in the script to match up with AWS information. The values that need to be changed are highlighted in purple. Enjoy!
Continue reading...Presenting a Web Application without the WIFI Service
This was a real-world work experience, out-of-the-box thinking! As a Full Stack App Developer, I’ve always worked on smaller teams, and wearing three to four hats was expected, which also meant understanding multiple layers of any technology stacks but never being an expert “Guru” in any of the tech stacks. We were tasked to build an application, which was a USAID project for a developing country. Part of the project deliverables was creating training materials and presenting the application. This wasn’t a problem, we built the application and training materials. But wait! We scouted the hotel and reviewed the location...
Continue reading...