Objective
Establish a connection and configure your Spinup S3 bucket.

Introduction
Spinup offers a service around Amazon Simple Storage Service (S3) for university researchers. With Spinup, an S3 bucket in AWS is provided, accompanied by an access key granting full permissions. There are two primary methods for connecting: the AWS Command Line Interface (CLI) and the graphical user interface (GUI) via Cyberduck.


Setting Up Your Access Key

Remember to always handle access keys and secret keys with care, ensuring they remain confidential to prevent unauthorized access.

  1. Navigate to Spinup and either create a new S3 bucket or open an existing one.

  2. In the ‘Users’ Panel, click on the “+” icon to add a new bucket user.

  3. Edit the name of the user (if desired), then press the “Save” icon to the right to save the newly created user.

  4. Proceed to the “Access Keys” section and select “Create Key”. This will generate a public key (which is always retrievable from your Spinup bucket) and a one-time visible private key. Ensure you note down the private key immediately as it won't be displayed again. Both keys are essential for connecting to your S3 Bucket.

If you have lost access to your private key, select “Reset Key” from the Access Keys section, and a new key pair will be generated.


Connecting to S3 via Cyberduck (GUI)

Installation

Automatic Connection Using a Configuration File

To bookmark your configuration in Cyberduck, simply drag and drop the config file into Cyberduck (while you are not connected to an instance).


Manual Connection

Managing Files in S3 with Cyberduck (GUI)

Managing files in an S3 Glacier Archive bucket comes with more restrictions and costs. For more information, please review How do I manage files in a S3 Deep Archive Bucket .


Connecting to S3 via AWS CLI: