Skip to content

Instantly share code, notes, and snippets.

@takakabe
Created October 28, 2017 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takakabe/30243b8b1f1fc2e8aed44c63398fc23d to your computer and use it in GitHub Desktop.
Save takakabe/30243b8b1f1fc2e8aed44c63398fc23d to your computer and use it in GitHub Desktop.
CloudFormation
Resources:
User1:
Type: "AWS::IAM::User"
Properties:
Groups:
- AdministratorGroup
LoginProfile:
Password: wawawa
PasswordResetRequired: True
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AdministratorAccess
UserName: ichiro
User2:
Type: "AWS::IAM::User"
Properties:
Groups:
- AdministratorGroup
LoginProfile:
Password: wawawa
PasswordResetRequired: True
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AdministratorAccess
UserName: jiro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment