Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add keywords for IAM service #29

Open
adrianyorke opened this issue Jul 31, 2020 · 1 comment
Open

Add keywords for IAM service #29

adrianyorke opened this issue Jul 31, 2020 · 1 comment

Comments

@adrianyorke
Copy link
Collaborator

adrianyorke commented Jul 31, 2020

"Amazon Web Services (AWS) offers a service known as Identity and Access Management (IAM) that lets AWS Administrators provision and manage users and permissions in AWS cloud. AWS IAM can prove very useful for System Administrators looking to centrally manage users, permissions and credentials; in order to authorize user access on AWS services like EC2, S3, CloudWatch etc."

This article has some great examples: https://blog.ipswitch.com/how-to-manage-aws-iam-users-with-python

Example keywords:
List Users
Get User
Create User
Attach User Policy
Detach User Policy
List User Permissions
Delete User

@samuelpcabral
Copy link
Member

I'm currently in a project where I test on AWS with robot. From a testing perspective, I don't think there would be a need to create write and delete interactions, such as: "create user", "delete user" or "Detach User Policy".

However, I certainly think it's valid to have keywords like "List Users
Get User" or "List User Permissions"

any thoughts about this @adrianyorke ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants