Skip to content

This repo containers cloudformation templates and some examples of AWS Session Manager usage

License

Notifications You must be signed in to change notification settings

danmx/aws-session-manager-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-session-manager-examples

This repo containers cloudformation templates and some examples of AWS Session Manager usage

Architecture

Public

Public

Private

Private

Bootstrap

$ python3 -m venv .
$ source bin/activate
$ pip install -r requirements.txt
[...]

Deployment

$ cd cfn
$ sceptre launch -y private
[...]
$ sceptre launch -y public
[...]

Connect

Using aws-cli

aws ssm start-session --target [instance-id]

Using sigil

sigil -c sigil/config.yaml ls -i

About

This repo containers cloudformation templates and some examples of AWS Session Manager usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published