Skip to main content

Questions tagged [amazon-ami]

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

0 votes
0 answers
50 views

Base image similar to Amazon AMI 2018.03

My question is without having to take an old AMI server snapshot, where can I get an image (ISO or VB vdi etc) very close to the AMI 2018.03 image? I think? this version was based off Centos while the ...
Jan Nell's user avatar
0 votes
0 answers
169 views

Why is EC2 instance store volume not mounted?

I created an AWS EC2 instance of type g5.2xlage with Deep Learning Base GPU AMI (Ubuntu 20.04). This instance type has an instance store volume. After first start, the ephemeral instance store was ...
dur's user avatar
  • 101
0 votes
0 answers
64 views

Custom Linux AMI: How does AWS know where to install account SSH .PEM files when an AMI is provisioned?

We are building a custom AMI from a template EC2 EBS instance snapshot (Oracle Linux 8). This page shows there are many different user names depending on the AMI you choose: https://docs.aws.amazon....
KJ7LNW's user avatar
  • 161
0 votes
2 answers
93 views

Spot instance windows auto login in User Data using Boto3

I want to launch a Windows spot instance on AWS with a specific AMI and launch the instance and run PowerShell command. The problem i am facing issue is that, when the instance is launched, it shows &...
dextoruz's user avatar
1 vote
1 answer
105 views

What is the correct way to set credentials for a directory when using EC2Launch sysprep?

I created a startup script like this: $FolderPath = "C:\Path\To\Your\Directory" $UserAccount = "Domain\User" # Replace with the appropriate user or group $Acl = Get-Acl $FolderPath ...
user875234's user avatar
0 votes
1 answer
61 views

Provisioning AMI with certbot certificates that allow the AMI to be reused at a different address

I would like to be able to replicate a site built in an existing, working EC2 Linux 2 AMI image in a manner that does not require re-provisioning of https certificates when spinning up a saved AMI on ...
Ron Abramson's user avatar
1 vote
0 answers
70 views

Methods for AWS AMI runtime configuration

We have a deployment system that borrows from the immutable servers pattern. That is, we bake AMIs with our application on in a way than when they are booted, the application runs and can be added to ...
Sym's user avatar
  • 111
0 votes
1 answer
720 views

Vagrant : how to create a box from aws ami?

I see vagrant as a great tool for testing and I am surprised the aws plugin (here https://github.com/mitchellh/vagrant-aws but which seems deprecated) is here to instanciate ec2 and not copy same ...
user avatar
0 votes
1 answer
507 views

aws ec2 instance AMI backup with reboot

Can we start using the ec2 instance, if ec2 instance AMI backup with reboot option is used and AMI backup is still in process, But the ec2 instance came up after reboot?
Sandeep Kumar's user avatar
0 votes
0 answers
160 views

Launch new EC2 instance using shared private AWS AMI

I have a website running on t2.micro ec2 server (A). While it is running I created its AMI and shared it with another AWS account B. I went to the B AWS account and tried to launch an EC2 instance ...
paul's user avatar
  • 103
0 votes
0 answers
526 views

Create Windows 10 AMI for EC2 AWS

I have case to create AMI based on windows 10 OS, the AMI file will be used on AWS ec2 to run some our 3rd party programs for client. I have tried to follow several tutorial and guidelines from google ...
Ahmad_Green's user avatar
0 votes
1 answer
969 views

Is it possible to change the architecture of an AMI?

We have this AMI with a AMD64 architecture, and we need to run it on a m6g.medium, the problem is this machine only runs aarch architecture. Is there a way to change the AMI architecture? What others ...
0diseuz's user avatar
1 vote
3 answers
1k views

Reducing Amazon EBS Root Volume Size on Amazon Linux 1

I have been trying to reduce the size of my Amazon Linux 1 AMI root volume using the procedure in this documentation (with some modifications made after failing to do so) and continuously run into ...
Rolo787's user avatar
  • 111
1 vote
1 answer
4k views

How to update the AMI of the instance without loosing data? and the instance has two EBS volumes which EBS volume should i take snapshot?

How to update the AMI of the instance without loosing data? and the instance has two EBS volumes (root and secondary) which EBS volume should i take snapshot? to replicate the original instance.
elliot's user avatar
  • 11
1 vote
0 answers
302 views

Launching Instance from AMI Creates two disk devices when only one is expected

First some background. I am migrating an Ubuntu Instance-store backed ec2 instance to EBS using the steps outlined in Create an AMI from an instance store-backed instance. Everything works correctly ...
pas92's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
21