Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Postbox
  • Getting started
    • All guides
    • Creating an address
    • Domain rights check
    • Setting up a DMARC policy
    • Sending an email
    • Templating an email
    • Creating a configuration
    • Linking a configuration to an address
    • Write logs
  • Access management
  • Pricing policy
  • Audit Trails events
  • 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 March 6, 2025

Link a configuration to an address to get email delivery notifications.

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 link a configuration to an address, assign the postbox.editor role to the service account enabling 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
Write logs
Yandex project
© 2025 Yandex.Cloud LLC