환경 데이터 보기 - AWS Proton

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

환경 데이터 보기

AWS Proton 콘솔 또는 를 사용하여 환경 세부 데이터를 볼 수 있습니다. AWS CLI

AWS Management Console

AWS Proton 콘솔을 사용하여 세부 정보가 있는 환경 목록과 세부 데이터가 포함된 개별 환경 목록을 볼 수 있습니다.

  1. 환경 목록을 보려면 탐색 창에서 환경을 선택합니다.

  2. 세부 데이터를 보려면 환경 이름을 선택합니다.

    환경 세부 데이터를 확인합니다.

AWS CLI

AWS CLI get 또는 list 환경 세부 정보를 사용하십시오.

다음 명령을 실행합니다:

$ aws proton get-environment \ --name "MySimpleEnv"

응답:

{ "environment": { "arn": "arn:aws:proton:region-id:123456789012:environment/MySimpleEnv", "createdAt": "2020-11-11T23:03:05.405000+00:00", "deploymentStatus": "SUCCEEDED", "lastDeploymentAttemptedAt": "2020-11-11T23:03:05.405000+00:00", "lastDeploymentSucceededAt": "2020-11-11T23:03:05.405000+00:00", "name": "MySimpleEnv", "protonServiceRoleArn": "arn:aws:iam::123456789012:role/ProtonServiceRole", "spec": "proton: EnvironmentSpec\nspec:\n my_sample_input: \"the first\"\n my_other_sample_input: \"the second\"\n", "templateMajorVersion": "1", "templateMinorVersion": "0", "templateName": "simple-env" } }