AWS SessionManager configuration

Example

sessionManager:
sendToCloudWatchLogs: true
sendToS3: true
excludeRegions: []
excludeAccounts: []
lifecycleRules: []
attachPolicyToIamRoles:
- EC2-Default-SSM-AD-Role

Hierarchy

  • SessionManagerConfig

Implements

Constructors

Properties

attachPolicyToIamRoles: never[] = []

List of IAM EC2 roles that the Session Manager access policy should be attached to

excludeAccounts: string[] = []

List of AWS Account names to be excluded from configuring SessionManager configuration

excludeRegions: string[] = []

List of AWS Region names to be excluded from configuring SessionManager configuration

lifecycleRules: LifeCycleRule[] = []

S3 Lifecycle rule for log storage

sendToCloudWatchLogs: false = false

Indicates whether sending SessionManager logs to CloudWatchLogs enabled.

sendToS3: false = false

Indicates whether sending SessionManager logs to S3 enabled.

When this flag is on, accelerator will send session manager logs to Central log bucket in LogArchive account.

Generated using TypeDoc