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à.
Distribuzione di una configurazione
Dopo aver creato gli elementi necessari per l'utilizzo dei flag di funzionalità e dei dati di configurazione in formato libero, è possibile creare una nuova distribuzione utilizzando il AWS Management Console, il, o il AWS CLI. SDK L'avvio di una distribuzione in richiama l'operazione AWS AppConfig . StartDeploymentAPI Questa chiamata include l' AWS AppConfig
applicazione, l'ambiente, il profilo IDs di configurazione e (facoltativamente) la versione dei dati di configurazione da distribuire. La chiamata include anche l'ID della strategia di distribuzione da utilizzare, che determina la modalità di distribuzione dei dati di configurazione.
Se distribuisci segreti archiviati in AWS Secrets Manager oggetti Amazon Simple Storage Service (Amazon S3) crittografati con una chiave gestita dal cliente o parametri di stringa sicuri archiviati in AWS Systems Manager Parameter Store crittografati con una chiave gestita dal cliente, devi specificare un valore per il parametro. KmsKeyIdentifier
Se la configurazione non è crittografata o è crittografata con un Chiave gestita da AWS, non è necessario specificare un valore per il KmsKeyIdentifier
parametro.
Il valore specificato KmsKeyIdentifier
deve essere una chiave gestita dal cliente. Non deve essere necessariamente la stessa chiave che hai usato per crittografare la configurazione.
Quando si avvia una distribuzione con aKmsKeyIdentifier
, la politica di autorizzazione allegata al principale AWS Identity and Access Management (IAM) deve consentire l'kms:GenerateDataKey
operazione.
AWS AppConfig monitora la distribuzione su tutti gli host e riporta lo stato. Se una distribuzione fallisce, AWS AppConfig ripristina la configurazione.
È possibile distribuire solo una configurazione alla volta in un ambiente. Tuttavia, è possibile implementare una configurazione ciascuna in ambienti diversi contemporaneamente.
Implementa una configurazione (console)
Utilizzare la procedura seguente per distribuire una AWS AppConfig configurazione utilizzando la AWS Systems Manager
console.
Per distribuire una configurazione utilizzando la console
Apri la AWS Systems Manager console all'indirizzo https://console.aws.amazon.com/systems-manager/appconfig/.
-
Nel riquadro di navigazione, scegli Applicazioni, quindi scegli un'applicazione in cui hai creato. Creazione di uno spazio dei nomi per l'applicazione in AWS AppConfig
-
Nella scheda Ambienti, compila il pulsante di opzione corrispondente a un ambiente, quindi scegli Visualizza dettagli.
-
Selezionare Start deployment (Avvia distribuzione).
-
Per Configuration (Configurazione), scegliere una configurazione dall'elenco.
-
A seconda dell'origine della configurazione, utilizza l'elenco delle versioni per scegliere la versione che desideri distribuire.
-
In Deployment strategy (Strategia di distribuzione), scegliere una strategia dall'elenco.
-
(Facoltativo) Per la descrizione della distribuzione, inserisci una descrizione.
Per opzioni di crittografia aggiuntive, scegli una AWS Key Management Service chiave dall'elenco.
-
(Facoltativo) Nella sezione Tag, scegli Aggiungi nuovo tag e inserisci una chiave e un valore opzionale. È possibile specificare un massimo di 50 tag per una risorsa.
-
Selezionare Start deployment (Avvia distribuzione).
Implementa una configurazione (riga di comando)
La procedura seguente descrive come utilizzare AWS CLI (su Linux o Windows) o AWS Tools for PowerShell distribuire una configurazione. AWS AppConfig
Per distribuire una configurazione passo dopo passo
-
Aprire il. AWS CLI
-
Esegui il comando seguente per distribuire una configurazione.
- Linux
-
aws appconfig start-deployment \
--application-id The_application_ID
\
--environment-id The_environment_ID
\
--deployment-strategy-id The_deployment_strategy_ID
\
--configuration-profile-id The_configuration_profile_ID
\
--configuration-version The_configuration_version_to_deploy
\
--description A_description_of_the_deployment
\
--tags User_defined_key_value_pair_metadata_of_the_deployment
- Windows
-
aws appconfig start-deployment ^
--application-id The_application_ID
^
--environment-id The_environment_ID
^
--deployment-strategy-id The_deployment_strategy_ID
^
--configuration-profile-id The_configuration_profile_ID
^
--configuration-version The_configuration_version_to_deploy
^
--description A_description_of_the_deployment
^
--tags User_defined_key_value_pair_metadata_of_the_deployment
- PowerShell
-
Start-APPCDeployment `
-ApplicationId The_application_ID
`
-ConfigurationProfileId The_configuration_profile_ID
`
-ConfigurationVersion The_configuration_version_to_deploy
`
-DeploymentStrategyId The_deployment_strategy_ID
`
-Description A_description_of_the_deployment
`
-EnvironmentId The_environment_ID
`
-Tag Hashtable_type_user_defined_key_value_pair_metadata_of_the_deployment
Il sistema restituisce informazioni simili alle seguenti.
- Linux
-
{
"ApplicationId": "The ID of the application that was deployed",
"EnvironmentId" : "The ID of the environment",
"DeploymentStrategyId": "The ID of the deployment strategy that was deployed",
"ConfigurationProfileId": "The ID of the configuration profile that was deployed",
"DeploymentNumber": The sequence number of the deployment,
"ConfigurationName": "The name of the configuration",
"ConfigurationLocationUri": "Information about the source location of the configuration",
"ConfigurationVersion": "The configuration version that was deployed",
"Description": "The description of the deployment",
"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 to receive a deployed configuration during each interval,
"FinalBakeTimeInMinutes": Time AWS AppConfig monitored for alarms before considering the deployment to be complete,
"State": "The state of the deployment",
"EventLog": [
{
"Description": "A description of the deployment event",
"EventType": "The type of deployment event",
"OccurredAt": The date and time the event occurred,
"TriggeredBy": "The entity that triggered the deployment event"
}
],
"PercentageComplete": The percentage of targets for which the deployment is available,
"StartedAt": The time the deployment started,
"CompletedAt": The time the deployment completed
}
- Windows
-
{
"ApplicationId": "The ID of the application that was deployed",
"EnvironmentId" : "The ID of the environment",
"DeploymentStrategyId": "The ID of the deployment strategy that was deployed",
"ConfigurationProfileId": "The ID of the configuration profile that was deployed",
"DeploymentNumber": The sequence number of the deployment,
"ConfigurationName": "The name of the configuration",
"ConfigurationLocationUri": "Information about the source location of the configuration",
"ConfigurationVersion": "The configuration version that was deployed",
"Description": "The description of the deployment",
"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 to receive a deployed configuration during each interval,
"FinalBakeTimeInMinutes": Time AWS AppConfig monitored for alarms before considering the deployment to be complete,
"State": "The state of the deployment",
"EventLog": [
{
"Description": "A description of the deployment event",
"EventType": "The type of deployment event",
"OccurredAt": The date and time the event occurred,
"TriggeredBy": "The entity that triggered the deployment event"
}
],
"PercentageComplete": The percentage of targets for which the deployment is available,
"StartedAt": The time the deployment started,
"CompletedAt": The time the deployment completed
}
- PowerShell
-
ApplicationId : The ID of the application that was deployed
CompletedAt : The time the deployment completed
ConfigurationLocationUri : Information about the source location of the configuration
ConfigurationName : The name of the configuration
ConfigurationProfileId : The ID of the configuration profile that was deployed
ConfigurationVersion : The configuration version that was deployed
ContentLength : Runtime of the deployment
DeploymentDurationInMinutes : Total amount of time the deployment lasted
DeploymentNumber : The sequence number of the deployment
DeploymentStrategyId : The ID of the deployment strategy that was deployed
Description : The description of the deployment
EnvironmentId : The ID of the environment that was deployed
EventLog : {Description : A description of the deployment event, EventType : The type of deployment event, OccurredAt : The date and time the event occurred,
TriggeredBy : The entity that triggered the deployment event}
FinalBakeTimeInMinutes : Time AWS AppConfig monitored for alarms before considering the deployment to be complete
GrowthFactor : The percentage of targets to receive 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
PercentageComplete : The percentage of targets for which the deployment is available
ResponseMetadata : Runtime Metadata
StartedAt : The time the deployment started
State : The state of the deployment