amazon-ses

bởi aws

Configures Amazon SES V2 for production email sending — including domain identity creation, DKIM/SPF/DMARC authentication, one-shot DNS record presentation,…

npx skills add https://github.com/aws/agent-toolkit-for-aws --skill amazon-ses

Amazon SES

Recommended: Use the AWS MCP Server with SES permissions for sandboxed execution and CloudTrail audit logging. Without MCP: All operations use standard AWS CLI syntax (aws sesv2 ...).

Overview

This skill helps developers and DevOps engineers configure Amazon SES for production email sending. It targets users who are not email authentication experts — guiding them through complete domain setup following AWS best practices without requiring deep knowledge of DKIM, SPF, or DMARC.

Routing

If the user wants to...Read
Set up a domain for sending, configure email authentication, or troubleshoot DKIMSetting up SES domain identity

Security

  • Use IAM roles with ephemeral credentials (STS) — never long-lived access keys
  • Scope IAM permissions to specific SES actions per workflow (see reference files for required permissions)
  • Enable CloudTrail for SES API call auditing
  • DMARC p=none is monitoring only — plan progression to p=quarantine after confirming alignment
  • Never hardcode credentials, endpoints, or secrets in examples

Critical Rules

  • MUST create a domain identity (not email identity) for production sending
  • MUST configure custom MAIL FROM subdomain for SPF alignment
  • MUST configure DMARC TXT record (p=none minimum) for domain alignment
  • MUST present all DNS records together in one batch
  • MUST ask user for preferred MAIL FROM subdomain (do not assume a default)
  • SHOULD check if Route 53 hosts the domain and offer automatic DNS creation
  • SHOULD NOT claim 72-hour wait — verification typically completes in minutes once DNS propagates

Additional Resources

Thêm skills từ aws

agents-build
aws
Dùng để mở rộng một dự án agent hiện có với bộ nhớ, tích hợp ứng dụng, VPC, multi-agent, di chuyển, mô hình, trình duyệt, trình thông dịch mã, thanh toán hoặc tài nguyên…
official
agents-connect
aws
Sử dụng khi kết nối agent của bạn với API, công cụ hoặc dịch vụ bên ngoài qua Gateway, hoặc hạn chế quyền truy cập công cụ bằng chính sách Cedar. Xử lý thiết lập gateway, mục tiêu…
official
agents-debug
aws
Use when your agent or environment is broken — wrong answers, errors, timeouts, tool failures, or CLI issues. Reads traces and logs to diagnose root causes.…
official
agents-deploy
aws
Sử dụng khi triển khai agent của bạn lên AWS, hoặc khi quá trình triển khai thất bại. Xử lý xác thực trước khi triển khai, chẩn đoán lỗi CDK/IAM/hạn mức, quản lý phiên bản, khôi phục,…
official
agents-get-started
aws
Sử dụng khi nhà phát triển muốn tạo một dự án agent mới hoặc bắt đầu với AgentCore. Xử lý lựa chọn framework, tạo khung dự án, triển khai lần đầu, và…
official
agents-harden
aws
Use when preparing your agent for production — IAM scoping, inbound auth (JWT, SigV4), secrets management, cold start optimization, session lifecycle, rate…
official
agents-pay
aws
Use when THIS agent needs to pay for x402-protected content at runtime: hitting a paywall mid-task, settling it via AgentCore Payments, and applying…
official
amazon-aurora-mysql
aws
Amazon Aurora MySQL — tạo, sửa đổi và tư vấn về các cụm Aurora MySQL cụ thể (công cụ tương thích MySQL, Aurora serverless, truy vấn song song).…
official