AWS user account management scripts updates

- start option for create users (-g)
- delete user script
- update documentation
- user lock user script in check user flow output
- create user has check for valid username/group name
This commit is contained in:
Clemens Schwaighofer
2023-08-07 07:29:24 +09:00
parent eb194c2f1c
commit 571ddcc717
10 changed files with 323 additions and 47 deletions

View File

@@ -8,7 +8,7 @@ SKIP_USERS=();
while getopts ":gls:" opt; do
case "${opt}" in
g|go)
# default we
# default we test
TEST=0;
;;
s|skip)