Читать книгу AWS Certified Solutions Architect Study Guide - Ben Piper, David Higby Clinton - Страница 41

EXERCISE 1.1 Use the AWS CLI

Оглавление

Install (if necessary) and configure the AWS CLI on your local system and demonstrate it's running properly by listing the buckets that currently exist in your account. For extra practice, create an S3 bucket and then copy a simple file or document from your machine to your new bucket. From the browser console, confirm that the file reached its target.

To get you started, here are some basic CLI commands:

aws s3 ls aws s3 mb <bucketname> aws s3 cp /path/to/file.txt s3://bucketname

AWS Certified Solutions Architect Study Guide

Подняться наверх