简体   繁体   English

如何使用boto3更改AWS账户电子邮件?

[英]How can I change the AWS Account Email with boto3?

Every AWS Account has an email associated to it. 每个AWS账户都有与之关联的电子邮件。 How can I change that email address for that account using boto3? 如何使用boto3更改该帐户的电子邮件地址?

It is not possible to change an account's email address (Root) programmatically. 无法以编程方式更改帐户的电子邮件地址(根)。 You must log in to the console using Root credentials and update the email address. 您必须使用“根”凭据登录到控制台并更新电子邮件地址。

截至2019年10月,否,您无法使用boto或任何其他AWS提供的SDK更新帐户信息(包括电子邮件)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在python(boto3)的CloudWatch Alarm Actions中使用变量作为参数传递AWS子账户的账户ID? - How can I pass account id of an AWS sub account using a variable as an argument in CloudWatch Alarm Actions with python (boto3)? 给定aws-lambda,如何使用boto3更改与其相关的cloudwatch规则? - Given an aws-lambda, how can I change the cloudwatch rule associated with it using boto3? 如何将 json“dict”更改为 aws boto3 tagset list of dicts 的可消耗格式 - how can I change json "dict" into a consumable format for aws boto3 tagset list of dicts 如何通过boto3获取aws卷可用大小 - How can i get the aws volumes available size by boto3 AWS Glue Boto3 - 在哪里可以找到服务员名单? - AWS Glue Boto3 - Where can I find the list of the waiters? 如何查找boot3的AWS IAM用户闲置/闲置了多少天? - How can I find how many days has an AWS IAM user been inactive/idle for with boto3? 在AWS中,boto3如何列出所有保留,而不管标签和其他值如何 - In AWS, boto3 how can I list all reservations regardless of the tags and other values 如何使用 boto3 将 Github 上的文件上传到 AWS S3 存储桶? - How can I upload the files on Github to AWS S3 bucket using boto3? 如何在 Python/Django 中使用 AWS SNS (boto3/moto) 测试 SMS? - How can I test SMS using AWS SNS (boto3/moto) in Python/Django? 如何使用 python 中的 boto3 在 AWS S3 中读取文件 pdf? - How can i read file pdf in AWS S3 with boto3 in python?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM