Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
bump to latest, minimal, amazon linux AMI
Browse files Browse the repository at this point in the history
This bumps us to the latest AMI for the latest Amazon linux release -
2016.03.2.  It also moves us to the "minimal" ami which is smaller and
comes with less stuff preinstalled.

As a result, we need to install "aws-cli" and "ruby" packages to ensure
the codedeploy agent setup code works.

I've tested this on the test register register presentation box.
  • Loading branch information
philandstuff committed Jun 21, 2016
1 parent 145fc8f commit 63502ce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws/modules/indexer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "cidr_block" {}
variable "db_cidr_block" {}

variable "instance_ami" {
default = "ami-a10897d6"
default = "ami-6ced7f1f"
}

variable "instance_count" {
Expand Down
2 changes: 1 addition & 1 deletion aws/modules/instance/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "vpc_name" {}
// Instance properties

variable "instance_ami" {
default = "ami-a10897d6"
default = "ami-6ced7f1f"
}

variable "instance_count" {
Expand Down
2 changes: 1 addition & 1 deletion aws/modules/mint/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variable "cidr_block" {}
variable "db_cidr_block" {}

variable "instance_ami" {
default = "ami-a10897d6"
default = "ami-6ced7f1f"
}

variable "instance_count" {
Expand Down
2 changes: 1 addition & 1 deletion aws/modules/presentation/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "db_cidr_block" {}
variable "public_route_table_id" {}

variable "instance_ami" {
default = "ami-a10897d6"
default = "ami-6ced7f1f"
}

variable "instance_type" {
Expand Down
2 changes: 2 additions & 0 deletions aws/registers/user-data/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ users:


packages:
- aws-cli
- docker
- ruby

package_upgrade: true

Expand Down

0 comments on commit 63502ce

Please sign in to comment.