aws-samples / amazon-ec2-image-builder-samples

Samples for Amazon EC2 Image Builder
MIT No Attribution
118 stars 77 forks source link

feat: add support for debug and storage config #52

Closed ynyany closed 1 year ago

ynyany commented 1 year ago

Issue #, if available:

  1. The default configuration for builder instance's storage is gp2 with 8GB, this is quiet useless in practical use case where it very likely to used up all spaced e.g ``` no space left on device
    
    thus introducing a configuration default 128GB as storage option
  2. The builder instance is not accessible in case failure made it very hard to debug, thus introduce debug option

Description of changes:

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