Questions tagged [amazon-ami]

Amazon Machine Images (AMIs) are disk images of an operating system used to launch AWS EC2 instances.

Amazon Machine Images (AMIs) are disk images of an operating system used to launch AWS EC2 instances. There are several variants including instance store based, EBS based, paravirtualized (PV), hardware virtual machine (HVM), Linux, Windows, pay-per-use, etc.

303 questions
0
votes
1 answer

Clone/Duplicate EC2 Windows Instance

I have a Windows Server 2008 EC2 instance hosting SQL Server 2008 named DB-01. I'm looking to clone this DB-01 instance so my team can work on the cloned DB-01 (DB-01-CLN) and existing DB-01 instances side by side. I restored an AMI of DB-01 and…
0
votes
2 answers

Production level Auto-scaling in AWS

I have completely understood the concept of Auto-Scaling in AWS. My only question is, what AMI will the launch configuration use while in production environment? According to my understanding Image of existing instance should be used. Lets say I…
0
votes
0 answers

I need a basic Windows Server 2008 32-bit AMI on Amazon AWS

I need a basic, clean Windows Server 2008 32-bit (x86) AMI on Amazon AWS. There are several on the Community AMI list but I am not sure which is a good one to get. Have you tried any of them? Are these community AMIs verified to be clean of…
0
votes
1 answer

Lighttpd/Nginx Non-Functional

I'm using the Blackboard AMI from AWS and can't get the lighttpd to function on it. I continually get 502s. I've run service lighttpd status which gave me back: ● lighttpd.service - Lighttpd Daemon Loaded: loaded…
user3783243
  • 99
  • 1
  • 10
0
votes
1 answer

How to identify CPU(s) on Linux EC2 instance?

I'm running a Linux c5d.9xlarge instance and wondering what CPU it's using. Amazon's Instance Types webpage states: C5 and C5d 12xlarge, 24xlarge, and metal instances have the following specs: Custom 2nd generation Intel Xeon Scalable Processors…
apptree
  • 345
  • 1
  • 3
  • 10
0
votes
1 answer

Can I delete the snapshots and AMI in zone zone after successfully copying the AMI to another zone?

I have created an AMI in one Asian zone, ap-southeast-1. The related snapshot is saved and of course cannot be deleted. I then copied this AMI to eu-west-1. Can I somehow get rid of the ap snapshots and AMI? I noticed that the snapshot is also…
-1
votes
1 answer

How can I provide software for userdata?

I've got a userdata file that uses the aws and jq commands, but since these aren't ubuntu 18.04 AMI. How can I make software available for userdata? I tried making a new AMI with those installed. It lets me use aws and jq when I log in, but the…
-1
votes
1 answer

How to use Terraform to install AV when deploying a Windows AMI

Very first time I am using Terraform and I would like to know if its possible to install AV from a Terraform script or even set Powershell to remote execute? Cheers, M
Joao
  • 1
-1
votes
1 answer

Immutable Infrastructure

I'm working on a cloud based solution architecture at the moment and want to take the approach of using an immutable server infrastructure (creating and then deploying new AMIs when updating software, OS, etc). There's plenty of good reading and…
-1
votes
1 answer

AWS Instance Kernal-id

I am running a Windows Server instance in AWS Cloud.I have created a snapshot for the same. When i'm trying to create a AMI from my snapshot it is asking Kernel-ID and RAM Disk ID. I don't know what these ID's are. Can someone help me what these…
vgokul129
  • 103
  • 2
-1
votes
1 answer

Automatically Updating AMI using FTP

I am using AWS and have setup and Instance for my site. I have then created an AMI for this instance and setup load balancing to spin up additional instances when the CPU process gets to 60%+ which is working fine. I want to update the website but…
-1
votes
2 answers

Apache config with "ServerName *.mydomain.com" giving unexpected results

I am trying to configure a new vhost in apache under Amazon Linux. The new site should respond to newsite.mydomain.com, while the existing site should respond to all other requests to mydomain.com. This is what my vhosts.conf looks…
-1
votes
1 answer

Which ubuntu AMI should I choose to create a new EC2 instance? What are the advantage and disadvantages?

I want to set up an ec2 instance which runs Ubuntu 14.04 There are two possible set of candidates of AMI: From the Quick Start menu vs from Ubuntu What should I consider before I make a choice? Are they basically identical? One concern I have…
Anthony Kong
  • 3,288
  • 11
  • 57
  • 96
-1
votes
1 answer

How to launch Micro EC2 instance from Small AMI

I have an AMI I created on a small EC2 instance. I've spent most of the night attempting to launch it on a Micro instance. It continually fails the Instance Status Checks. I'm attempting to launch the instance from the AWS web interface. I…
digitaljoel
  • 188
  • 5
-1
votes
1 answer

Change Amazon AMI Timezone

How do you change the timezone for the system clock for a EC2 instance running the Amazon AMI?
1 2 3
20
21