Fixed some typos

pull/13/head
isacaya 2024-05-29 17:21:49 +09:00
parent 0dfaec828b
commit 09724ce190
1 changed files with 3 additions and 3 deletions

View File

@ -277,7 +277,7 @@ aws s3 ls --profile example_profile
* iam:CreateLoginProfile -> Creates a new login profile
* iam:UpdateLoginProfile -> Update an existing login profile
* iam:PassRole and ec2:RunInstances -> Creates an EC2 instance with an existing instance profile
* iam:PuserUserPolicy -> Create/Update an inline policy
* iam:PutUserPolicy -> Create/Update an inline policy
* iam:PutGroupPolicy -> Create/Update an inline policy for a group
* iam:PutRolePolicy -> Create/Update an inline policy for a role
* iam:AddUserToGroup -> Add an user to a group
@ -350,7 +350,7 @@ aws iam get-role --role-name role_name
##### Listing all managed policies attached to the specific IAM role
```
aws iam liast-attached-role-policies --role-name role_name
aws iam list-attached-role-policies --role-name role_name
```
##### Retrieving information about the specified version of the policy
@ -547,7 +547,7 @@ aws apigateway get-stages --rest-api-id ID
### Getting informatin about a specific version
```
aws apigateway get-stage --res-api-id ID --stage-name NAME
aws apigateway get-stage --rest-api-id ID --stage-name NAME
```
### Listing API KEYS