Skip to content

Latest commit

 

History

History

aws-js-webserver-component

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Deploy this example with Pulumi Deploy this example with Pulumi

AWS Web Server Component

Deploy an EC2 instance with the @pulumi/aws package, using a common module for creating an instance. We define a function, createInstance, in webserver.js and use it in the main program, index.js.

For a walkthrough of the main example, see Simple Web Server Using Amazon EC2.