Configure AWS CLI
Last updated
Was this helpful?
Prerequisite: For the installation instructions, see Install or update to the latest version of the AWS CLI.
1. Run the aws configure command in a terminal.
2. AWS Access Key ID [None]: Insert the Access Key. In the DCD, go to Menu > Storage & Backup > IONOS CLOUD Object Storage> > Key management and check the Access keys section to find the essential details.
3. AWS Secret Access Key [None]: Paste the Secret Key. In the DCD, go to Menu > Storage & Backup > IONOS CLOUD Object Storage > Key management and check the Access keys section to find the essential details.
4. Default region name [None]: de.
5. Default output format [None]: json.
Test if you set up AWS CLI correctly by running a command to list buckets; use any endpoints for testing purposes.
aws s3 ls --endpoint-url https://s3.eu-central-1.ionoscloud.com
If the setup works correctly, you may proceed with the other commands.
For each command, be sure to include one of the endpoints in the endpoint-url parameter:
--endpoint-url https://s3.eu-central-2.ionoscloud.comFor information on the supported IONOS CLOUD Object Storage service endpoints, see Endpoints.
There are two sets of commands:
S3: Offers high-level commands for managing buckets and moving, copying, and synchronizing objects.
S3api: Allows you to work with specific features such as ACL, CORS, and Versioning.
For additional information, see the official AWS CLI Command Reference.
Last updated
Was this helpful?
Was this helpful?