Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Postbox
  • Getting started
    • All guides
    • Creating an address
    • Domain ownership check
    • Setting up a DMARC policy
    • Sending an email
    • Templating an email
    • Creating a configuration
    • Linking a configuration to an address
    • Writing logs
  • Access management
  • Pricing policy
  • Audit Trails events
  • Public materials
  • Release notes
  1. Step-by-step guides
  2. Linking a configuration to an address

Linking a configuration to an address

Written by
Yandex Cloud
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
  1. In the management console, select the folder with your address and configuration.
  2. Select Cloud Postbox.
  3. In the left-hand panel, select Addresses.
  4. Select an address to link the configuration to.
  5. Click Edit.
  6. Select a configuration or create a new one.
  7. 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.

  1. In the terminal, define these variables:

    ENDPOINT=https://postbox.cloud.yandex.net
    PROFILE=<profile_name>
    CONFIGSET_NAME=<configuration_name>
    IDENTITY=<domain>
    
  2. 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
    

See alsoSee also

  • Create a configuration

Was the article helpful?

Previous
Creating a configuration
Next
Writing logs
© 2025 Direct Cursus Technology L.L.C.