自动化AWS 配置AWS CLI # run and set your keys $ aws --profile admin configure 使用CloudFormation创建用户,组和策略 # validate the template to ensure no syntax errors $ aws --profile admin cloudformation validate-template --template-body file://cloudformation/access/users-developers.yml # first create the stack specifying the template file and the necessary IAM capabilities $ aws --profile admin cloudformation cr