17 lines
318 B
Markdown
Raw Normal View History

# aws s3 mb
> Crea bucket S3.
> Maggiori informazioni: <https://docs.aws.amazon.com/cli/latest/reference/s3/mb.html>.
- Crea un bucket S3:
`aws s3 mb s3://{{nome_bucket}}`
- Crea un bucket S3 in una regione specifica:
`aws s3 mb s3://{{nome_bucket}} --region {{regione}}`
- Visualizza l'aiuto:
`aws s3 mb help`