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
-1
votes
1 answer

How can I use AWS ami in Azure to launch a VM in azure?

I have a custom centos 7.4 ami that I use to launch VM in AWS and I want to use the same custom ami in Azure, can I export that ami to azure to launch VM?
-1
votes
1 answer

CFN Take latest AMI and launch a EC2 Instance

One of my developer is creating a Images and they are storing in AWS, and I can see them under Images --> AMI. Now here my request starts - I want to take the latest AMI and launch EC2. So how can I write JSON to call the latest AMI and launch…
-1
votes
2 answers

List AMI using boto3 in order by time creation day?

I'm using boto3 API to describe_image from AWS. My list AMI has the same name, AWS automatically generate suffix on that name. I wonder is there any option to describe_image in creation time order list. Currently I have to sort programmatically on…
-1
votes
2 answers

AWS auto AMI backup across all region with cloud watch & Lambda

how to take all Working EC2 server backup automatically at particular time? auto delete old backup and take new backup everyday
Harsh Manvar
  • 27,020
  • 6
  • 48
  • 102
-1
votes
1 answer

Unable to Unzip An uploaded file in Amazon Linux AMI

I'm trying to unzip a file I uploaded to an Amazon Linux AMI and Amazon Linux 2 AMI . I keep getting this error- End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part…
-1
votes
1 answer

How to Install Apache on Amazon EC2 (AMI) without using yum command

Hi We are trying to Install Apache on Amazon EC2 (AMI) without using yum package manager. We want to Install it in way like we will download the Apache setup, then compile it and then unpack it. We are not able to do that.
VinG
  • 24
  • 1
  • 11
-1
votes
1 answer

Finding out AMI associated with an instance

Is there a way to find out AMI's associated with an Instance? Like for example, I have test_instance. I would like to find out AMI's that have been generated with this instance. So, basically I am trying to terminate the instance and all the AMI's…
Shabbir Bata
  • 861
  • 2
  • 11
  • 23
-1
votes
1 answer

AWS Licensing a product with free trial

We have a product and we would like to give it in AWS as AMI. My questions here is How can I provide AMI with free Licence Key if suppose some xx days it's expires the end user should not able to re-use the key. In non cloud environment we are…
prem
  • 572
  • 2
  • 7
  • 26
-1
votes
1 answer

Routing Call in Flask leads towards 404 when index routing works

I'm having trouble trying to route URLs in Flask using an Amazon Machine Image (AMI) Apache, and Peewee. Essentially, I'm trying to use a GET to retrieve database content and a POST to insert data into the database. Index routing ("/") works but…
user1449249
  • 196
  • 10
-1
votes
1 answer

Having problems accessing Apache Webserver from Webmin

I'm running apache on AMI, and I am unable to start the server through webmin. When I try, I get: Failed to start apache : Apache does not appear to be running : [Wed Sep 07 20:53:22.937284 2016] [suexec:notice] [pid 9985] AH01232: suEXEC…
-1
votes
1 answer

Mysql server is not getting started on Amazon ec2

I have installed mysql server on ec2 AMI. Suddenly stopped working mysql server and its not getting started. Here is mysql log : 160629 4:28:37 [Note] /usr/libexec/mysql55/mysqld (mysqld 5.5.46) starting as process 3059 ... 160629 4:28:37 [Note]…
Mohammad Sayeed
  • 2,025
  • 1
  • 16
  • 27
-1
votes
2 answers

Provide options to customize the Snapshot creation and retention period

How can i provide options to customize the Snapshot creation and retention period for ec2 instances in aws
Adit Vira
  • 559
  • 1
  • 4
  • 6
-1
votes
1 answer

How to make changes to an AMI

I have an AMI that I am trying to put on AWS Marketplace. During this process, amazon scans the AMI for potential security vulnerabilities. The scan found several in my AMI. How can I fix them? Do i: Delete the current AMI, go back to the EC2…
Anthony
  • 33,838
  • 42
  • 169
  • 278
-1
votes
1 answer

SSH to amazon instance times out

Tried Amazon AMI and Linux AMI Yup, set up my security groups with anywhere port 22 what else can i try? the log for the instance looks ok, like it started up and it's running. the status checks are 2/2 what else can i try? cheers
-1
votes
1 answer

what is the action for getting the extension's display name?

I am using astrisks freePBX AMI and I'm looking for the action to find what is the display name of the extension. What is the action for getting the extension's display name?
Matan Gubkin
  • 3,019
  • 6
  • 25
  • 44
1 2 3
58
59