aws*: add Korean translation (#13702)

This commit is contained in:
HoJeong Im
2024-09-22 01:45:37 +09:00
committed by GitHub
parent c99a78991d
commit 3f2a32ff40
18 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# aws sts
> STS(Security Token Service)를 사용하면 IAM 사용자 또는 연합 사용자에 대한 임시 자격 증명을 요청.
> 더 많은 정보: <https://docs.aws.amazon.com/cli/latest/reference/sts/>.
- 특정 AWS 리소스에 액세스하려면, 임시 보안 자격 증명을 받아야 함:
`aws sts assume-role --role-arn {{aws_role_arn}}`
- 작업을 호출하는 데 사용되는 자격 증명이 있는 IAM 사용자 또는 역할을 가져옴:
`aws sts get-caller-identity`