Hi,
I'm seeing some strange behavior when trying to use the latest CentOS 7 AMI
from the AWS marketplace.
The AMI that we've been using previously is "ami-02eac2c0129f6376b"
released January 30, 2019 at 6:40:58 PM
Today I saw a new AMI with ID "ami-0c3b960f8440c7d71" that was released
February 21, 2020 at 3:50:07
Both these AMIs are owned by AWS account 679593333241.
Before I was able to use the latest AMI released February 21, I was
prompted to subscribe to new marketplace terms and conditions. The link
that I received was an AWS marketplace page owned by a vendor named
"Supported Images" that seemed highly suspicious.
My questions are:
1. Did CentOS release an AWS AMI on February 21?
2. Has anything about the distribution of official CentOS AWS AMIs changed?
3. Is there a better channel for me to speak with someone involved in the
release process that might know more?
Thank you,
Edward Mossman
--
[image: Cloudreach] <https://hubs.ly/H09D_X50>
*Edward Mossman*
Cloud Systems Developer Tech Lead
+1 646 799 1311 <+1+646+799+1311> | +1 212 335 0700 | www.cloudreach.com
1095 Ave of the Americas – 14th Floor, 3 Bryant Park, New York, NY 10036
USA
[image: LinkedIn] <https://hubs.ly/H09sS3c0> [image: Twitter]
<https://hubs.ly/H09sS520> [image: Facebook] <https://hubs.ly/H09sSjy0> [image:
Glassdoor] <https://hubs.ly/H09sS7b0> [image: Instagram]
<https://www.instagram.com/lifeatcloudreach/>
Cloudreach named in Gartner's Magic Quadrant for Managed Services
<https://www.gartner.com/doc/reprints?id=1-6APMXIX&ct=190301&st=sb>
--
The above terms reflect a potential business arrangement, are provided
solely as a basis for further discussion, and are not intended to be and do
not constitute a legally binding obligation. No legally binding obligations
will be created, implied, or inferred until an agreement in final form is
executed in writing by all parties involved.
This email may be
confidential or privileged. If you received this communication by mistake,
please don't forward it to anyone else, please erase all copies and
attachments, and please let us know that it has gone to the wrong person.
Cloudreach Inc. is registered in Delaware, with the registered office at
1679 S. DuPont Highway, Suite 100, Dover, Kent, DE 19901 and registration
number 5427661.
Hi
I cant start a hvm domU with more than 3 nic's configured... why? it is
a bug?
With previous versions it was possible...
here the config - it is an opnsense (openbsd) hvm domU:
name = "fenrir.chao5.int"
uuid = "7aedcd03-54e8-4055-8d1b-37dd34194859"
maxmem = 2048
memory = 2048
loader = '/usr/lib64/xen/boot/hvmloader'
type = "hvm"
vcpus = 2
rtc_timeoffset = 0
localtime = 1
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vnc = 1
vncunused = 0
vncdisplay = 100
vnclisten = "0.0.0.0"
keymap = "de"
vif = [
"mac=00:16:3e:05:30:04,bridge=xenbr5,script=vif-bridge,model=e1000",
"mac=00:16:3e:04:30:04,bridge=xenbr4,script=vif-bridge,model=e1000",
"mac=00:16:3e:15:30:04,bridge=xenbr15,script=vif-bridge,model=e1000",
"mac=00:16:3e:14:30:04,bridge=xenbr14,script=vif-bridge,model=e1000" ]
parallel = "none"
serial = "none"
disk = [ "phy:/dev/vg_lamia/lv_fenrir_root,hda,rw",
"phy:/dev/vg_lamia/lv_fenrir_swap,hdb,rw" ]
pci_power_mgmt=1
xen_platform_pci=1
pci_msitranslate=1
viridian=0
hpet=1
acpi=1
apic=1
pae=1
pvh=1
with 3 nic's it does work...
--
------
Greetz
Hi
I cant start a hvm domU with more than 3 nic's configured... why? it is
a bug?
With previous versions it was possible...
here the config - it is an opnsense (openbsd) hvm domU:
name = "fenrir.chao5.int"
uuid = "7aedcd03-54e8-4055-8d1b-37dd34194859"
maxmem = 2048
memory = 2048
loader = '/usr/lib64/xen/boot/hvmloader'
type = "hvm"
vcpus = 2
rtc_timeoffset = 0
localtime = 1
on_poweroff = "destroy"
on_reboot = "restart"
on_crash = "restart"
vnc = 1
vncunused = 0
vncdisplay = 100
vnclisten = "0.0.0.0"
keymap = "de"
vif = [
"mac=00:16:3e:05:30:04,bridge=xenbr5,script=vif-bridge,model=e1000",
"mac=00:16:3e:04:30:04,bridge=xenbr4,script=vif-bridge,model=e1000",
"mac=00:16:3e:15:30:04,bridge=xenbr15,script=vif-bridge,model=e1000",
"mac=00:16:3e:14:30:04,bridge=xenbr14,script=vif-bridge,model=e1000" ]
parallel = "none"
serial = "none"
disk = [ "phy:/dev/vg_lamia/lv_fenrir_root,hda,rw",
"phy:/dev/vg_lamia/lv_fenrir_swap,hdb,rw" ]
pci_power_mgmt=1
xen_platform_pci=1
pci_msitranslate=1
viridian=0
hpet=1
acpi=1
apic=1
pae=1
pvh=1
with 3 nic's it does work...
--
------
Greetz