From the course: Hands-On Development in AWS

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Integrating using HTTP

Integrating using HTTP

- In the overview lesson, we discussed the various integration types. One of those integration types was HTTP. We can do a private integration wherein we expose a resource in a virtual private cloud to the internet using a private integration. I'm going to do that now. Let's head over to our main page for API gateway. This is a list of APIs. And actually before I do this, I'm going to go to the EC2 service. I have launched an EC2 instance. This EC2 instance is just an Ubuntu instance running Apache. That is a web server and it is running within a VPC, of course. However, I did put a public IP on it, just so I could show you that I can connect to it. There is a web interface to it that's in Northern Virginia. So, I have this EC2 instance in Northern Virginia. 17.4 web server, let's click on that. And open address. Cannot be reached because it is SSL. It's not SSL. Let's get rid of the S. And there we go, webserver1. So, we are running Apache on this instance and you can surf to it and…

Contents