檢視環境資料 - AWS Proton

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

檢視環境資料

您可以使用 AWS Proton 主控台或檢視環境詳細資料 AWS CLI。

AWS Management Console

您可以使用AWS Proton 主控台檢視包含詳細資料的環境清單,以及包含詳細資料的個別環境。

  1. 若要檢視環境清單,請在導覽窗格中選擇 [環境]。

  2. 若要檢視詳細資料,請選擇環境的名稱。

    檢視您的環境詳細資料。

AWS CLI

使用取 AWS CLI 列出環境詳細資料。

執行以下命令:

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