@import utils.DateUtils @import views.html.fragments.heading @import org.joda.time.DateTime @(amiableUrl: String, instances: Seq[(Instance, Option[AMI])], owner: Owner, emptyChar: String = "-")
@{instances.size} instances running old AMIs
(AMIs built more than 30 days ago)
|
||||||||||||||
Stack | Stage | App | Instance | AMI | AMI age | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@instance.stack.getOrElse(emptyChar) | @instance.stage.getOrElse(emptyChar) | @instance.app | @instance.instanceName | @maybeAmi.map { ami => @ami.imageId } | @maybeAmi.flatMap(_.creationDate).map { i => @DateUtils.daysAgo(i) days } | |||||||||
You are receiving this email because you are listed as the Owner of the stacks listed below.
This is determined by the Owners in prism (see
GitHub).
|