AWS IAM 访问密钥自动轮换项目教程

AWS IAM 访问密钥自动轮换项目教程

aws-iam-access-key-auto-rotationThis set of CloudFormation templates and Python scripts will set up an auto-rotation function that will automatically rotate your AWS IAM User Access Keys every 90 days.项目地址:https://gitcode.com/gh_mirrors/aw/aws-iam-access-key-auto-rotation

1. 项目的目录结构及介绍

aws-iam-access-key-auto-rotation/
├── Docs/
│   └── ASA IAM Key Rotation Runbook(v3).md
├── Templates/
│   ├── ASA-iam-key-auto-rotation-iam-assumed-roles.yaml
│   ├── ASA-iam-key-auto-rotation-list-accounts-role.yaml
│   ├── ASA-iam-key-auto-rotation-vpc-endpoints.yaml
│   └── main.yaml
├── Scripts/
│   ├── access_key_auto_rotation.py
│   └── other_scripts.py
├── LICENSE
└── README.md
  • Docs/: 包含项目的运行手册和其他文档。
  • Templates/: 包含用于部署的 CloudFormation 模板。
  • Scripts/: 包含用于自动轮换的 Python 脚本。
  • LICENSE: 项目的许可证文件。
  • README.md: 项目的主介绍文件。

2. 项目的启动文件介绍

main.yaml

main.yaml 是项目的主要启动文件,它包含了主要的 CloudFormation 模板配置。这个文件定义了 IAM 角色的创建、Lambda 函数的部署以及其他必要的 AWS 资源。

access_key_auto_rotation.py

access_key_auto_rotation.py 是主要的 Python 脚本,负责实际的访问密钥轮换逻辑。它会在访问密钥达到90天时自动生成新的密钥,并在100天时禁用旧密钥,110天时删除旧密钥。

3. 项目的配置文件介绍

ASA-iam-key-auto-rotation-iam-assumed-roles.yaml

这个配置文件定义了 IAM 角色的创建,这些角色用于在多个账户中运行轮换函数。

ASA-iam-key-auto-rotation-list-accounts-role.yaml

这个配置文件用于在 AWS Organizations 中维护账户清单。

ASA-iam-key-auto-rotation-vpc-endpoints.yaml

如果需要在 VPC 中运行 Lambda 函数,这个配置文件用于自动化创建 VPC 端点。

通过这些配置文件,项目可以灵活地部署在单个账户或多账户环境中,并且支持动态扩展。

aws-iam-access-key-auto-rotationThis set of CloudFormation templates and Python scripts will set up an auto-rotation function that will automatically rotate your AWS IAM User Access Keys every 90 days.项目地址:https://gitcode.com/gh_mirrors/aw/aws-iam-access-key-auto-rotation

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

常拓季Jane

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值