Linking a configuration to an address
Written by
Updated at July 23, 2026
Associate your pre-created configuration with an address to apply it to all outgoing 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. - Navigate to 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