8000 Supports EBS throughput for ec2_launch_template.py · Issue #1944 · ansible-collections/community.aws · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Supports EBS throughput for ec2_launch_template.py #1944
Closed
@free88dom

Description

@free88dom

Summary

I'd like to have an option to specify custom throughput when creating a LaunchTemplate. Only IOPS can be specified in block_device_mapping as of now.

As of now, boto3 has this feature already implemented https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/client/create_launch_template.html

Issue Type

Feature Idea

Component Name

ec2_launch_template.py

Additional Information

block_device_mappings:
    - device_name: /dev/sda1
      ebs:
        volume_size: "{{ item.disk_volume_size | default(20) }}"
        volume_type: gp3
        delete_on_termination: true
        throughput: 500
        iops: 5000

Code of Conduct

  • I agree to follow the Ansible Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0