Skip to content

Installation Procedure for AMI

Step 1 Create a security group

Create a security group that allows the following access in inbound rules

  • HTTP port (#80) for web browser access to HACOBE-CLOUD.
  • Waiting port for receiving streams (please match the sender's settings)

Please configure additional rules as appropriate for your environment.

Step 2 Creating an IAM role (optional)

If you wish to use the CloudWatch dashboard integration, you must apply a role that allows access to CloudWatch.

Create an IAM role with the following policy attached

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
{
    "Version":"2012-10-17",
    "Statement": [ 
        {
            "Sid":"VisualEditor0",
            "Effect":"Allow",
            "Action": [
                "logs:CreateLogStream",
                "logs:CreateLogGroup",
                "logs:PutLogEvent"
            ],
            "Resource": [
                "arn:aws:logs:RR-RRRRRR-R:XXXXXXXXXXXX:log-group:HACOBE_CLOUD_METRIC:*",
                "arn:aws:logs:RR-RRRRRR-R:XXXXXXXXXXXX:log-group:HACOBE_CLOUD_EVENT:*"
            ]
        }
    ]
}

Step 3 Launching an EC2 instance

Select the HACOBE-CLOUDE AMI from the EC2 console and start the instance with the following conditions.

  • Instance type : m5.large or higher recommended
  • Apply the security group created in Step 1 (required)
  • Apply the IAM role created in Step 2 (if using CloudWatch integration)

Step 4 Access the HACOBE-CLOUD web page

Access the IP address of the activated HACOBE-CLOUD instance with a web browser.