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

Difference Between name_regex and filter by name in terraform

I am new to terraform and going through the AMI data source. as per this documentation for data source. I get the below code for getting the AMI ID data "aws_ami" "test_ami" { executable_users = ["self"] most_recent = true name_regex …
-1
votes
1 answer

How best for EC2 Image Builder in one account to update Launch Templates on other accounts?

I have one AWS "infra" account that runs Image Builder to make nightly AMIs. These AMIs are shared with three other environment accounts (dev/stage/prod). These three accounts use the AMI in a Launch Template that backs an Auto Scaling group set to…
-1
votes
1 answer

How does an AMI create processes?

I understand, that creating an image copies that system, but how does this work with processes? Does a new AMI start each momentarily running process from the beginning or is the running process snapshotted and continued?
David
  • 2,926
  • 1
  • 27
  • 61
-1
votes
1 answer

Is "Failed to modify image attribute" issue due to incorrect permission?

I'm trying to share an AMI with a few Organization Units, but getting the below error while sharing. Failed to modify image attribute. Invalid attribute item value "" for OrganizationArn item type.
Ravichandran
  • 427
  • 1
  • 3
  • 16
-1
votes
1 answer

AWS braket python sdk: user is not authorized to perform on quantum device

I have installed boto3, aws cli, and python-braket-sdk. I have run aws configure, and config with my IAM user. My IAM user isn't root user, but it has AdministratorAccess, AmazonBraketFullAccess, AmazonBraketJobsExecutionPolicy policies. But if I…
voxter
  • 853
  • 2
  • 14
  • 30
-1
votes
1 answer

KVM Support for Android Emulator with Amazon AMI

Hi I want to run Android Emulator using Bitbucket pipeline runner and it needs KVM support machine. Please suggest ami that has KVM support (virtualisation enabled).I tried C5 and Oracle Enterprise Linux. Android Emulator still not supported VERBOSE…
Developer404
  • 5,716
  • 16
  • 64
  • 102
-1
votes
1 answer

packer AWS which base images to choose for intel processors instances

When searching the official Ubuntu amis in AWS interface I see only -amd64- or -arm64- options. I dont see any interl option (x86). How can I find the intel compatible base AMIs ?
Nir
  • 24,619
  • 25
  • 81
  • 117
-1
votes
1 answer

Access to Amazon EC2 Windows instance via Remote Desktop

I'm new to AWS EC2 and I'm trying to access to a windows instance (it's an image created from another instance), But when I click on Get password in RDP section, i got this message: The instance was running since yesterday so why I still have this…
Taha Lamti
  • 74
  • 1
  • 8
-1
votes
1 answer

Is an EC2 Instance's server code copied to other instances that are part of the Auto-Scaling Groups once they launch?

Question in title. Just wondering how this works: if you have an EC2 instance which serves some code (let's call it a simple web server), how is this code copied to the other EC2 instances if they are launched as part of the Auto-Scaling Group? I…
-1
votes
1 answer

AWS custom AMI restore retains old IP

I take create an AMI image from a Linux running instance [ centos ]. It has only private IP. Some of the random instance while restoring in a different VPC, retains the old IP or we just couldn't reach it. Source AMI server has: [centos@ip-xxxx ~]$…
-1
votes
1 answer

How Can I get details of an AMI or Snapshot if It is encrypted and with which key AWS Managed CMK or Customer Manager CMK in AWS

Issue : ➜ I want to get information about my AMI to know if it is Encrypted or not and If yes, then with which key it is encrypted with (AWS Managed CMK or Customer Manager CMK) so that I can utilize this information while sharing my AMI with…
-1
votes
1 answer

Which AMI to Select (Sever 2016 Base or Server 2016 Base with Containers)

I am creating a new EC2 instance in AWS. As I am new to this, i am confused with the AMI. Current Usage: General Purpose web server Hosting Web API (.net 4.6.2) Future Needs Need to support .net core as I am planning to migrate the Web API to…
Akhil
  • 1,918
  • 5
  • 30
  • 74
-1
votes
1 answer

How to fix custom AWS AMI

I am creating an AMI from ubuntu image and have installed some softwares. I would require this AMI for running my automation scripts using AWS Datipeline. When I run use this AMI for creating Instance for execution, it always waits for…
-1
votes
1 answer

Where does puppet pull the hostname info to name the certs in the ssl directory?

When I spin up my AWS machine, the first thing I do is run hostnamectl set-hostname myhost.test.com but then when I install and run puppet, it is pulling standard-1-ami.test.com as the cert name. standard-1-ami is the name of my AMI. Where is it…
J. Tate
  • 163
  • 1
  • 10
-1
votes
1 answer

Start an Amazon EC2 instance again after having deleted all attached volumes

A while back, I deleted all volumes attached to my EC2 instance because I thought they were incurring costs. Now that I need to use my EC2 instance again I recreated a volume and attached it to the instance. However, every time I start instance it…
Ludo
  • 2,307
  • 2
  • 27
  • 58