Create A User With Cli, Create Group, Give s3 Full Access To Group
Create A User With Cli, Create Group, Give s3 Full Access To Group
Step 3: Under policies select the S3FullAccess policy and copy its ARN. The ARN will be used to
specify the policy of the group.
Step 4: Attach Full S3 Access policy to group by specifying the ARN of the
policy and the name of the group through the CLI.
Step 8: Use the following command to create access key and Secret key
Note it down or save it and don’t disclose it anyone it is confidential .
Step 2: Use the following command to delete the access key by providing
Access key Id.
aws iam delete-access-key --user-name User1 --access-key-id "Access-
key***"
Note: Access key*** is which you noted
Step 4: You can ensure in user that your user is deleted successfully.