Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.52 KB

File metadata and controls

51 lines (33 loc) · 1.52 KB
  • Creating an AWS account requires an email address that is unique (across AWS). In the workshop, we will follow a convention for the email address to register multiple accounts as described below:
    • choose Email (say, mailbox@domain)
    • choose Group (say, group)

Account email address: mailbox+group-account@domain

For example, if you choose a base email address of "[email protected]", and a Group of "group", an account with name "publishing" will be created with email address "[email protected]"

  • Create control accounts
$ cd workshop/
workshop $ rake create_control_accounts["mailbox@domain","group"]
  • Create some accounts
workshop $ rake create_account["dione","mailbox@domain","group"]
workshop $ rake create_account["enceladus","mailbox@domain","group"]
workshop $ rake create_account["iapetus","mailbox@domain","group"]
workshop $ rake create_account["rhea","mailbox@domain","group"]
workshop $ rake create_account["mimas","mailbox@domain","group"]
workshop $ rake create_account["tethys","mailbox@domain","group"]
workshop $ rake create_account["titan","mailbox@domain","group"]
  • Create some organizational units
workshop $ rake create_organizational_unit["saturn"]
  • Add some accounts to an organizational unit
workshop $ rake add_account_to_ou["dione","saturn"]
  • Navigate to an account from the console
workshop $ rake navigate["dione"]

Move on to module 3, or back up to overview