Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.
Creazione di una strategia di distribuzione 
Se non desideri utilizzare una delle strategie di distribuzione predefinite, puoi crearne una personalizzata. È possibile creare un massimo di 20 strategie di distribuzione. Quando si distribuisce una configurazione, è possibile scegliere la strategia di distribuzione più adatta all'applicazione e all'ambiente.
        Creazione di una strategia AWS AppConfig
di implementazione (console) 
        Utilizzare la procedura seguente per creare una strategia di AWS AppConfig distribuzione utilizzando la AWS Systems Manager console.
        Per creare una strategia di distribuzione
- Apri la AWS Systems Manager console all'indirizzo https://console.aws.amazon.com/systems-manager/appconfig/. 
- 
            Nel riquadro di navigazione, scegli Strategie di distribuzione, quindi scegli Crea strategia di distribuzione. 
- 
            In Name (Nome), immettere un nome per la strategia di distribuzione. 
- 
            In Description (Descrizione), immettere informazioni sulla strategia di distribuzione. 
- 
            In Tipo di distribuzione, scegliere un tipo. 
- 
            In Step percentage (Percentuale fase), scegliere la percentuale di chiamanti da destinare durante ogni passaggio della distribuzione.  
- 
            In Deployment time (Tempo di distribuzione), immettere la durata totale della distribuzione espressa in minuti o ore.  
- 
            Per Bake time, inserisci il tempo totale, in minuti o ore, per monitorare gli  CloudWatch  allarmi di Amazon prima di procedere alla fase successiva di una distribuzione o prima di considerare che la distribuzione sia completa.  
- 
            Nella sezione Tags (Tag) immettere una chiave e un valore facoltativo. È possibile specificare un massimo di 50 tag per una risorsa.  
- 
            Scegliere Create deployment strategy (Crea strategia di distribuzione). 
Passa a Distribuzione di una configurazione.
       
        Creazione di una strategia di AWS AppConfig distribuzione (riga di comando) 
        La procedura seguente descrive come utilizzare AWS CLI (su Linux o Windows) o AWS Strumenti per PowerShell creare una strategia di AWS AppConfig distribuzione.
        Per creare una strategia di distribuzione passo dopo passo
- 
            Aprire il AWS CLI. 
- 
            Esegui il comando seguente per creare una strategia di distribuzione.  
              - Linux
- 
                  aws appconfig create-deployment-strategy \
  --name A_name_for_the_deployment_strategy\
  --descriptionA_description_of_the_deployment_strategy\
  --deployment-duration-in-minutesTotal_amount_of_time_for_a_deployment_to_last\
  --final-bake-time-in-minutesAmount_of_time_AWS AppConfig_monitors_for_alarms_before_considering_the_deployment_to_be_complete\
  --growth-factorThe_percentage_of_targets_to_receive_a_deployed_configuration_during_each_interval\
  --growth-typeThe_linear_or_exponential_algorithm_used_to_define_how_percentage_grows_over_time\
  --replicate-toTo_save_the_deployment_strategy_to_a_Systems_Manager_(SSM)_document\
  --tagsUser_defined_key_value_pair_metadata_of_the_deployment_strategy
 
- Windows
- 
                  aws appconfig create-deployment-strategy ^
  --name A_name_for_the_deployment_strategy^
  --descriptionA_description_of_the_deployment_strategy^
  --deployment-duration-in-minutesTotal_amount_of_time_for_a_deployment_to_last^
  --final-bake-time-in-minutesAmount_of_time_AWS AppConfig_monitors_for_alarms_before_considering_the_deployment_to_be_complete^
  --growth-factorThe_percentage_of_targets_to_receive_a_deployed_configuration_during_each_interval^
  --growth-typeThe_linear_or_exponential_algorithm_used_to_define_how_percentage_grows_over_time^
  --nameA_name_for_the_deployment_strategy^
  --replicate-toTo_save_the_deployment_strategy_to_a_Systems_Manager_(SSM)_document^
  --tagsUser_defined_key_value_pair_metadata_of_the_deployment_strategy
 
- PowerShell
- 
                  New-APPCDeploymentStrategy ` 
  --Name A_name_for_the_deployment_strategy` 
  --DescriptionA_description_of_the_deployment_strategy`
  --DeploymentDurationInMinutesTotal_amount_of_time_for_a_deployment_to_last`
  --FinalBakeTimeInMinutesAmount_of_time_AWS AppConfig_monitors_for_alarms_before_considering_the_deployment_to_be_complete`
  --GrowthFactorThe_percentage_of_targets_to_receive_a_deployed_configuration_during_each_interval`
  --GrowthTypeThe_linear_or_exponential_algorithm_used_to_define_how_percentage_grows_over_time`
  --ReplicateToTo_save_the_deployment_strategy_to_a_Systems_Manager_(SSM)_document`
  --TagHashtable_type_User_defined_key_value_pair_metadata_of_the_deployment_strategy
 
 Il sistema restituisce informazioni simili alle seguenti. 
              - Linux
- 
                  {
   "Id": "Id of the deployment strategy",
   "Name": "Name of the deployment strategy",
   "Description": "Description of the deployment strategy",
   "DeploymentDurationInMinutes": "Total amount of time the deployment lasted",
   "GrowthType": "The linear or exponential algorithm used to define how percentage grew over time",
   "GrowthFactor": "The percentage of targets that received a deployed configuration during each interval",  
   "FinalBakeTimeInMinutes": "The amount of time AWS AppConfig monitored for alarms before considering the deployment to be complete",
   "ReplicateTo": "The Systems Manager (SSM) document where the deployment strategy is saved"
}
- Windows
- 
                  {
   "Id": "Id of the deployment strategy",
   "Name": "Name of the deployment strategy",
   "Description": "Description of the deployment strategy",
   "DeploymentDurationInMinutes": "Total amount of time the deployment lasted",
   "GrowthType": "The linear or exponential algorithm used to define how percentage grew over time",
   "GrowthFactor": "The percentage of targets that received a deployed configuration during each interval",  
   "FinalBakeTimeInMinutes": "The amount of time AWS AppConfig monitored for alarms before considering the deployment to be complete",
   "ReplicateTo": "The Systems Manager (SSM) document where the deployment strategy is saved"
}
- PowerShell
- 
                  ContentLength               : Runtime of the command
DeploymentDurationInMinutes : Total amount of time the deployment lasted
Description                 : Description of the deployment strategy
FinalBakeTimeInMinutes      : The amount of time AWS AppConfig monitored for alarms before considering the deployment to be complete
GrowthFactor                : The percentage of targets that received a deployed configuration during each interval
GrowthType                  : The linear or exponential algorithm used to define how percentage grew over time
HttpStatusCode              : HTTP Status of the runtime
Id                          : The deployment strategy ID
Name                        : Name of the deployment strategy
ReplicateTo                 : The Systems Manager (SSM) document where the deployment strategy is saved
ResponseMetadata            : Runtime Metadata