Questions tagged [amazon-ami]

Questions concerning Amazon Machine Images (AMI). An AMI is an image of an instance containing all the information about the configuration and the software that must be installed on the machine during the initialization.

Amazon Machine Images (AMI). An AMI is an image of an instance containing all the information about the configuration and the software that must be installed on the machine during the initialization.

An AMI defines the following parameters:

  • An operating system, an application server, and applications
  • A set of permissions that control which AWS accounts can use the AMI to launch instances
  • A block device mapping that specifies the volumes to attach to the instance when it's launched
885 questions
0
votes
1 answer

AWS - Execute Sharing of an AMI from a Java Servlet

I want to implement a service for my customers which allows them to fill in a HTML form (with their user info, email for example). When submitting the form, a Java Servlet will store the details sent and will share an Amazon AMI and. The response of…
Rod
  • 2,180
  • 2
  • 20
  • 23
0
votes
1 answer

why datastax cassandra community ami has opscenter

I just launched a datastax cassandra ami. Noticed that the opscenter is by default running. Do I have to disable the opscenter for each of the ami I launched? What linux command to ensure opscenter won't run as a service? Ultimately I want to run…
simonso
  • 595
  • 1
  • 8
  • 19
0
votes
1 answer

Created Image from running instance.Now the instance not working

I have created an image from a running instance which had a web application/service running in it.But after I did this the webservice is not working,though the running instance is fine and health checks are ok.What would have happened while I made…
Piya
  • 1,134
  • 4
  • 22
  • 42
0
votes
1 answer

Selling AMIs on AWS Market Place

I am currently looking at the steps on how to created and sell AMIs. I can easily create the AMI, however I am unsure about the required architecture that is needed. The Amazon documentation states: Source AMIs for AWS Marketplace MUST be provided…
0
votes
1 answer

aws share AMI then close instance

I have an aws instance running on one account A. Then I wanted to transform everything on that account to another aws account B. Here's what i did, i create an AMI (private) for A and shared it with account B by adding permissions. Then I used the…
JudyJiang
  • 2,207
  • 6
  • 27
  • 47
0
votes
1 answer

Duplicating AWS EC2 Instance

I've followed these instructions to duplicate an AWS, EBS-backed EC2 instance and I'm running into a snag. This is exactly what I've done: Created an AMI from the original instance (instance panel: actions>create image) Launched the AMI as…
user3426546
  • 3
  • 1
  • 3
0
votes
1 answer

CORS Support in Asterisk PBX Web Server

Aterisk PBX has a built-in web server, I am trying to login to My Asterisk PBX through AMI over HTTP from my Local Computer. My problem is that when I call the Login Action over HTTP the Manager is connected but response's MIME type is "text/plain",…
Pooya Yazdani
  • 1,141
  • 3
  • 15
  • 25
0
votes
1 answer

Running EC2Config after modifying an Elastic Beanstalk custom EC2 instance

I am creating a custom AMI with Visual Studio C++ runtime 2012 installed. I installed everything. However, I read in the documentation that, an I quote: After customizing a windows instance, you need to run the EC2Config service Sysprep. For…
0
votes
1 answer

How to find the region of AMI?

In my Project I have one AMI Image-id. I want find out in which region this AMI runs? Can anyone please explain, how to get it without going to AWS console.
Kamesh
  • 1,435
  • 1
  • 14
  • 27
0
votes
1 answer

How to create a ec2 instance in cloudfomration from the AMI of the instance which is also created by cloudformation

I have created a EC2 Instance using the cloud formation script and in that process I have executed around 20 commands in "AWS::CloudFormation::Init". This is a windows instance. After that, I created a image from this and tried to create another EC2…
raghavendrap
  • 141
  • 8
0
votes
2 answers

AWS CentOS Root Keypairs

I've launched a CentOS 6.4 AMI and configured it to act as a base instance for our application. I'm now trying to create an AMI from this which can be brought up as required. Unfortunately when a new instance is created from the AMI the root user's…
0
votes
1 answer

How do I know which AMIs are created from instance id i-xxxxxxx

I can describeImages and describeInstances via PHPSDK2. But, How can I find an AMI which was created from any given instance-id? The description of AMIs doesn't point back to the original instance. Also the description of an instance doesn't have…
TeaCupApp
  • 11,316
  • 18
  • 70
  • 150
0
votes
1 answer

Trigger an event when callee returns 180 ringing?

The situation as follows : User A Dials User B User B returns 180 Ringing Both of them in the same PBX (Asterisk 11.5) and registered. I would like to know if it is possible to trigger an action when User B returns 180 Ringing (and before the we…
Nir Levi
  • 1
  • 1
0
votes
3 answers

Replace username/password authentication with keypair on an existing Linux AMI

I have a ami which need username/password for login via ssh. I want to create new amis from this, in which I can login from any newly created keypairs. Any suggestions?
Ankur Agarwal
  • 829
  • 9
  • 23
0
votes
1 answer

How can Vagrant/Berkshelf be used to test AWS apps?

I'm trying to wrap my head around Vagrant and Berkshelf, and am trying to see if I can use them for testing & development of our new AWS app. Looks like Vagrant is a wrapper for VirtualBox and allows you to quickly spin up a virtual machine by given…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756