Created
June 19, 2022 11:48
-
-
Save SyeedHasan/cc853327b8c205a32300258a69d9da50 to your computer and use it in GitHub Desktop.
Sample document for AWS Session Manager preferences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schemaVersion": "1.0", | |
"description": "Document to hold regional settings for Session Manager", | |
"sessionType": "Standard_Stream", | |
"inputs": { | |
"s3BucketName": "DOC-EXAMPLE-BUCKET", | |
"s3KeyPrefix": "MyBucketPrefix", | |
"s3EncryptionEnabled": true, | |
"cloudWatchLogGroupName": "MyLogGroupName", | |
"cloudWatchEncryptionEnabled": true, | |
"cloudWatchStreamingEnabled": false, | |
"kmsKeyId": "MyKMSKeyID", | |
"runAsEnabled": true, | |
"runAsDefaultUser": "MyDefaultRunAsUser", | |
"idleSessionTimeout": "20", | |
"maxSessionDuration": "60", | |
"shellProfile": { | |
"windows": "MyCommands", | |
"linux": "MyCommands" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment