Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
Configuration for creating an IAM user in an AWS account and optionally enable console access for the user with a temporary password.
The following settings are available in this template:
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
IamUser:
Type: 'AWS::IAM::User'
Properties:
Path: /
Parameters: {}
Metadata: {}
Conditions: {}