DO NOT SHARE THESE DOCS WITH CUSTOMERS!
This is an LA release that will only be provided to a select number of PLM-sanctioned customers (PDFs only). Contact PLM for details.
In this section:
Create Elastic IPs (EIP) for use with MGT0, PKT0, and/or PKT1 network interfaces.
To create an Elastic IP for the Management (MGT0) interface, perform the following steps:
To route IP packets to/from the subnets created in the preceding procedure, create network interfaces for HA0, MGT0, PKT0, and PKT1.
To create a network interface for HA0, perform the following steps:
Navigate to EC2 Management Console.
Select NETWORK & SECURITY > Network Interfaces.
The Network Interface page displays.
Click Create Network Interface.
The Create Network Interface displays.
In the Create Network Interface screen:
Enter the network interface description such as HA0.
Select the Subnet and Security groups from the drop-down list.
Click Yes, Create.
The new network interface displays in the list.
Associate an elastic IP (EIP) address to MGT0 private primary IP and secondary private IP addresses. Based on your network requirement you can associate EIPs to secondary IP addresses of PKT0 and PKT1 network interfaces.
To associate an elastic IP address to MTG0:
Click Associate Address.
To launch a standalone SBC instance using AWS EC2 control panel:
Log into the AWS account.
Click the Services drop-down list.
The Services list is displayed.
In the left pane, click EC2.
The EC2 Dashboard page displays.
From the left pane under Images click AMIs.
The AMI ID page displays.
This account may own the SBC AMI ID, or it may be a private image.
Select an instance type that meets the requirements.
Ribbon recommends m5.xlarge or higher instance type if this instance type is available in your zone. Use c5.2xlarge instance type or higher to handle more calls with transcoding.
Click Next: Configure Instance Details.
The Configure Instance Details page displays.
Select the Network (VPC) and Management Subnet from the list. This creates the mgt0 network interface and is attached as eth0.
Select the checkbox Add instance to Placement group, and click on the radio button next to Add to a new placement group. Name the placement group.
A placement group ID is a logical grouping of instances within a single Availability Zone. You can choose cluster or spread. This is an optional field and can be blank.
Scroll down and select Tenancy from the list.
Dedicated instances have dedicated hardware isolated at host hardware level from the non-dedicated instances and instances that belong to other AWS accounts.
It accepts Shared for instances running on shared hardware, or dedicated or dedicated host for instances running on single-tenant hardware.
In the User data section, select As text.
Enter the user data information in the following format:
If the CERole parameter is missing, it represents standalone userdata format.
{ "ReverseNatPkt0" : "<True | False>", "ReverseNatPkt1" : "<True | False>", "TemplateName" : "<TemplateName>", "TemplateVersion" : "<TemplateVersion>", "CERole" : "<CERole>", "ClusterIp" : "<CluserIp>", "SbcPersonalityType" : "<SBCPersonality>", "SystemName" : "<SystemName>", "CEName" : "<InstanceName>", "AdminSshKey" : "<AdminSshKey>" "ThirdPartyCpuAlloc" : "<ThirdPartyCpus>", "ThirdPartyMemAlloc" : "<ThirdPartyMem>", }
If the CERole parameter is missing, it represents standalone userdata format.
{ "ReverseNatPkt0" : "False", "ReverseNatPkt1" : "False", "TemplateName" : "AWS_Stand_Alone_template.json", "TemplateVersion" : "V09.00.00R000", "CERole" : "ACTIVE", "ClusterIp" : "169.254.88.1", "SbcPersonalityType" : "isbc", "SystemName" : "vsbcSystem", "CEName" : "vsbc1", "AdminSshKey" : "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCJnrFMr/RXJD3rVLMLdkJBYau+lWQ+F55Xj+KjunVBtw/zXURV38QIQ1zCw/GDO2CZTSyehUeiV0pi2moUs0ZiK6/TdWTzcOP3RCUhNI26sBFv/Tk5MdaojSqUc2NMpS/c1ESCmaUMBv4F7PfeHt0f3PqpUsxvKeNQQuEZyXjFEwAUdbkCMEptgaroYwuEz4SpFCfNBh0obUSoX5FNiNO/OyXcR8poVH0UhFim0Rdneo7VEH5FeqdkdGyZcTFs7A7aWpBRY3N8KUwklmNSWdDZ9//epEwgaF3m5U7XMd4M9zHURF1uQ/Nc+aiyVId9Mje2EU+nh6npaw/tEOPUiC1v" "ThirdPartyCpuAlloc" : "0", "ThirdPartyMemAlloc" : "0", }
The following table gives descriptions for Userdata Parameters:
Example AdminSshKey
Select Provisioned IOPS SSD (io1) as Volume Type.
By default, the IOPS value is set to 1250. Ribbon recommends using the default IOPS value.
Click Next: Add Tags
The Add Tags page displays.
Enter a key name and value.
Click Add another tag to create more than one tag.
Stop the instance to attach the network interfaces:
Repeat step 3 to attach PKT0 and PKT1 network interfaces.
For more information, refer to Metadata and Userdata Formats in AWS.
Re-Start the instance to continue the instantiation: