Amazon Well-Architected Tool · Example Payload

Well Architected Tool Update Workload Input Example

ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads

Well Architected Tool Update Workload Input Example is an example object payload from Amazon Well-Architected Tool, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

WorkloadNameDescriptionEnvironmentAccountIdsAwsRegionsNonAwsRegionsPillarPrioritiesArchitecturalDesignReviewOwnerIsReviewOwnerUpdateAcknowledgedIndustryTypeIndustryNotesImprovementStatusDiscoveryConfigApplications

Example Payload

Raw ↑
{
  "WorkloadName": "Production Workload",
  "Description": "A sample workload for architecture review.",
  "Environment": "PRODUCTION",
  "AccountIds": "500123",
  "AwsRegions": "us-east-1",
  "NonAwsRegions": "us-east-1",
  "PillarPriorities": "example-value",
  "ArchitecturalDesign": "example-value",
  "ReviewOwner": "example-value",
  "IsReviewOwnerUpdateAcknowledged": "example-value",
  "IndustryType": "WORKLOAD",
  "Industry": "example-value",
  "Notes": "example-value",
  "ImprovementStatus": "PUBLISHED",
  "DiscoveryConfig": "example-value",
  "Applications": "example-value"
}