lomar92 / packer_WebApp

EC2 AMI for a Dog WebApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashiCorp Packer: Creating an EC2 AMI for faster provisioning in AWS

An AMI is created for AWS in the eu-central-1 region. The AMI includes a web app that shows random dog images. The AMI is already equipped with an Apache web server. It displays random dog images. Advantage: Faster deployment of a web server due to prebuilt images. ---> "Immutable Infrastructure

Learn Packer & Install

You have to install Packer binaries on your local device in order to build your image in AWS. Check here: https://learn.hashicorp.com/tutorials/packer/get-started-install-cli?in=packer/aws-get-started

AWS Credentials

Make sure you paste your AWS Credentials as Environmentals in your Directory.

About

EC2 AMI for a Dog WebApp


Languages

Language:HCL 78.5%Language:Shell 21.5%