Releases: cds-snc/terraform-ec2-module
Releases · cds-snc/terraform-ec2-module
First Version
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.