[root@node1 ~]# wget https://releases.hashicorp.com/packer/1.3.0/packer_1.3.0_linux_amd64.zip [root@node1 ~]# unzip packer_1.3.0_linux_amd64.zip Archive: packer_1.3.0_linux_amd64.zip inflating: packer [root@node1 ~]# mv packer /usr/bin/ [root@node1 ~]# bash [root@node1 ~]# packer version Packer v1.3.0 Your version of Packer is out of date! The latest version is 1.3.1. You can update by downloading from http://www.packer.io/downloads.html [root@node1 ~]# packer Usage: packer [--version] [--help] <command> [<args>] … Continue reading Packer with AWS
Month: October 2018
TERRAFORM with AWS
Create a user in aws Give the username and programmatic access download access keys, secret keys Choose the required ami [root@node1 ~]# wget https://releases.hashicorp.com/terraform/0.11.10/terraform_0.11.10_linux_amd64.zip [root@node1 ~]# unzip terraform_0.11.10_linux_amd64.zip Archive: terraform_0.11.10_linux_amd64.zip inflating: terraform [root@node1 ~]# cp terraform /usr/bin/ [root@node1 ~]# which terraform /usr/bin/terraform root@node1 ~]# terraform -h Usage: terraform [-version] [-help] <command> [args] The available commands for … Continue reading TERRAFORM with AWS
Install and Configure hashicorp vault
Playground: https://demo.vaultproject.io/ui admin/password https://demo.vaultproject.io/ui/vault/secrets [root@localhost ~]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 link/ether … Continue reading Install and Configure hashicorp vault
IAAS-PAAS-SAAS
where exactly will use these terminologies Dependency & Hierarchy Who manages what ?
