express-setup¶
Creates an Amazon Connect instance with required infrastructure. Use this command if you do not have an existing Amazon Connect instance configured for outbound campaigns.
Command syntax¶
node ./pinpoint-migration-tool.mjs express-setup -r <region> -p <profile>
Required options¶
| Option | Description |
|---|---|
-r, --region |
AWS region |
-p, --profile |
AWS profile to use |
Interactive prompts¶
- Instance alias — A name for the Connect instance (1–62 characters, alphanumeric and hyphens, must start with a letter).
- Identity management type: Connect Managed (default) or SAML 2.0.
- S3 bucket name — Confirm the default (--) or enter a custom name.
Resources created¶
- S3 bucket (for call recordings, chat transcripts, and reports)
- Kinesis Data Stream for Contact Trace Records (CTR)
- Kinesis Data Stream for Agent Events
- Amazon Connect instance with inbound and outbound calls enabled
Note: If SAML is selected, the tool displays a link to the SAML configuration guide after setup. All storage configurations are automatically associated with the instance.