Last Updated: Mar 15, 2021
Use this function to fetch the Public IP address of an instance from AWS with the given details.
Get Public IP Address (access_key, secret_key, location, instance_id)
| Input Parameter Name | Description |
|---|---|
| access_key | AWS access_key_ID of the user |
| secret_key | AWS Secret_access_key of the user |
| location | Location of the machine to be hosted |
| instance_id | Instance is ec2 |
To know more about access_key and secret_key, click here.
| Return Value | Description |
|---|---|
| Output |
|
Get Public IP Address (XYZ, ABC, us-east-2, ec2)
To view all the AWS functions, click here.