Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ssm terraform login to ec2

#!/bin/bash
sudo mkdir /tmp/ssm
cd /tmp/ssm
wget https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/debian_amd64/amazon-ssm-agent.deb
sudo dpkg -i amazon-ssm-agent.deb
sudo systemctl enable amazon-ssm-agent
rm amazon-ssm-agent.deb
Comment

PREVIOUS NEXT
Code Example
Shell :: remove watermark in video in filmora 
Shell :: Delay app startup on Ubuntu 
Shell :: ubuntu delete php session (inodes full 100%) 
Shell :: install sanity with free boosted plan - sanity.io -sonny 
Shell :: install git on windows 
Shell :: android logs for app on terminal 
Shell :: bash find files containing string 
Shell :: create public key linux 
Shell :: linux-armv6l nodejs 
Shell :: github status 
Shell :: install lua in ubuntu 
Shell :: export environment variable from bash script 
Shell :: cmake root directory 
Shell :: what is shell in linux 
Shell :: pnpm upgrade 
Shell :: how to push to a new branch in gitlab 
Shell :: awk or statement 
Shell :: how to push existing git repository 
Shell :: how to install virtualmin on ubuntu 20.04 
Shell :: To set up the apt repository for stable nginx packages, run the following command: 
Shell :: folding at home bash 
Shell :: 28 essential aws s3 command line 
Shell :: uepic games github 
Php :: magento2 zend log 
Php :: php curl print status 
Php :: laravel project htaccess redirect to public path 
Php :: get current user first and last name wordpress 
Php :: wordpress get theme uri 
Php :: blade number format by comma 
Php :: store image in public folder laravel 8 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =