amazon-web-services - 有没有办法使用cloudformation修改AWS现有资源?

标签 amazon-web-services aws-cloudformation amazon-iam roles

我正在尝试修改现有 AWS IAM 角色中的信任关系。 有没有办法使用云信息来做到这一点?

最佳答案

添加到 @Marcin 的响应中,将资源导入 CFN 后,请使用以下文档来执行 CFN Stack Updates ,具体而言,使用 CFN Change Sets 进行更新被认为是最佳实践 (1)方法

(1) - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html#cfn-best-practices-changesets

关于amazon-web-services - 有没有办法使用cloudformation修改AWS现有资源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70457117/

相关文章:

amazon-web-services - Amazon Glacier 可以镜像 Amazon S3 存储桶吗?

amazon-web-services - 资源属性 cloudformation 无效

amazon-web-services - cloudformation 创建 cloudfront 后创建失效的最佳方法是什么?

amazon-web-services - 如何解决这个问题? AWS updateAutoScalingGroup - 错误 : AccessDenied: You are not authorized to use launch template

amazon-web-services - 使用 boto3 检查终止 AWS EC2 实例是否成功的正确方法是什么?

php - aws转码器覆盖s3上的文件

python - AWS 如何知道我的导入位置?

amazon-web-services - 从在 cloudformation 自动缩放组中创建的实例获取实例 dns 名称

amazon-web-services - 如何使用 Cognito Id(+配置)调用 AWS API 网关端点?

mysql - 使用 IAM 角色允许访问 RDS 上的 MySQL 数据库