Skip to content

Using Elastic IP with Amazon AWS

Original guide · All levels

About Elastic IP Addresses An Elastic IP address is a reserved public IP address that you can assign to your Amazon AWS Docker Machine (EC2 instance) until you choose to release it. Assigning Elastic

An Elastic IP address is a reserved public IP address that you can assign to your Amazon AWS Docker Machine (EC2 instance) until you choose to release it.

First you need to create an AWS Docker Machine in Wappler. This will add it to the Instances list in your AWS EC2 Management Console:

In order to assign an Elastic IP to your EC2 Instance, you need to allocate it first. Log into the AWS Console, look for EC2 and select it in the results list in order to open the EC2 Management Console:

Then in the left sidebar select Elastic IPs:

Section titled “Then in the left sidebar select Elastic IPs:”

The next step is to Associate your newly created Elastic IP to an EC2 Instance.

Open the Actions dropdown and select Associate Elastic IP Address:

Select Instance under Resource Type, then click in the Instance input and select your instance there:

Section titled “Select Instance under Resource Type, then click in the Instance input and select your instance there:”

Your Elastic IP has been associated successfully. Copy the IP as we will need it in Wappler:

Section titled “Your Elastic IP has been associated successfully. Copy the IP as we will need it in Wappler:”

Load your project in Wappler and open the project settings:

Select your AWS Docker target and click the Manage button:

Section titled “Select your AWS Docker target and click the Manage button:”

Select your Docker Machine in the list and click the Edit IP Address button:

Section titled “Select your Docker Machine in the list and click the Edit IP Address button:”

Paste your Elastic IP here and click the Apply button:

Section titled “Paste your Elastic IP here and click the Apply button:”

You will see a success message when the IP has been applied successfully:

Section titled “You will see a success message when the IP has been applied successfully:”

Click “Select” to use this Docker Machine and you are done:

Section titled “Click “Select” to use this Docker Machine and you are done:”

Then you can click “Save” to save your target settings.

Section titled “Then you can click “Save” to save your target settings.”