Running HACOBE-CLOUD AMI

In this document we will tell how to run an AMI for HACOBE-CLOUD.

Step 0. Prepare an AWS account to use and subscribe to HACOBE-CLOUD Products on the AWS Marketplace

Step 1. Create a security group

  1. Open the Amazon EC2 console.

  2. In the navigation pane, choose Security Groups.

  3. Choose Create security group.

  4. Enter a descriptive name and brief description for the security group and choose the public VPC.

  5. Add http port 80 and the stream's input port to the inbound rule.
    Specify an accessible IP address as the permitted source, and restrict unnecessary access.

  6. Choose Create security group.

Step 2. Create an IAM role for EC2 instance role

Create IAM role to use CloudWatch linkage function, not required if CloudWatch linkage function are not used.

  1. Open the IAM console.

  2. In the navigation pane, choose Roles, Create role.

  3. For Select type of trusted entity section, choose AWS service.
    For Select your use case, choose EC2 and choose Next.

  4. Add permissions to use the CloudWatch linkage function.

    { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "logs:CreateLogStream", "logs:CreateLogGroup", "logs:PutLogEvents" ], "Resource": [ "arn:aws:logs:XX-XXXXXX-X:XXXXXXXXXXXX:log-group:HACOBE_CLOUD_METRIC:*", "arn:aws:logs:XX-XXXXXX-X:XXXXXXXXXXXX:log-group:HACOBE_CLOUD_EVENT:*" ] } ] }
  5. Choose Next.

  6. For Role name, enter a name for your role, and then choose Create role.

Step 3. Launch EC2 instance

  1. Open the Amazon EC2 console.

  2. Choose Launch Instance.

  3. Enter a name for EC2 instance.

  4. For AMI, select the AMI for HACOBE-CLOUD.

  5. For Instance type, select instance type for your instance. Recommended instance type is m5.large.

  6. For Security group, select the security group created in STEP1.

  7. For the IAM instance profile in the Advanced details, select the IAM role created in STEP2.
    Not required if CloudWatch linkage function are not used.

  8. Choose Launch Instance.

Step 4. Access the HACOBE-CLOUD web page and set the input stream

  1. Access the HACOBE-CLOUD web page http://EC2-Instance-PublicIPaddress

  2. Right-click on the source panel on the screen to display the function buttons and select "Source settings".

  3. Select a protocol, enter the source IP address and source port, enter a description if necessary and choose Enter.

  4. Select the input you just added and choose Select.

  5. Send an input stream.

For the setting of CloudWatch linkage function and the procedure for creating the CloudWatch dashboard template, please refer to the manual from the link below.
CloudWatch Linkage Setting

For other HACOBE-CLOUD functions and usage instructions, please refer to the manual from the link below.
English
Japanese