mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
aws: add Italian translation.
This commit is contained in:
parent
411d4e38a7
commit
26f23f1110
1 changed files with 23 additions and 0 deletions
23
pages.it/common/aws.md
Normal file
23
pages.it/common/aws.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# aws
|
||||
|
||||
> Il tool da linea di comando ufficiale per Amazon Web Services.
|
||||
|
||||
- Lista tutti gli utenti IAM (Identity and Access Management):
|
||||
|
||||
`aws iam list-users`
|
||||
|
||||
- Lista tutte le instanze EC2 per una specifica regione:
|
||||
|
||||
`aws ec2 describe-instances --region {{us-east-1}}`
|
||||
|
||||
- Ricevi un messaggio da una specifica coda SQS:
|
||||
|
||||
`aws sqs receive-message --queue-url {{https://queue.amazonaws.com/546123/Test}}`
|
||||
|
||||
- Pubblica un messaggio SNS su uno specifico argomento:
|
||||
|
||||
`aws sns publish --topic-arn {{arn:aws:sns:us-east-1:54633:Agomento}} --message "Message"`
|
||||
|
||||
- Mostra la pagina di aiuto per uno specifico comando AWS:
|
||||
|
||||
`aws {{comando}} help`
|
Loading…
Add table
Reference in a new issue