├── LICENSE ├── README.md └── compute └── ec2_simple_portable ├── ec2_linux.yaml └── ec2_windows2019.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acantril/aws-cfn-snippets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # aws-cfn-snippets -------------------------------------------------------------------------------- /compute/ec2_simple_portable/ec2_linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acantril/aws-cfn-snippets/HEAD/compute/ec2_simple_portable/ec2_linux.yaml -------------------------------------------------------------------------------- /compute/ec2_simple_portable/ec2_windows2019.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/acantril/aws-cfn-snippets/HEAD/compute/ec2_simple_portable/ec2_windows2019.yaml --------------------------------------------------------------------------------