187k views
1 vote
You run an automobile selling company that has a popular online store on AWS. The application sits behind an Auto Scaling group and requires new instances of the Auto Scaling group to identify their public and private IP addresses. How can you achieve this?

User Kennesha
by
5.8k points

1 Answer

5 votes

Answer:

We can achieve this by using cURL command and GET command.

Step-by-step explanation:

cURL command:

  • cURL command is the command of the command line tools which are available on the following platforms such as Linux, Windows, Mac OS, and many other Operating Systems.
  • From the servers, cURL transfer the following data by using any of the protocol which are supported such as SFTP, HTTPS, HTTP, FTPS or many of the other protocols.

GET command:

GET command is the function by which from the particular URL we can retrieve the resources.

User TaeV
by
6.1k points