Bug 2192929
| Summary: | Remove standard storage option from Fedora EC2 images | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ben Cotton <bcotton> |
| Component: | Changes Tracking | Assignee: | Major Hayden 🤠 <mhayden> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | amoloney, mhayden |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-02-27 14:16:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ben Cotton
2023-05-03 14:52:41 UTC
Thank you, Mr. Cotton. 🫡 PR for infra ready: https://pagure.io/fedora-infra/ansible/pull-request/1420 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"
}
]
}
This has been done for months. Sorry for not closing this sooner. 😉 |