Linking a configuration to an address
Written by
Updated at July 22, 2024
Link a configuration to an address to get email delivery notifications.
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 link a configuration to an address, assign the postbox.editor
role to the service account enabling 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