Tag: ssm

  • SOP – Adding a New User with Sudo Permissions in Linux

    SOP – Adding a New User with Sudo Permissions in Linux

    SOP for Adding a New User with Sudo Permissions Objective: The objective of this SOP is to provide a standardized procedure for adding a new user to a Linux server with sudo permissions. Pre-requisites: Access to the Linux server with administrative privileges. Basic knowledge of Linux command line interface. Procedure: Connect to the Linux Server:…

  • How to install SSM Agent on Multiple Linux Servers using Ansible

    How to install SSM Agent on Multiple Linux Servers using Ansible

    Ansible Playbook to Install SSM Agent on Multiple Linux Servers Introduction: This Ansible playbook automates the installation of the AWS Systems Manager (SSM) agent on multiple Linux servers. The SSM agent enables you to remotely manage your Linux instances in the AWS environment using AWS Systems Manager. Follow the steps below to use this playbook:…