This repo containers cloudformation templates and some examples of AWS Session Manager usage
$ python3 -m venv . $ source bin/activate $ pip install -r requirements.txt [...]$ cd cfn $ sceptre launch -y private [...] $ sceptre launch -y public [...]Using aws-cli
aws ssm start-session --target [instance-id]
Using sigil
sigil -c sigil/config.yaml ls -i

