Bug 2192929 - Remove standard storage option from Fedora EC2 images
Summary: Remove standard storage option from Fedora EC2 images
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Changes Tracking
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Major Hayden 🤠
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-05-03 14:52 UTC by Ben Cotton
Modified: 2024-02-27 14:16 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-02-27 14:16:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ben Cotton 2023-05-03 14:52:41 UTC
This is a tracking bug for Change: Remove standard storage option from Fedora EC2 images
For more details, see: https://fedoraproject.org/wiki/Changes/CloudEC2ImagesNoStandardStorage

AWS offers multiple types of block storage depending on the needs of the individual user. Fedora images are uploaded with standard and gp2 currently (gp3 will replace gp2 very soon with another approved change).

If you encounter a bug related to this Change, please do not comment here. Instead create a new bug and set it to block this bug.

Comment 1 Major Hayden 🤠 2023-05-03 19:01:12 UTC
Thank you, Mr. Cotton. 🫡

PR for infra ready: https://pagure.io/fedora-infra/ansible/pull-request/1420

Comment 2 Major Hayden 🤠 2023-05-04 11:22:42 UTC
PR merged and only a gp3 image appeared overnight. 👏

$ aws ec2 describe-images --image-id ami-0290c817e9b648821               
{
    "Images": [
        {
            "Architecture": "x86_64",
            "CreationDate": "2023-05-04T09:46:44.000Z",
            "ImageId": "ami-0290c817e9b648821",
            "ImageLocation": "125523088429/Fedora-Cloud-Base-Rawhide-20230504.n.0.x86_64-hvm-us-east-1-gp3-0",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "125523088429",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/sda1",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-01e12ae1fac7eea1d",
                        "VolumeSize": 6,
                        "VolumeType": "gp3",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Fedora AMI Description",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "Name": "Fedora-Cloud-Base-Rawhide-20230504.n.0.x86_64-hvm-us-east-1-gp3-0",
            "RootDeviceName": "/dev/sda1",
            "RootDeviceType": "ebs",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2025-05-04T09:46:44.000Z"
        }
    ]
}

Comment 3 Major Hayden 🤠 2024-02-27 14:16:05 UTC
This has been done for months. Sorry for not closing this sooner. 😉


Note You need to log in before you can comment on or make changes to this bug.