aws-sso, bind: add Korean translation (#14137)
This commit is contained in:
24
pages.ko/common/aws-sso.md
Normal file
24
pages.ko/common/aws-sso.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# aws sso
|
||||
|
||||
> SSO(Single Sign-On) 자격 증명을 사용하여 AWS 리소스에 대한 액세스를 관리.
|
||||
> 더 많은 정보: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sso/index.html>.
|
||||
|
||||
- SSO 세션을 시작하고 액세스 토큰을 새로 고침. `aws configure sso`를 사용한 설정이 필요:
|
||||
|
||||
`aws sso login`
|
||||
|
||||
- SSO 세션을 종료하고 캐시된 액세스 토큰을 지움:
|
||||
|
||||
`aws sso logout`
|
||||
|
||||
- 사용자가 액세스할 수 있는 모든 AWS 계정을 나열:
|
||||
|
||||
`aws sso list-accounts`
|
||||
|
||||
- 특정 AWS 계정에 대해 사용자가 액세스할 수 있는 모든 역할을 나열:
|
||||
|
||||
`aws sso list-account-roles --account-id {{계정}} --access-token {{토큰}}`
|
||||
|
||||
- 특정 계정에 대한 단기 자격 증명 검색:
|
||||
|
||||
`aws get-role-credentials --account-id {{계정}} --role-name {{역할}} --access-token {{토큰}}`
|
Reference in New Issue
Block a user