Skip to content

Files

Latest commit

Nho LuongNho Luong
Nho Luong
and
Nho Luong
Oct 24, 2024
b3e3d53 · Oct 24, 2024

History

History
This branch is up to date with nholuongut/devops-basics:main.

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024

Build an Ubuntu machine image on AWS with Packer

Prerequisites

Init

packer init .

Build

packer build aws-ubuntu.pkr.hcl

# ...
# ==> Wait completed after 5 minutes 15 seconds
# ==> Builds finished. The artifacts of successful builds are:
# --> learn-packer.amazon-ebs.ubuntu: AMIs were created:
# us-west-2: ami-xxxxyyyyzzzztttt

Verify

Cleanup