Linking a configuration to an address
Written by
Updated at September 29, 2025
Create a configuration and associate it with your address to get email event notifications.
The configuration will apply to all emails sent from this address. To apply your configuration to an individual email, provide the configuration name in the X-Ses-Configuration-Set header.
Management console
AWS CLI
- In the management console
, select the folder with your address and configuration. - Select Cloud Postbox.
- In the left-hand panel, select
Addresses. - Select an address to link the configuration to.
- Click Edit.
- Select a configuration or create a new one.
- Click Save.
If you do not have the AWS CLI yet, install and configure it.
To associate the configuration with your address, assign the postbox.editor role to the service account used for the AWS CLI.
-
In the terminal, define these variables:
ENDPOINT=https://postbox.cloud.yandex.net PROFILE=<profile_name> CONFIGSET_NAME=<configuration_name> IDENTITY=<domain> -
Link the configuration to an address:
aws sesv2 put-email-identity-configuration-set-attributes \ --endpoint-url=$ENDPOINT \ --profile $PROFILE \ --email-identity $IDENTITY \ --configuration-set-name $CONFIGSET_NAME