aws-samples / otl-service-launcher

MIT No Attribution
3 stars 3 forks source link

Adds storage gateway support, closes #6 #15

Closed adam-imeson closed 3 years ago

adam-imeson commented 3 years ago

Issue #, if available: #6

Description of changes: adds support for launching file, volume, and tape gateways on target Outpost. Example tfvars file:

username = "imesona-sgw-test"

region_cloud9           = false
outpost_cloud9          = false
emr                     = false 
memcached               = false
redis                   = false
eks                     = false
eks_outpost_node_group  = false
mysql                   = false
postgres                = false
on_prem_vpc             = false
file_gateway            = true
volume_gateway          = true
tape_gateway            = true

allowed_instance_types  = ["m5.xlarge","r5.xlarge"]

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.