1 Reply Latest reply on Jan 26, 2015 2:40 PM by abhishekkoneru6790

    Amazon EC2 tutorial Issue -> Command not found: fabric:cloud-service-add

    cashchitwood

      Hello and I apologize in advance for my lack of knowledge as I am brand new to Fuse.

       

      Im running on a micro AWS instance, with RedHat Linux installed.

       

      I am trying to walk through the tutorial I've found at: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.0/html/Cloud_Computing_with_Fabric/files/AwsEc2.html

       

      These also match the steps in -> https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse/6.1/html/Console_Reference/ConsoleFabricCloudProviderAd…

       

      So after:

      1. Install the basic set of fabric cloud commands:karaf@root> features:install fabric-jclouds
      2. Install the JClouds module specifically for AWS EC2:karaf@root> features:install jclouds-aws-ec2
        1. (After 1&2) I can see the features being added by doing features:list
      3. Add the AWS EC2 provider, specifying the login credentials for your EC2 account:

                karaf@root> fabric:cloud-service-add --provider aws-ec2 --identity AccessKeyID --credential SecretAccessKey


      This gives me the error -> Command not found: fabric:cloud-service-add

       

      I've tried to manage the container with a fabric as well and that doesn't seem to work.

       

      I must be doing something obvious wrong.. Thanks in advance!