How to assign a public IP address to an instance in Linux

How to assign a public IP address to an instance in Linux

describe

When calling this interface, you need to pay attention to the following:

Before assigning a public IP address, the instance must be in the Running or Stopped state.

If an EIP is bound to a VPC instance, a public IP address cannot be assigned to it.

An instance can only be assigned one public IP address. If the instance already has a public IP address, an error message AllocatedAlready will be displayed.

After you restart the instance (RebootInstance) or start the instance (StartInstance), the new public IP address takes effect.

If the OperationLocks of a security-controlled instance is marked with "LockReason" : "security", a public IP address cannot be assigned.

In addition to assigning a public IP address, you can also bind an Elastic IP address (EIP) to an instance. For more details, see AssociateEipAddress.

Request Parameters

Return Parameter

Example

Request Example

https://ecs.aliyuncs.com/?Action=AllocatePublicIpAddress

&InstanceId=i-instance1

&<Common request parameters>

Return to example

XML format

<AllocatePublicIpAddressResponse>

 <RequestId>F2EF6A3B-E345-46B9-931E-0EA094818567</RequestId>

 <IpAddress>10.1.149.159</IpAddress>

</AllocatePublicIpAddressResponse>

JSON format

{

 "RequestId": "F2EF6A3B-E345-46B9-931E-0EA094818567",

 "IpAddress": "10.1.149.159"

}

Error Code

The following are error codes specific to this interface. For more error codes, please visit the API Error Center.

The above is the details of how to assign a public IP address to an instance. Thank you for your support of 123WORDPRESS.COM.

You may also be interested in:
  • How to obtain the local public IP address in linux c

<<:  How to use lodop print control in Vue to achieve browser compatible printing

>>:  Some notes on mysql create routine permissions

Recommend

How to modify the default storage location of Docker images (solution)

Due to the initial partitioning of the system, th...

How to set up a deployment project under Linux system

1. Modify the firewall settings and open the corr...

MySQL 8.0.20 installation and configuration tutorial under Win10

MySQL 8.0.20 installation and configuration super...

How to solve the slow speed of MySQL Like fuzzy query

Question: Although the index has been created, wh...

A brief discussion on spaces and blank lines in HTML code

All consecutive spaces or blank lines (newlines) ...

About uniApp editor WeChat sliding problem

The uniapp applet will have a similar drop-down p...

Tutorial on installing mysql5.7.18 on windows10

This tutorial shares the installation and configu...

Nginx sample code for implementing dynamic and static separation

In combination with the scenario in this article,...

The difference between clientWidth, offsetWidth, scrollWidth in JavaScript

1. Concept They are all attributes of Element, in...

JavaScript dynamically generates a table with row deletion function

This article example shares the specific code of ...

How to split and merge multiple values ​​in a single field in MySQL

Multiple values ​​combined display Now we have th...

mysql: [ERROR] unknown option '--skip-grant-tables'

MySQL database reports ERROR 1045 (28000): Access...

An example of implementing a simple infinite loop scrolling animation in Vue

This article mainly introduces an example of Vue ...

MySQL should never write update statements like this

Table of contents Preface cause Phenomenon why? A...