Amazon S3

Account creation for Amazon S3

Note:
  • us-standard (us-east-1 N.Virginia)
  • us-east-2 (Ohio)
  • us-west-1 (N.California)
  • us-west-2 (Oregon)
  • eu-west-1 (Ireland)
  • eu-west-2 (London)
  • eu-west-3 (Paris)
  • eu-central-1 (Frankfurt)
  • eu-north-1 (Stockholm)
  • sa-east-1 (Sao-Paulo)
  • ap-southeast-1 (Singapore)
  • ap-southeast-2 (Sydney)
  • ap-south-1 (Mumbai)
  • ap-northeast-1 (Tokyo)
  • ap-northeast-2 (Seoul)
  • ap-northeast-3 (Osaka)
  • ca-central-1 (Canada)
  • cn-north-1 (Beijing)
  • cn-northwest-1 (Ningxia)
Do the following steps:
  • To create a cloud account using Amazon S3, issue the following command:
    mmcloudgateway account create --cloud-nodeclass tct --account-name s3account
     --cloud-type S3 --username AKIAISCW6DRRITWR6IWQ --pwd-file /tmp/cloudPW
    The system displays the following output:
    mmcloudgateway: Sending the command to the first successful node starting with
    jupiter-vm716.pok.stglabs.ibm.com
    mmcloudgateway: This may take a while...
    mmcloudgateway: Command completed successfully on jupiter-vm716.pok.stglabs.ibm.com.
    mmcloudgateway: You can now delete the password file '/tmp/cloudPW'
    mmcloudgateway: Command completed
    Note: For Amazon S3, the --username represents the access key.
  • To modify the cloud account (for example, to change the username to MyTct) issue the following command:
     mmcloudgateway account update --cloud-nodeclass tct --account-name s3account
     --username MyTct
  • To delete a cloud account, issue the following command:
    mmcloudgateway account delete --cloud-nodeclass tct --account-name s3account