Skip to main content

Add new AWS users

You can add new AWS users to the GovWifi AWS accounts by following the instructions below:

  1. Ensure the person has been added to the central AWS user management account gds-users, if they haven’t they can request to be added via this form.

  2. Verify with the GovWifi developers whether to grant admin or read-only access. Only team members with security clearance can be allowed admin access. Until security clearance is passed read-only access is allowed.

  3. Add the user with the appropriate privileges to the Terraform code that describes GovWifi’s account. You need to get the pull request approved and merged by Reliability Engineering.

  4. Deploy the Terraform changes by:

    a. Navigate to the GovWifi account directory Terraform:

     cd terraform/deployments/re-govwifi/account/
    

    b. Using the gds-cli, note: gds-cli may be aliased to ‘gds’, initialise Terraform if you have not done so previously:

     gds aws govwifi -- terraform init
    

    c. Run plan on the Terraform project to ensure the changes are what you intend to deploy:

     gds aws govwifi -- terraform plan
    

    d. Run apply on the Terraform changes if you are happy to proceed:

     gds aws govwifi -- terraform apply
    
This page was last reviewed on 15 November 2024. It needs to be reviewed again on 15 May 2025 by the page owner #govwifi .