환경 데이터 보기 - AWS Proton

지원 종료 알림: 2026년 10월 7일에 AWS 에 대한 지원이 종료됩니다 AWS Proton. 2026년 10월 7일 이후에는 AWS Proton 콘솔 또는 AWS Proton 리소스에 더 이상 액세스할 수 없습니다. 배포된 인프라는 그대로 유지됩니다. 자세한 내용은 AWS Proton 서비스 사용 중단 및 마이그레이션 안내서를 참조하세요.

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

환경 데이터 보기

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

AWS Management 콘솔

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

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

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

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

AWS CLI

the AWS CLI get을 사용하거나 환경 세부 정보를 나열합니다.

다음 명령을 실행합니다.

$ 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" } }