HAHamza Afzalineasytechvista10.hashnode.dev·Dec 13, 2024 · 1 min readDynamic Inventory Management with AWS from ansibleObjective Use Ansible's dynamic inventory script to retrieve and categorize AWS EC2 instances based on tags or regions. Step 1: Create a Python Script for Dynamic Inventory Create a Python script named dynamic_inventory.py that will interact with the...00
HAHamza Afzalineasytechvista9.hashnode.dev·Dec 8, 2024 · 1 min readAdvanced Security with DockerObjective Implement best practices for securing Docker containers on AWS. Task Configure Docker to use TLS for secure remote access. Task : Configure Docker to Use TLS for Secure Remote Access Why?By default, Docker's daemon listens on a UNIX socke...00
HAHamza Afzalineasytechvista8.hashnode.dev·Dec 8, 2024 · 3 min readImplementing Continuous Integration (CI) with AWS CodeBuild and DockerObjective The objective of the "Implementing Continuous Integration with AWS CodeBuild and Docker" is to establish a streamlined and automated process for building, testing, and validating software applications whenever changes are made to the source...00
HAHamza Afzalineasytechvista7.hashnode.dev·Dec 7, 2024 · 2 min readBuilding a Basic Docker Image and Pushing it to AWS Elastic Container Registry (ECR)Task 1: Install Docker If you haven't already, install Docker on your local machine. You can download it from the official docker website. Pre-Requisites: sudo snap install aws-cli --classic aws --version #Creating an IAM user: #Go to IAM Servic...00
HAHamza Afzalineasytechvista6.hashnode.dev·Dec 7, 2024 · 2 min readSetting up an AWS EC2 Instance for DockerObjective Provision and configure an AWS EC2 instance. SSH into the EC2 instance. Install Docker on the EC2 instance. I am using Ubuntu Operating System as base machine. Task 1: Launch an EC2 Instance You must have an aws subscription, be it fre...00