diff --git a/pages.de/common/aws-ec2.md b/pages.de/common/aws-ec2.md index 5738503a7..150124401 100644 --- a/pages.de/common/aws-ec2.md +++ b/pages.de/common/aws-ec2.md @@ -4,14 +4,6 @@ > AWS EC2 stellt eine sichere und skalierbare Einheit in der AWS Cloud zur Verfügung, um ein schnelleres Entwickeln und Ausrollen von Software zu ermöglichen. > Weitere Informationen: . -- Liste alle verfügbaren EC2 Befehle auf: - -`aws ec2 help` - -- Zeige Hilfe für bestimmte EC2 Unterbefehle an: - -`aws ec2 {{unterbefehl}} help` - - Liste Informationen zu einer bestimmten Instanz auf: `aws ec2 describe-instances --instance-ids {{instanz_id}}` @@ -35,3 +27,11 @@ - Liste alle verfügbaren AMIs (Amazon Machine Images) auf: `aws ec2 describe-images` + +- Liste alle verfügbaren EC2 Befehle auf: + +`aws ec2 help` + +- Zeige Hilfe für bestimmte EC2 Unterbefehle an: + +`aws ec2 {{unterbefehl}} help` diff --git a/pages.fr/common/aws-ec2.md b/pages.fr/common/aws-ec2.md index 56ec44ada..4ac0ecdfc 100644 --- a/pages.fr/common/aws-ec2.md +++ b/pages.fr/common/aws-ec2.md @@ -4,14 +4,6 @@ > Provisionne, sécurise et des capacités de calcul redimensionnable dans le cloud AWS pour accélérer le développement et le déploiement d'applications. > Plus d'informations : . -- Affiche la liste de toutes les commandes EC2 disponible : - -`aws ec2 help` - -- Affiche l'aide pour une sous-commande EC2 spécifique : - -`aws ec2 {{sous-commande}} help` - - Affiche les informations sur une instance spécifique : `aws ec2 describe-instances --instance-ids {{id_d_instance}}` @@ -35,3 +27,11 @@ - Liste toutes les AMIs (Images de Machine Amazon) disponible : `aws ec2 describe-images` + +- Affiche la liste de toutes les commandes EC2 disponible : + +`aws ec2 help` + +- Affiche l'aide pour une sous-commande EC2 spécifique : + +`aws ec2 {{sous-commande}} help` diff --git a/pages.pt_BR/common/aws-ec2.md b/pages.pt_BR/common/aws-ec2.md index 1a9be8381..3267d998b 100644 --- a/pages.pt_BR/common/aws-ec2.md +++ b/pages.pt_BR/common/aws-ec2.md @@ -4,14 +4,6 @@ > Provê capacidade computacional segura e flexível na nuvem da AWS para proporcionar um desenvolvimento e subida para produção de aplicações rapidamente. > Mais informações: . -- Lista todos os comandos EC2 disponíveis: - -`aws ec2 help` - -- Exibe ajuda específica para um subcomando da EC2: - -`aws ec2 {{subcomando}} help` - - Exibe informações sobre uma insntância específica: `aws ec2 describe-instances --instance-ids {{id_da_instância}}` @@ -35,3 +27,11 @@ - Lista as AMIs (Imagem de Máquina da Amazon) disponíveis: `aws ec2 describe-images` + +- Lista todos os comandos EC2 disponíveis: + +`aws ec2 help` + +- Exibe ajuda específica para um subcomando da EC2: + +`aws ec2 {{subcomando}} help` diff --git a/pages/common/aws-ec2.md b/pages/common/aws-ec2.md index ad1cf8367..abf192436 100644 --- a/pages/common/aws-ec2.md +++ b/pages/common/aws-ec2.md @@ -4,14 +4,6 @@ > Provides secure and resizable computing capacity in the AWS cloud to enable faster development and deployment of applications. > More information: . -- Show list of all available EC2 commands: - -`aws ec2 help` - -- Show help for specific EC2 subcommand: - -`aws ec2 {{subcommand}} help` - - Display information about a specific instance: `aws ec2 describe-instances --instance-ids {{instance_id}}` @@ -35,3 +27,11 @@ - List available AMIs (Amazon Machine Images): `aws ec2 describe-images` + +- Show list of all available EC2 commands: + +`aws ec2 help` + +- Show help for specific EC2 subcommand: + +`aws ec2 {{subcommand}} help`