Skip to content

Is there a way to increase volume size of instance created #212

@Nitish1814

Description

@Nitish1814

Hi,
I have created an AMI with 256 GB snapshot. However when I spinning up EC2 in workflow, it is creating instance with 8GB volume only. Do I need to specify some additional input in 'with' ?
PS: Creating instance manually from AWS console using given AMI creates instance with 256GB

        uses: machulav/ec2-github-runner@v2
        with:
          mode: start
          github-token: ${{ inputs.PAT }}
          ec2-image-id: ami-xyz
          ec2-instance-type: t3.xlarge
          subnet-id: subnet-xyz
          security-group-id: sg-xyz

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions