Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 619 Bytes

File metadata and controls

37 lines (22 loc) · 619 Bytes

Aws Transfer Gs

An AWS CLI tutorial that demonstrates Transfer operations.

Running

bash aws-transfer-gs.sh

To auto-run with cleanup:

echo 'y' | bash aws-transfer-gs.sh

What it does

  1. Creating SFTP server
  2. Waiting for server...
  3. Server details
  4. Listing servers

Resources created

  • Server

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs