Skip to content

Releases: cds-snc/terraform-ec2-module

First Version

25 Mar 13:05
d341bca
Compare
Choose a tag to compare

First version of this module.

Does the following:

  • Create a VPC with a public subnet
  • Use default NSG, NACL, RT for that VPC
  • Allow SSH into the subnet
  • Create an EC2 instance with a public IP in the subnet
  • Create a DynamoDB private link in the EC2 instance

This still requires you to setup dev tools and bring your own IAM account for accessing anything in AWS from this machine.