Indeed, one of the great advantages of other distros is that you can fire them up on EC2 easily, as they have official AMIs. (At least the one I've been using to learn about EC2.) There are not, however, Fedora, so it is important that this situation changes.
I've read through the archives and I can't find the AMI for Fedora 14 that is mentioned on the Wiki.
http://fedoraproject.org/wiki/Features/EC2
It would be ideal to have an official Fedora AMI, that would accept some form of boot script through the API, and then some way for a person to host RPMs.
-- Alan Gutierrez - alan@prettyrobots.com - http://twitter.com/bigeasy
On Sat, Oct 16, 2010 at 10:41:50AM -0500, Alan Gutierrez wrote:
Indeed, one of the great advantages of other distros is that you can fire them up on EC2 easily, as they have official AMIs. (At least the one I've been using to learn about EC2.) There are not, however, Fedora, so it is important that this situation changes.
I've read through the archives and I can't find the AMI for Fedora 14 that is mentioned on the Wiki.
Indeed, the AMIs are not present yet, but will be made available on launch day. Never fear, things are on track for the F14 release.
On 10/27/10 4:22 PM, Justin M. Forbes wrote:
On Sat, Oct 16, 2010 at 10:41:50AM -0500, Alan Gutierrez wrote:
Indeed, one of the great advantages of other distros is that you can fire them up on EC2 easily, as they have official AMIs. (At least the one I've been using to learn about EC2.) There are not, however, Fedora, so it is important that this situation changes.
I've read through the archives and I can't find the AMI for Fedora 14 that is mentioned on the Wiki.
Indeed, the AMIs are not present yet, but will be made available on launch day. Never fear, things are on track for the F14 release.
Is there some way to test these AMIs, so we know that on launch day we'll be okay? And is this the F14 launch day you're talking about?
On Wed, Oct 27, 2010 at 4:22 PM, Justin M. Forbes jforbes@redhat.com wrote:
Indeed, the AMIs are not present yet, but will be made available on launch day. Never fear, things are on track for the F14 release.
It's launch day, and I still haven't seen any details. I'm sure things are ready -- I'd just like to know the details :-)
-- Jared Smith Fedora Project Leader
On 11/02/2010 11:40 PM, Jared K. Smith wrote:
On Wed, Oct 27, 2010 at 4:22 PM, Justin M. Forbesjforbes@redhat.com wrote:
Indeed, the AMIs are not present yet, but will be made available on launch day. Never fear, things are on track for the F14 release.
It's launch day, and I still haven't seen any details. I'm sure things are ready -- I'd just like to know the details :-)
-- Jared Smith Fedora Project Leader _______________________________________________ cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
Similarly I am hoping the directory structure for the virtualization technology preview repo (which already exists for f12/f13) will be updated today as this is also a release noted item.
Looking forward to giving the AMIs a spin :)
On Wed, 2010-11-03 at 08:32 +1000, Stephen Gordon wrote:
On 11/02/2010 11:40 PM, Jared K. Smith wrote:
On Wed, Oct 27, 2010 at 4:22 PM, Justin M. Forbesjforbes@redhat.com wrote:
Indeed, the AMIs are not present yet, but will be made available on launch day. Never fear, things are on track for the F14 release.
It's launch day, and I still haven't seen any details. I'm sure things are ready -- I'd just like to know the details :-)
Similarly I am hoping the directory structure for the virtualization technology preview repo (which already exists for f12/f13) will be updated today as this is also a release noted item.
Looking forward to giving the AMIs a spin :)
I checked the Fedora Project website (which is lacking a giant splash image on the first page announcing F14 - you don't even there was a new release until you scroll halfway down the page...ouch), and current EC2 AMIs. The only one I can see listed in various searches is:
601083040030/f14-basic/fedora/14/1.0/x86_64
Jon.
On Wed, Nov 03, 2010 at 12:30:43AM -0400, Jon Masters wrote:
Looking forward to giving the AMIs a spin :)
I checked the Fedora Project website (which is lacking a giant splash image on the first page announcing F14 - you don't even there was a new release until you scroll halfway down the page...ouch), and current EC2 AMIs. The only one I can see listed in various searches is:
601083040030/f14-basic/fedora/14/1.0/x86_64
ec2-describe-images -a reveals
IMAGE ami-669f680f fedora-images-us-east-1/fedora-14-i386-S3.ec2.manifest.xml 125523088429 available public i386 machine aki-407d9529 instance-store paravirtual IMAGE ami-e291668b fedora-images-us-east-1/fedora-14-x86_64-S3.ec2.manifest.xml 125523088429 available public x86_64 machine aki-427d952b instance-store paravirtual
On Wed, Nov 03, 2010 at 10:10:48AM +0100, Jan Pazdziora wrote:
On Wed, Nov 03, 2010 at 12:30:43AM -0400, Jon Masters wrote:
Looking forward to giving the AMIs a spin :)
I checked the Fedora Project website (which is lacking a giant splash image on the first page announcing F14 - you don't even there was a new release until you scroll halfway down the page...ouch), and current EC2 AMIs. The only one I can see listed in various searches is:
601083040030/f14-basic/fedora/14/1.0/x86_64
ec2-describe-images -a reveals
IMAGE ami-669f680f fedora-images-us-east-1/fedora-14-i386-S3.ec2.manifest.xml 125523088429 available public i386 machine aki-407d9529 instance-store paravirtual IMAGE ami-e291668b fedora-images-us-east-1/fedora-14-x86_64-S3.ec2.manifest.xml 125523088429 available public x86_64 machine aki-427d952b instance-store paravirtual
Sadly, when I
ec2-run-instances ami-e291668b -k my-keypair -t m1.large
I am not able to ssh to that box with -i my-keypair, I get
debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic).
Anybody had better luck with these?
On 2010-11-03, at 10:35, Jan Pazdziora wrote:
On Wed, Nov 03, 2010 at 10:10:48AM +0100, Jan Pazdziora wrote:
ec2-describe-images -a reveals
IMAGE ami-669f680f fedora-images-us-east-1/fedora-14-i386-S3.ec2.manifest.xml 125523088429 available public i386 machine aki-407d9529 instance-store paravirtual IMAGE ami-e291668b fedora-images-us-east-1/fedora-14-x86_64-S3.ec2.manifest.xml 125523088429 available public x86_64 machine aki-427d952b instance-store paravirtual
Sadly, when I
ec2-run-instances ami-e291668b -k my-keypair -t m1.large
I am not able to ssh to that box with -i my-keypair, I get
debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic).
Anybody had better luck with these?
Confirming, same happens to me. I would say it's a selinux problem, console log:
https://gist.github.com/661003
--Marek
On 11/3/10 7:55 AM, Marek Goldmann wrote:
On 2010-11-03, at 10:35, Jan Pazdziora wrote:
On Wed, Nov 03, 2010 at 10:10:48AM +0100, Jan Pazdziora wrote:
ec2-describe-images -a reveals
IMAGE ami-669f680f fedora-images-us-east-1/fedora-14-i386-S3.ec2.manifest.xml 125523088429 available public i386 machine aki-407d9529 instance-store paravirtual IMAGE ami-e291668b fedora-images-us-east-1/fedora-14-x86_64-S3.ec2.manifest.xml 125523088429 available public x86_64 machine aki-427d952b instance-store paravirtual
Sadly, when I
ec2-run-instances ami-e291668b -k my-keypair -t m1.large
I am not able to ssh to that box with -i my-keypair, I get
debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic).
Anybody had better luck with these?
Confirming, same happens to me. I would say it's a selinux problem, console log:
Confirmed here too, with the i386 kernel.
Are we sure these are the official F14 images? I've seen no announcement from Fedora (or Cloud-SIG) that identifies them as such. In fact, I can find absolutely no details about the F14 EC2 support anywhere.
On Wed, Nov 03, 2010 at 08:14:00AM -0400, Eric Smith wrote:
On 11/3/10 7:55 AM, Marek Goldmann wrote:
On 2010-11-03, at 10:35, Jan Pazdziora wrote:
On Wed, Nov 03, 2010 at 10:10:48AM +0100, Jan Pazdziora wrote:
ec2-describe-images -a reveals
IMAGE ami-669f680f fedora-images-us-east-1/fedora-14-i386-S3.ec2.manifest.xml 125523088429 available public i386 machine aki-407d9529 instance-store paravirtual IMAGE ami-e291668b fedora-images-us-east-1/fedora-14-x86_64-S3.ec2.manifest.xml 125523088429 available public x86_64 machine aki-427d952b instance-store paravirtual
Sadly, when I
ec2-run-instances ami-e291668b -k my-keypair -t m1.large
I am not able to ssh to that box with -i my-keypair, I get
debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic).
Anybody had better luck with these?
Confirming, same happens to me. I would say it's a selinux problem, console log:
Confirmed here too, with the i386 kernel.
Are we sure these are the official F14 images? I've seen no announcement from Fedora (or Cloud-SIG) that identifies them as such. In fact, I can find absolutely no details about the F14 EC2 support anywhere.
They are, and they should be working. If I had to guess, I would say you are trying to log in as root? You cannot do that. Log in as ec2-user and you have full sudo access. This goes with the Amazon documentation as well. The full list of official images is being maintained at:
https://fedoraproject.org/wiki/Cloud_SIG/EC2_Images
Unfortunately it takes a bit of time for Amazon to make the public image links available, which will give us a bit more visibility as well.
On Wed, Nov 03, 2010 at 09:53:15AM -0400, Eric Smith wrote:
On 11/3/10 9:16 AM, Justin M. Forbes wrote:
If I had to guess, I would say you are trying to log in as root? You cannot do that. Log in as ec2-user and you have full sudo access.
Awesome! That does the trick. Thanks, Justin.
Confirming. Thanks.
On 11/03/2010 11:16 PM, Justin M. Forbes wrote:
On Wed, Nov 03, 2010 at 08:14:00AM -0400, Eric Smith wrote:
On 11/3/10 7:55 AM, Marek Goldmann wrote:
On 2010-11-03, at 10:35, Jan Pazdziora wrote:
On Wed, Nov 03, 2010 at 10:10:48AM +0100, Jan Pazdziora wrote:
ec2-describe-images -a reveals
IMAGE ami-669f680f fedora-images-us-east-1/fedora-14-i386-S3.ec2.manifest.xml 125523088429 available public i386 machine aki-407d9529 instance-store paravirtual IMAGE ami-e291668b fedora-images-us-east-1/fedora-14-x86_64-S3.ec2.manifest.xml 125523088429 available public x86_64 machine aki-427d952b instance-store paravirtual
Sadly, when I
ec2-run-instances ami-e291668b -k my-keypair -t m1.large
I am not able to ssh to that box with -i my-keypair, I get
debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic).
Anybody had better luck with these?
Confirming, same happens to me. I would say it's a selinux problem, console log:
Confirmed here too, with the i386 kernel.
Are we sure these are the official F14 images? I've seen no announcement from Fedora (or Cloud-SIG) that identifies them as such. In fact, I can find absolutely no details about the F14 EC2 support anywhere.
They are, and they should be working. If I had to guess, I would say you are trying to log in as root? You cannot do that. Log in as ec2-user and you have full sudo access. This goes with the Amazon documentation as well. The full list of official images is being maintained at:
https://fedoraproject.org/wiki/Cloud_SIG/EC2_Images
Unfortunately it takes a bit of time for Amazon to make the public image links available, which will give us a bit more visibility as well.
Thanks for pushing these along :). I have a potentially stupid question, what does it take for us to get these listed here?
It seems the default sort order is newest first so it would be nice to have Fedora 14 up there :).
On 11/04/2010 09:17 AM, Stephen Gordon wrote:
On 11/03/2010 11:16 PM, Justin M. Forbes wrote:
On Wed, Nov 03, 2010 at 08:14:00AM -0400, Eric Smith wrote:
On 11/3/10 7:55 AM, Marek Goldmann wrote:
On 2010-11-03, at 10:35, Jan Pazdziora wrote:
On Wed, Nov 03, 2010 at 10:10:48AM +0100, Jan Pazdziora wrote:
ec2-describe-images -a reveals
IMAGE ami-669f680f fedora-images-us-east-1/fedora-14-i386-S3.ec2.manifest.xml 125523088429 available public i386 machine aki-407d9529 instance-store paravirtual IMAGE ami-e291668b fedora-images-us-east-1/fedora-14-x86_64-S3.ec2.manifest.xml 125523088429 available public x86_64 machine aki-427d952b instance-store paravirtual
Sadly, when I
ec2-run-instances ami-e291668b -k my-keypair -t m1.large
I am not able to ssh to that box with -i my-keypair, I get
debug1: No more authentication methods to try. Permission denied (publickey,gssapi-with-mic).
Anybody had better luck with these?
Confirming, same happens to me. I would say it's a selinux problem, console log:
Confirmed here too, with the i386 kernel.
Are we sure these are the official F14 images? I've seen no announcement from Fedora (or Cloud-SIG) that identifies them as such. In fact, I can find absolutely no details about the F14 EC2 support anywhere.
They are, and they should be working. If I had to guess, I would say you are trying to log in as root? You cannot do that. Log in as ec2-user and you have full sudo access. This goes with the Amazon documentation as well. The full list of official images is being maintained at:
https://fedoraproject.org/wiki/Cloud_SIG/EC2_Images
Unfortunately it takes a bit of time for Amazon to make the public image links available, which will give us a bit more visibility as well.
Thanks for pushing these along :). I have a potentially stupid question, what does it take for us to get these listed here?
It seems the default sort order is newest first so it would be nice to have Fedora 14 up there :).
jforbes answered this for me on irc, they have already been submitted and are just pending approval before they will be there in the listing and the getting started pages :).
cloud mailing list cloud@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/cloud
cloud@lists.stg.fedoraproject.org