Top "Amazon-ami" questions

Questions concerning Amazon Machine Images (AMI).

Is there a list of AMIs for every popular linux distribution and version

I need to test a piece of software against every linux distribution/version. I'm going to use amazon AWS Is …

linux amazon-ec2 amazon-web-services amazon-ami
Unable to get password for the instance created from AMI

The following code successfully creates an instance. try { $ec2 = new Ec2Client($options); $result = $ec2->runInstances([ 'ImageId' => …

php amazon-web-services amazon-ec2 amazon-ami
Install .NET Core in Amazon Linux 2 using yum

I cannot find a straightforward way of installing dotnet 2.2 on a AWS Linux 2 AMI. There was some announcements that there …

amazon-web-services asp.net-core .net-core amazon-ami
What to bake into an AWS AMI and what to provision using cloud-init?

I'm using AWS Cloudformation to setup numerous elements of network infrastructure (VPCs, SecurityGroups, Subnets, Autoscaling groups, etc) for my web …

amazon-web-services amazon-cloudformation amazon-ami packer cloud-init
Run Amazon EC2 AMI in Windows

Is there a way to run an Amazon EC2 AMI image in Windows? I'd like to be able to do …

amazon-ec2 amazon-ami