https://github.com/sreehariskumar/automate-image-building-using-packer
Automate the AMI creation process using a Packer tool.
https://github.com/sreehariskumar/automate-image-building-using-packer
automation image-builder packer terraform
Last synced: 3 days ago
JSON representation
Automate the AMI creation process using a Packer tool.
- Host: GitHub
- URL: https://github.com/sreehariskumar/automate-image-building-using-packer
- Owner: sreehariskumar
- Created: 2023-02-21T06:56:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T07:09:37.000Z (over 3 years ago)
- Last Synced: 2025-10-26T01:06:02.433Z (8 months ago)
- Topics: automation, image-builder, packer, terraform
- Language: HCL
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automate Image Building Using Packer
[](https://travis-ci.org/joemccann/dillinger)
### Feature:
We will be creating a custom AMI using Packer and then launch an instance with this AMI using terraform.
**[Packer](https://www.packer.io/) is a simple yet extremely powerful tool to automate the build of machine images.**
#### The code is built using the following versions:
| Application | Version |
| ------ | ------ |
| Packer | v1.8.5 |
| Terraform | v1.3.6 |
**The purpose and method of operation are well explained in my Medium [article](https://medium.com/@ssksreehari/automate-image-building-using-packer-2938b624d7d4).**
**Kindly take a look.**