Closed dcloud9 closed 2 years ago
Hi, thanks for bringing up this issue, we will take a look at this!
Hi @dcloud9 ,
Thanks for reaching out!
In the use case you described, I would recommend creating a new Service Catalog product that has the specific configs you're looking for. This will give more flexibility for changes you might need in AMI in the future. Here's the documentation on creating new Service Catalog product - https://github.com/awslabs/service-workbench-on-aws/blob/mainline/docs/docs/deployment/post_deployment/import_service_catalog_products.md
Thanks, Yanyu
Describe the bug We needed to bake new EC2 AMI with minimum 20GB root volume size as we need to add packages when building the AMI. The CFN template is hard coded with
VolumeSize: 8
, hence erroring when launching the EC2 workspace (see error below)To Reproduce Steps to reproduce the behavior:
EC2 Linux
Configurations
>Input Parameters
>AmiId
, input the AMI ID of the AMI with > 8GB Root volume size (eg. 20GB)Expected behavior Update all CFN templates so that Volume Size can be passed on upstream with equal or greater than set value of the AMI snapshot size
Screenshots
Versions (please complete the following information):
v4.1.1
Additional context Add any other context about the problem here.